/*.verify-code form {*/
/*  padding: 2rem;*/
/*  border-radius: 4px;*/
/*  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);*/
/*  max-width: 400px;*/
/*  background: #fff;*/
/*}*/
.verify-code form .form-control {
  display: block;
  height: 50px;
  /*margin-right: 0.5rem;*/
  text-align: center;
  font-size: 1.25rem;
  min-width: 0;
}
form .form-control:last-child {
  /*margin-right: 0;*/
}
input[type="tel"].success {
  color: darkgreen;
  border-color: darkgreen;
}
input[type="tel"].error {
  border-color: red;
}

.verify-code .btn {
  min-width: fit-content;
}
.btn.send-sms-code {
  margin-top: 17px;
}
.btn.send-sms-code:hover,
.btn.send-sms-code:focus {
  background-color: #E93E7C;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: .65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.hidden {
  display: none;
}
section.verify-code {
  padding-top: 0;
}
.verify-code.success {
  display: inline-block;
  background-color: #5cb85c;
  font-size: 18px;
  color: #fff;
  font-style: italic;
  padding: 5px 8px;
}
.ml-2, .ml-2 {
  margin-left: 0.5rem!important;
}
.mr-2, .mx-2 {
  margin-right: 0.5rem!important;
}
ul.error {
  list-style: none;
  padding-left: 0;
}
ul.error li {
  border-bottom: 1px solid red;
  width: max-content;
}

.jq-checkbox input.error {
  border-color: #E93E7C;
}