/* Paksa Reviews - Auth Pages */
.auth-wrapper {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}
.auth-wrapper .card {
    border-radius: 12px;
}
.auth-wrapper .form-control:focus {
    border-color: #F59E0B;
    box-shadow: 0 0 0 0.2rem rgba(245, 158, 11, 0.15);
}
.auth-wrapper .input-group-text {
    background: #fff;
    border-right: none;
}
.auth-wrapper .form-control {
    border-left: none;
}
.btn-warning {
    background-color: #F59E0B;
    border-color: #F59E0B;
    color: #fff;
}
.btn-warning:hover {
    background-color: #d97706;
    border-color: #d97706;
    color: #fff;
}
