  .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;
}