#wait {
  position: relative;
  width: 100%;
  height: 25px; }

.spinner div {
  width: 20px;
  height: 20px;
  position: absolute;
  left: -20px;
  background-color: #499449;
  border-radius: 50%;
  animation: move 4s infinite cubic-bezier(0.2, 0.64, 0.81, 0.23); }

.spinner div:nth-child(2) {
  animation-delay: 150ms; }

.spinner div:nth-child(3) {
  animation-delay: 300ms; }

.spinner div:nth-child(4) {
  animation-delay: 450ms; }

@keyframes move {
  0% {
    left: 0%; }

  75% {
    left: 100%; }

  100% {
    left: 100%; } }

#qr {
  color: #646464;
  font-size: 12px;
  text-align: center; }

#qr .center-block {
  text-align: center; }

#qr a {
  color: #5b9b21;
  text-decoration: none;
  cursor: auto; }

#ClientOtp1, #ClientOtp2 {
  padding: 0.75rem 1.1rem !important;
  font-size: 1.4rem !important;
  width: 35%; }

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0; }

.phone-block {
  margin: 0 auto;
  width: 243px;
  height: 420px;
  background: transparent url(/image/phone_call2.png) center no-repeat;
  background-size: contain;
  text-align: center; }

.inputs {
  -moz-appearance: textfield; }

.inputs::-webkit-inner-spin-button {
  display: none; }

#confirmServiceApp input[type="tel"].inpNumber {
  background-image: url(/img/v2/icons/input-phone.png);
  margin: 26px 0 !important; }

#confirmServiceApp input[type="tel"], #confirmServiceApp input[type="password"] {
  background: url(/img/v2/icons/input-name.png) center left no-repeat;
  margin: 0 auto 10px !important;
  padding-left: 25px !important;
  width: 175px !important; }

#confirmServiceApp input[type="tel"], #confirmServiceApp input[type="text"], #confirmServiceApp input[type="number"], #confirmServiceApp input[type="password"], #confirmServiceApp textarea {
  background-color: transparent;
  border: 1px solid #d1d1d1;
  border-radius: 3px !important;
  box-shadow: 0 3px 5px #e8e8e8 inset;
  color: #a6a6a6;
  font-family: 'Arial', sans-serif;
  font-size: 13px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 7px 5px; }

.custom-alert {
  margin-left: 10px;
  margin-right: 10px; }

.control-group.error input, .control-group.error select, .control-group.error textarea {
  border-color: #b94a48 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important; }

.control-group.error .checkbox, .control-group.error .radio, .control-group.error input, .control-group.error select, .control-group.error textarea {
  color: #b94a48 !important; }
