.error-msg {
  color: red;
}
/* Style the form */
#regForm {
  background-color: #ffffff;
  min-width: 300px;
}
/* Style the input fields */
input,
select {
  padding: 5px;
  width: 100%;
  font-size: 16px; /* font-family: Raleway; */
  border: 1px solid #aaaaaa;
  color: #000;
  margin-bottom: 5px;
}
label {
  margin: 0px;
}
/* Mark input boxes that gets an error on validation: */
input.invalid {
  background-color: #ffdddd;
}
.form-group {
  position: relative;
  margin-top: 10px;
  width: 100%;
}
.control-label {
  top: 0;
  display: block;
  transition: 0.2s;
  font-size: 1rem;
  color: gray;
}
.form-control {
  font-family: inherit;
  width: 100%;
  border: 0;
  border-bottom: 2px solid gray;
  outline: 0;
  font-size: 15px;
  color: #000;
  padding: 0.375rem 0.75rem; /* background: transparent; */
  transition: border-color 0.2s;
  &:placeholder-shown ~ .control-label {
    font-size: 1.3rem;
    cursor: text;
    top: 20px;
  }
}
.form-control:focus {
  color: #28a745;
  background-color: #fff;
  border-color: #28a745;
  outline: none;
  box-shadow: none;
}
.checkout-right {
  margin: 8px;
}
.card {
  margin: 14px;
}
.card-footer.card-mobile {
  padding-left: 26px;
}
.registration-logo {
  margin: 20px 0px;
}
.card-footer.card-mobile .btn.btn-outline-dark:hover {
  background: #fe1616 !important;
}
#toTop {
  display: none;
}

#btn-otp-send,
#btn-otp-verify {
  background-color: #fe1616;
  color: #fff;
}

