div.bx-auth-reg input.bx-auth-input {vertical-align:middle;}
div.bx-auth-reg span.bx-auth-secure {background-color:#FFFAE3; border:1px solid #DEDBC8; padding:2px; display:inline-block; vertical-align:middle;}
div.bx-auth-reg div.bx-auth-secure-icon {background-image:url(images/sec.png); background-repeat:no-repeat; background-position:center; width:19px; height:18px;}
div.bx-auth-reg div.bx-auth-secure-unlock {background-image:url(images/sec-unlocked.png);}

  .auth-wrap{
    max-width: 400px;
    margin: auto;
    margin-bottom: 40px;
  }
  .wrap-submit{
    text-align: center;
    margin-top: 20px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    width: 100%;
  }
.captcha_wrap{
  text-align: center;
}
.captcha_wrap img{
  margin: 20px !important;
}

.checkbox:checked ~ .cust-checkbox::before {
    left: 1px !important;
    top: 1px !important;
}
.desc {
  font-size: 0.8rem !important;
  color: #929292 !important;
  text-align: center !important;
  margin-bottom: 0px !important;
}
.desc.mrg {
  margin-top: 20px !important;
}
.calendar img{
    border: none !important;
    margin: 0 !important;
    position: absolute !important;
    top: 33px !important;
    right: 10px !important;
    height: 25px !important;
    width: 25px !important;
    opacity: 0.6;
}