body{
    font-family: Arial, Helvetica, sans-serif;
    background:#f4f6f9;
}

.auth-container{
    width:400px;
    margin:80px auto;
}

.auth-card{
    background:white;
    padding:30px;
    border-radius:8px;
    box-shadow:0 3px 10px rgba(0,0,0,0.1);
}

.auth-card h2{
    text-align:center;
    margin-bottom:20px;
}

.form-group{
    margin-bottom:15px;
}

.form-group label{
    display:block;
    margin-bottom:5px;
}

.form-control{
    width:100%;
    padding:10px;
    border:1px solid #ccc;
    border-radius:4px;
}

.btn{
    width:100%;
    padding:10px;
    background:#2563eb;
    color:white;
    border:none;
    border-radius:4px;
    cursor:pointer;
}

.btn:hover{
    background:#1e4ed8;
}

.auth-footer{
    margin-top:15px;
    text-align:center;
}

.auth-footer a{
    color:#2563eb;
    text-decoration:none;
}
