.bozrah-title {
    font-family: 'Arial Black', sans-serif;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    color: #2a528e;
    margin-bottom: 20px;
}
body.login {
    background-color: #f4f4f9;
}
.login form {
    border-radius: 8px;
    box-shadow: 0 0 15px rgba(0,0,0,0.15);
}
