body {
  font-family: "Roboto" !important;
}
@font-face {
  font-family: 'Roboto';
  src:url('../../admin/fonts/Roboto-Regular-webfont.woff');
  font-weight: normal;
  font-style: normal;
}

.alert-error {
  padding: 8px;
  margin-bottom: 0px;
  color: #e9edef;
  background-color: rgba(231, 76, 60, 0.88);
  border-color: rgba(231, 76, 60, 0.88);
  text-align: center;
}

.height-100 {
  height: 100vh;
}

.card {
  width: 400px;
  border: none;
  height: 300px;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card h6 {
  color: #2a9f00;
  font-size: 20px;
}

.inputs input {
  width: 40px;
  height: 40px;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

.card-2 {
  background-color: #fff;
  padding: 10px;
  width: 350px;
  height: 100px;
  bottom: -50px;
  left: 20px;
  position: absolute;
  border-radius: 5px;
}

.card-2 .content {
  margin-top: 50px;
}

.card-2 .content a {
  color: green;
}

.form-control-otp:focus {
  box-shadow: none;
  border: 2px solid green;
}

.validate {
  border-radius: 5px;
  background-color: #2a9f00;
  border: 1px solid #2a9f00;
}

.code_text {
  margin-top: 5px;
  text-align: center;
  font-size: 12px;
}

input[type="number"] {
  height: 45px;
  width: 60%;
  font-size: 25px;
  text-align: center;
  border: 1px solid #000000;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#OTP_DIV, #TOTP_DIV {
  display: none;
  margin: 0 30px auto;
  text-align: center;
}

#otp_title, #totp_title {
  font-weight: 900;
  font-size: 20px;
  text-align: center;
  margin-top: -20px;
}

#otp_input, #totp_input {
  text-align: center;
  margin-top: 5px;
  margin-bottom: -5px;
}

#otpvalidate {
  color: white;
}

.mt-4 {
  text-align: center;
}

#regen_text {
  margin-top: 5px;
  text-align: center;
}

#regenLink, #id_send_sms, #id_send_totp {
  color: #2a9f00;
  font-weight: 500;
  cursor: pointer;
  padding-top: 10px;
}
#loaderRegenerate {
  display: none;
}

#otpmsg, #totpmsg {
  display: none;
  text-align: center;
  margin-top: 20px;
}
.reset-pass-modal-header {
  padding: 5px;
  border-bottom: 1px solid #E5E5E5;
}
.required{
  color: #c66c6c;
}
label{
  font-weight: 100 !important;
}
.valid {
  color: green;
}
.valid:before {
  position: relative;
  content: "✔";
}
.invalid {
  color: #c66c6c;
}
.invalid:before {
  position: relative;
  content: "✖";
}
.msg-show {
  color: #a94442;
  display: none;
}
#pass_reset_msg {
  text-align: center;
  margin-top: 20px;
  margin-left: 15px;
  margin-right: 15px;
  color: #b22727;
  padding: 10px 11px 7px 15px;
}
.modal-footer{
  justify-content: center !important;
  padding: 1px !important;
}
#msg {
  text-align: center;
  width: 100%;
  padding: 10px 11px 7px 15px;
}
.alert-warning {
  color: #b22727 !important;
}
.change-poss-icon {
  position: absolute;
  right: 30px;
  top: 10px;
  font-size: 18px;
  cursor: pointer;
}