.login-wrap {
    max-width: 440px;
    margin: 80px auto 80px;
}

.login-title {
    font-weight: 800;
    color: #3d2b1f;
}

.form-label {
    font-weight: 600;
    color: #3d2b1f;
    font-size: 0.9rem;
}

.form-control:focus {
    border-color: #e07b39;
    box-shadow: 0 0 0 0.2rem rgba(224, 123, 57, 0.2);
}

.btn-login {
    background-color: #e07b39;
    border: none;
    color: white;
    font-weight: 600;
    padding: 10px;
    border-radius: 8px;
    width: 100%;
}

.btn-login:hover {
    background-color: #c96a2a;
    color: white;
}