html,
body{
    margin:0;
    padding:0;
    width:100%;
    height:100%;
    overflow:hidden;
}

#auth{
    width:100%;
    height:100vh;
    overflow:hidden;
}

#auth .row{
    height:100%;
    margin:0;
}

#auth-left{
    height:100%;
    display:flex;
    flex-direction:column;
    justify-content:center;
    padding:40px 60px;
    overflow:hidden;
}

#auth-right{
    height:100%;
    background:linear-gradient(135deg,#2d499d,#4b6fd3);
}

.auth-title{
    margin-top:0;
}

.auth-logo{
    margin-bottom:30px;
}

.auth-subtitle{
    margin-bottom:25px;
}