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 .logo{
    width: 115px;
}
.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/ceo-message.webp);
    min-height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
}
