.alert {
  padding: 20px;
  background-color: #f02500;
  color: white;
  position: relative;
  width: 100%;
  z-index: 99;
}
button.ui.warning,
a.ui.warning {
  background: #eb9100;
  color: white;
}
button.ui.warning:hover,
a.ui.warning:hover {
  background: #f5aa31;
  color: white;
}
.card {
  width: 100% !important;
  padding: 5%;
  margin-top: 5%;
}
.input-form {
  width: 100%;
}
.otp {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}
.form-control {
  -webkit-transition: none;
  transition: none;
  width: 40px;
  height: 40px;
  text-align: center;
  margin: 0 10px;
}
.form-control:focus {
  color: #3f4254;
  background-color: #ffffff;
  border-color: #884377;
  outline: 0;
}
.form-control.form-control-solid {
  background-color: #f3f6f9;
  border-color: #f3f6f9;
  color: #3f4254;
  transition:
    color 0.15s ease,
    background-color 0.15s ease,
    border-color 0.15s ease,
    box-shadow 0.15s ease;
}
.form-control.form-control-solid:active,
.form-control.form-control-solid.active,
.form-control.form-control-solid:focus,
.form-control.form-control-solid.focus {
  background-color: #ebedf3;
  border-color: #ebedf3;
  color: #3f4254;
  transition:
    color 0.15s ease,
    background-color 0.15s ease,
    border-color 0.15s ease,
    box-shadow 0.15s ease;
}
.verification {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .verification {
    flex-direction: row;
  }
}
