 input{
        margin-bottom: 10px;
    }
    .section-sign-in{
        height: 100vh;
        background-color: #e2effb;
    }
    .section-sign-in .form-control{
        height: 45px;
        margin-bottom: 1rem;
    }
    .fs-14{
        font-size: 12.5px!important;
        color: #000;
    }
.form-container .form-control{
  border: 1px solid #ced4da!important;
}
.section-home{
  background-size:cover;
  background-repeat: no-repeat;
  background-position: center;
}
.forgot-password {
  float: right;
  font-size: 13px;
  margin-top: 5px;
}

a:hover {
  color: var(--text-hover-color);
}
#myNav-forgot .forgot-div{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.9);
  overflow-x: hidden;
}
.overlay-content {
  position: relative;
  /*top: 15%;*/
  text-align: center;
  margin-top: 30px;
  width: 75%;
  padding: 21px;
  /*left: 12%;*/
  border: 1px solid #9e9595;
  border-radius: 18px;
}

.overlay .close {
  position: absolute;
  top: 19px;
  right: 23px;
  color: #fff;
  background-color: transparent;
}

#myNav-forgot #forgot-verify, #reset-password {
  position: absolute;
  top: 105px;
  margin: 20px;
}

#myNav-forgot #reset-password {
  left: 30%;
  width: 45%;
}

#reset-password-form .form-control {
  background-color: #323232;
  color: #ffffff;
  border-radius: 15px;
  height: 50px;
}

@media only screen and (max-width: 950px){
  .overlay-content {
    top: 10%;
    left: 2%;
    height: auto;
    width: 95%;
    padding: 8px;
  }

  #myNav-forgot #forgot-verify {
    left: 0px !important;
    margin: 0px !important;
  }

  #myNav-forgot #reset-password {
    left: -5%;
    width: 95%;
  }
}

#myNav-forgot .overlay-content {
    height: 385px;
}

#myNav-forgot #forgot-verify {
    width: 95%;
}

.digit-group input, .digit-group-forgot input {
  width: 60px;
  height: 60px;
  border: none;
  line-height: 50px;
  text-align: center;
  font-size: 24px;
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
  color: #ffffff;
  margin: 0 2px;
  border-radius: 18px;
  background-color: #323232;
  border: #ffffff;
}

.fs-3 {
  font-size: calc(1.3rem + .6vw)!important;
}

@media (min-width: 1200px){
  .fs-3 {
    font-size: 1.75rem!important;
  }
}
.form-container.sign-in-container {
   background-color: var(--model-box-background-color)!important;
}
#login-form .text-dark{
    color: var(--modal-box-txt-color)!important;
}
.verification-msg{
  font-size: 20px;
  color: #fff;
}
#masked_mob{
  font-size: 20px;
}
#masked_email{
  font-size: 20px;
}
.cryptocoin-js-canvas-el{
  width: 100%; 
  height: 99%; 
}
#errmsg{
  color:red;
  margin-top:10px;
  margin-bottom:10px;
  /*display: none;*/
}
#successmsg{
  color:green;
  margin-top:10px;
  margin-bottom:10px;
  display: none;
}
.text-sign-up{
  text-decoration:underline;
}
.forgot-label{
  color:#ffffff;
  padding-top:10px;
}
.container{
  z-index: 9;
}
.pass-verify{
  color:#ffffff;
  padding-top:10px;
  font-size:20px;
}
.digit-group-forgot{
  margin-left: 20px;
}
.resend-message{
  margin-bottom: 10px;
}
.resend-message .resend-otp-msg{
  display:flex;
  padding: 10px;
}
#resend-forgot-password{
  font-size:16px;
  text-decoration: underline;
}
#forgot-password-verify{
   float: inherit;
   margin-top:20px;
}
.reset-container{
    margin-bottom:28px;
    position:relative;
}
.control-label{
  font-size:20px;
}
.confirm-password{
  position:relative;
}
.passInfo{
  z-index: 10000; 
}
#btn-reset-password{
  float: right;
  width: 67%;
}
.toggle-password{
    cursor: pointer;
  }
.fs-14 .mt-4
 {
    text-decoration:underline;
 }