/* center login form */
#auth .row{
    min-height:100vh;
}

#auth .col-lg-5{
    display:flex;
    align-items:center;
    justify-content:center;
}

.auth-side{
    height:100vh;
    background: linear-gradient(135deg,#5f6caf,#3a4f9f);
}

#auth #auth-left .auth-logo img.mosecure-auth-logo {
    width: min(280px, 70vw);
    height: auto;
    max-height: 120px;
}
