.form-login {
    height: 98.8vh;
  }

  .divider:after, .divider:before {
    content: "";
    flex: 1;
    height: 1px;
    background: #eee;
  }
  .h-custom {
    height: calc(100% - 73px);
  }
  @media (max-width: 450px) {
    html {
      font-size: 80%;
    }
    .h-custom {
      height: 100%;
    }
    
  .form-login {
    height: 84vh;
  }

  .astra {
    display: none;
  }

  }