body{
    background: black ;
    min-height: 100vh;
}

.login-card{
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(200,0,0,0.25);
    border-top: 6px solid #c00000;
}

.login-header{
    color: #c00000;
    font-weight: 700;
}

.form-control{
    border-radius: 10px;
}

.form-control:focus{
    border-color: #c00000;
    box-shadow: 0 0 0 0.2rem rgba(192,0,0,0.2);
}

.btn-login{
    background: #c00000;
    border: none;
    color: #fff;
    font-weight: 600;
    border-radius: 12px;
}

.btn-login:hover{
    background: #a30000;
}

.input-group-text{
    background: #f7f7f7;
    border: none;
    color: #c00000;
    font-size: 18px;
}

.footer-text{
    font-size: 12px;
    color: #777;
}