/* input.form-control::placeholder {
    color: #007bff!important;
     
}*/
.h-auto .align-items-center .check-form input {
  border: unset;
  color: var(--primary-color);
  padding: 0.175rem 0.55rem;
}
.h-auto .align-items-center .check-form input:focus {
  border: unset !important;
  color: var(--primary-color);
  padding: 0.175rem 0.55rem;
}

.-mt-20 {
  margin-top: -20px;
}
.w-200 {
  width: 70px!important;
}
.width-48 {
  width: 48%;
}
.bg-singup-gradient{
  background: linear-gradient(180deg, #DDF7F8 0%, #EDF3E9 51.04%, #FBEDD3 99.48%);
}
@media only screen and (max-width: 768px) {
  .custom-padding-choose-login {
    padding: 10px 10px !important;
  }
}
