/*==================================================================================
    Custom Stylesheet (Any custom styling you want to apply should be defined here).
====================================================================================*/

form#auth-form {
    background: white;
    max-width: 100%;
    padding: 30px;
    border-radius: 0;
}
.review-slider {
    margin-bottom: 1.25rem;
    max-height: 250px;
}
.white-popup {
    position: relative;
    background: #fff;
    padding: 20px;
    width: auto;
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
}
.popup-message {
    text-align: center;
    padding: 20px;
}
.popup-message.error {
    color: red;
}
.popup-message p {
    margin: 0;
}
