#biote-form span.astrik{
    display:inline-block;
}
.biote-quiz-form {
    background: #fff;
  }

  .biote-quiz-form .biote-content {
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
    /*min-height: 100vh;*/
    padding: 40px;
    margin: 30px auto;
    max-width: 35%;
    border: 2px solid #1f4e79;
    background: #f5f9f9;
  }

  .error,
  .astrik {
    color: red;
    font-size: 12px;
  }

  .biote-form {
    display: flex;
    flex-direction: column;
    gap: 10px
}
.biote-form label{
    display:block;
    margin-bottom: 8px;
}
  .success {
    color: green;
    border: 1px solid green;
    display: flex;
    justify-content: center;
    padding-top: 12px;
    border: 1px solid green;
    background: aliceblue;
  }
  .success p{
    font-size: 16px;
  }

  h1 {
    font-size: 2em;
    margin-bottom: .5rem;
  }

  .biote-quiz-form input,
  .biote-quiz-form textarea {
    font-size: 14px;
    border-radius: .25rem;
    border: 1px solid #ced4da;
  }
  @media screen and (max-width:992px) {
    .biote-quiz-form .biote-content {
      max-width: 50%;
    }
  }

  @media screen and (max-width:767px) {
    .biote-quiz-form .biote-content {
      max-width: 90%;
      padding: 25px;
    }

  }
