#sign_in_form {
  margin-bottom: 217px;
}
.common_form label {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  /* identical to box height, or 129% */
  /* logo-color */
  color: #25306c;
  margin-bottom: 8px;
}

.common_form button {
  width: 70%;
  margin: auto;
}

.sign_in_form_el {
  max-width: 320px;
  width: 100%;
  margin: auto;
}

.common_form input[type="tel"],
.common_form input[type="text"],
.common_form input[type="email"],
.common_form input[type="password"] {
  border: 1px solid rgba(37, 48, 108, 0.4);
  border-radius: 8px;
  padding: 9px 16px;
  margin-bottom: 32px;
  color: rgba(37, 48, 108, 0.2);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  color: #25306C;
}

.common_form .btn-primary {
  width: 80%;
  padding: 9px 12px;
}

.common_form p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  /* identical to box height */

  /* logo-color */

  color: #25306c;
}

.sign_up_btn {
  border: 1px solid rgba(37, 48, 108, 0.2);
  border-radius: 8px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  /* identical to box height */

  letter-spacing: 0.1em;

  color: #25306c;
  padding: 10px 20px;
}

.sign_up_option .sign_up_btn {
  margin-top: 8px;
  margin-bottom: 24px;
}
.forgot_text {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #25306c;
  opacity: 0.6;
}

.recover_link {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  text-decoration-line: underline;
  color: #25306c;
  /* opacity: 0.4; */
}

.note {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  /* or 129% */

  color: rgba(37, 48, 108, 0.4);
}
b {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  /* or 129% */

  /* logo-color */

  color: #25306c;
}
.auth-header {
  color: #25306c;
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  margin-bottom: 52px;
}

/* recover-password css start  */
.recover-password {
  padding-top: 76px;
}

.recover-password .phone-number-validate {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.recover-password
  .phone-number-validate
  .phone-number-validate-content
  .phone-text {
  text-align: left;
  margin-bottom: 8px;
  color: #25306c;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

.recover-password
  .phone-number-validate
  .phone-number-validate-content
  .next-btn {
  border-radius: 8px;
  background:  #25306c;
  max-width: 209px;
  width: 100%;
  height: 42px;
  border: none;
  color: #fff;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: center;
  margin-top: 64px;
  text-decoration: none;
}

.recover-password
  .phone-number-validate
  .phone-number-validate-content
  .go-back {
  margin-top: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  color:  #25306c;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
}

#submit-button{
  border-radius: 8px;
  width: 209px;
  padding: 10px 0;
  border: none;
  color: #fff;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  font-size: 18px;
  text-align: center;
  
}
#submit-button:disabled{
  background: #a8acc4;
}
#submit-button:enabled {
  background: #25306c;
}


/* for responsive  */
@media screen and (max-width: 768px) {
  .auth-header {
    font-size: 20px; 
  }
  #submit-button:disabled {
    font-size: 14px;
  }
  .recover-password
  .phone-number-validate
  .phone-number-validate-content
  .go-back {
  margin-top: 24px; 
}
.recover-password
  .phone-number-validate
  .phone-number-validate-content
  .next-btn {
 
  margin-top: 56px;
  
}
#submit-button{
  font-size: 14px;
 
}
}
