.account-area {
    background-image: url(/public/images/public/account-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto;
    /* height: 100vh; */
  }
  
  .account-content {
    max-width: 510px;
    margin: auto;
    background-color: #ffffff;
    border-radius: 30px;
    padding: 50px;
  }
  
  .account-header {
    text-align: center;
  }
  .account-header img {
    margin-bottom: 30px;
  }
  .account-header h3 {
    margin-bottom: 30px;
    padding-top: 30px;
    border-top: 1px solid #EBF1FF;
    font-size: 20px;
  }
  
  .account-wrap .forgot {
    color: #1765FD;
    font-size: 14px;
  }
  .account-wrap .default-btn {
    color: #ffffff;
    width: 100%;
    padding: 23px 20px;
  }
  .account-wrap .account {
    font-size: 14px;
    margin-bottom: 0;
    color: #292D32;
  }
  .account-wrap .account a {
    color: #1765FD;
  }
  .account-wrap .form-check a {
    color: #1765FD;
  }


@media (max-width: 768px) {
  .body_login {
    padding: 0 32px;
  }
}