body {
  background-color: #f5f5f5 !important;
}
.form-signin {
  width: 100%;
  height: 100vh;
  max-width: 350px;
  padding: 15px;
  margin: auto;
  display: flex;
  align-items: center;
}

.form-signin .checkbox {
  font-weight: 400;
}

.form-signin .form-floating:focus-within {
  z-index: 2;
}

.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* CLASS OTP */
.otp-form.height-100{
  height:100vh
}
.otp-form .card{
  width:400px;
  border:none;
  box-shadow: 0px 5px 20px 0px #d2dae3;
  z-index:1;
  display:flex;
  justify-content:center;
}
.otp-form .card h6{
  font-size:20px
}
.otp-form .inputs input{
  width:40px;
  height:40px
}
.otp-form input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0
}
.otp-form .form-control:focus{
  box-shadow:none;
  border:2px solid #0b5ed7
}

.cursor-pointer {
  cursor: pointer;
}

.success-change i {
  font-size: 76px;
}

.btn-icon-form {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border: 1px solid #dee2e6 !important;
}

.input-group .btn.btn-icon-form:focus {
  z-index: 2 !important;
}

.btn-icon-form.is-invalid {
  border-color: #dc3545 !important;
}