.login-bg{
    background-color: #2165a0;
}

.btn-primary{
    box-shadow: none;
    background-color: #0083ff;
}

.login-wrapper{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#f5f7fb}
.login-card{border-radius:12px;box-shadow:0 12px 30px rgba(0,0,0,.08)}
.login-illustration{background:#4a4a4a url('/assets/img/unsplash/bg-2.png') center/cover no-repeat;min-height:360px}