body {
    background-color: white;
}

.auth-section-main {
    display: flex;
    max-height: 100vh;
}

.auth-section-main .custom-form-main,
.auth-section-main .auth-image-sec {
    width: 50%;
}

.custom-form-main {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100%;
    padding: 1rem 2rem;
    /* order: 2; */
}

.custom-form-main .logo-main {
    text-align: center;
}

.custom-form-main .logo-main .logo {
    width: 150px;
    /* width: 180px; */
    /* filter: brightness(0); */
}

.custom-form-main .form-body {
    width: 60%;
    margin: auto;
}

.custom-form-main .form-body .text-section {
    text-align: center;
}

.auth-image-sec {
    background: url(../images/retreats-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 100vh;
}