.login-layout {
    height: 100vh;
    min-height: 40rem;
    background-image: var(--gradient-color)
}
.login-layout-overlay {
    height: 100%;
    background: url('/landing_page/assets/img/motif_pattern_1.png') no-repeat;
    background-size: auto 10rem;
    background-position: 20% 0;
  }
.login-box {
    min-width: 25rem;
    max-width: 40rem;
    overflow: hidden;
}
form {
    background-color: var(--white-color);
}
.forgot-password {
    font-size: .8rem;
    color: var(--black-color);
}