.login-container{
    max-width:420px;
    margin:80px auto;
}

.login-card{
    background:#fff;
    padding:40px;
    border-radius:8px;
    box-shadow:0 6px 20px rgba(0,0,0,0.08);
    border-top:4px solid #e15126;
}

.login-title{
    text-align:center;
    margin-bottom:25px;
    color:#e15126;
    font-weight:600;
}

.form-control{
    margin-bottom:18px;
}

.login-btn{
    width:100%;
    background:#e15126;
    color:#fff;
    border:none;
    padding:10px;
    border-radius:5px;
    font-weight:600;
}

.login-btn:hover{
    background:#c6421d;
}

.login-logo{
    text-align:center;
    margin-bottom:15px;
}
