body{

font-family:'Poppins',sans-serif;

background:#f4f7fc;

}

.login-body{

background:linear-gradient(135deg,#ff6b00,#ff9d43);

}

.login-card{

background:#fff;

padding:40px;

border-radius:20px;

box-shadow:0 15px 40px rgba(0,0,0,.15);

}

.logo-circle{

width:80px;

height:80px;

margin:auto;

background:#ff6b00;

border-radius:50%;

display:flex;

justify-content:center;

align-items:center;

color:#fff;

font-size:35px;

margin-bottom:20px;

}

.login-card h2{

font-weight:700;

margin-bottom:5px;

}

.login-card p{

color:#777;

margin-bottom:30px;

}

.form-control{

height:50px;

}

.input-group-text{

background:#ff6b00;

color:#fff;

border:none;

}

.btn-login{

background:#ff6b00;

color:#fff;

height:50px;

font-weight:600;

border-radius:10px;

}

.btn-login:hover{

background:#e55d00;

color:#fff;

}

.copyright{

margin-top:25px;

text-align:center;

font-size:13px;

color:#777;

}