/* .form-group select.form-control{
  padding: 1.125rem 0.6rem;
} */
.form-group.focused select.form-control[disabled] {
  padding-left: 0.6rem;
}
.form-group .form-control ~ .select2-container .select2-selection__rendered {
  line-height: 1.2rem !important;
}
.form-group .form-control ~ .select2-container .select2-selection__arrow {
  height: 50px !important;
}
input[type="text"],
input[type="email"]{
  width: 100%;
}
#page-container .rounded-1,
.chat-pop-out-body .rounded-1 {
  border-radius: 1rem !important;
}

/* Form field css start */
#loginForm .form-group .form-control,
#forgotForm .form-group .form-control{
  background: transparent;
  transition: all .3s ease;
}
#loginForm .form-group .form-control:focus,
#forgotForm .form-group .form-control:focus {
  border-color: #0499e7
}
#loginForm .form-group .form-control + label ,
#forgotForm .form-group .form-control + label {
  position: absolute !important;
  cursor: text;
  z-index: 6;
  top: 15px;
  left: 10px;
  font-size: 15px;
  padding: 0;
  color: #6e6e6e;
  transition: all .3s ease;
  margin: 0;
}
#loginForm .form-group .form-control:focus + label,
#loginForm .form-control:-webkit-autofill + label,
#loginForm .form-group .form-control.has-value + label,
#forgotForm .form-group .form-control:focus + label,
#forgotForm .form-control:-webkit-autofill + label,
#forgotForm .form-group .form-control.has-value + label{
  font-size: 12px;
  top: 8px;
}
#loginForm .form-group .form-control:focus + label,
#forgotForm .form-group .form-control:focus + label{
  color: #0499e7;
} 
#loginForm .form-group .form-control.has-value,
#loginForm .form-group .form-control:focus,
#loginForm .form-control:-webkit-autofill,
#forgotForm .form-group .form-control.has-value,
#forgotForm .form-group .form-control:focus,
#forgotForm .form-control:-webkit-autofill {
  padding-top: 1.3rem;
  padding-bottom: 0.5rem;
}
.form-group {
  margin-bottom: 1.25rem;
}
/* Form field css end */
.after_login_user_name {
  position: absolute;
  right: 30px;
  top: 18px;
}
@media (min-width: 1200){
  .after_login_user_name {
    top: 25px;
  }
  }
  .inputs .otp-input{
    height: 60px;
    line-height: 60px;
  }
  .verify-code-parent .verify-code-input + .verify-code-label{
    border-radius: 0.3rem;
    border: 1px solid #d5d9ea;
    padding: 6px 12px;
    min-width: 150px;
    font-size: 14px;
    font-weight: normal;
    cursor: pointer;
    margin-bottom: 0;
  }
  .verify-code-parent:hover #email-backup.verify-code-input + .verify-code-label,
  .verify-code-parent #email-backup.verify-code-input:checked + .verify-code-label{
    background-color: #e04f1a;
    border-color: #e04f1a;
    color: white;
  }
  .verify-code-parent:hover #mobile-backup.verify-code-input + .verify-code-label,
  .verify-code-parent #mobile-backup.verify-code-input:checked + .verify-code-label{
    background-color: #0499e7;
    border-color: #0499e7;
    color: white;
  }

@media (min-width: 1200px) and (max-width: 1300px) {
  .inputs .otp-input {
    height: 35px;
    line-height: 35px;
  }
}
@media (max-width: 500px) {
  .inputs .otp-input{
    height: 40px;
    line-height: 40px;
  }
}

@media (max-width: 400px) {
  .inputs .otp-input{
    height: 30px;
    line-height: 30px;
  }
}

@media (min-width: 1950px) {
  .inputs .otp-input{
    height: 80px;
    line-height: 80px;
  }
}