body{

background:#f5f7fb;

font-family:Poppins,sans-serif;

}

.login-container{

height:100vh;

display:flex;

justify-content:center;

align-items:center;

}

.login-card{

width:420px;

background:#fff;

padding:40px;

border-radius:20px;

box-shadow:0 20px 50px rgba(0,0,0,.15);

}

.login-card h2{

color:#0B1F3A;

font-weight:700;

}

.btn-warning{

background:#F4B400;

border:none;

}