body {
    font-family: "Poppins", Arial, sans-serif !important;
    margin: 0;
    padding: 0;
    color: #333;
}

footer {
    text-align: center;
    background: #eee;
    padding: 10px;
}

h2 {
    font-size: 55px;
}

.color-orange {
    color: #ff6b50;
}

.bg-light-cream {
    background: #fff6e9;
}

/* Login Popup Styles Start */

/* Modal header */
.modal-header-custom {
    background-color: #4b1d8b;
    color: white;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}

/* Input fields */
.form-control.rounded-pill {
    border-radius: 50px;
    padding: 20px 30px;
    border: 2px solid #f3ece3 !important;
}

/* Buttons */

.login-popup-btn-section {
    display: flex;
    column-gap: 20px;
}

.btn-popup-orange {
    background-color: #ff6b50;
    color: white;
    border-radius: 50px;
    padding: 16px 20px;
    border: none;
    font-weight: 700;
}

.btn-popup-orange:hover {
    background-color: #4b1d8b;
}

/* Link */
.forgot-password-link {
    color: #ff6b50;
    text-decoration: none;
}

span.register-link,
span.login-link,
span.forgot-password-link {
    cursor: pointer;
}

.forgot-password-link:hover {
    text-decoration: underline;
}

.modal-content {
    border-radius: 1rem;
}

/* Login Popup Styles End */

/* Alert Message */

.custom_alert {
    position: fixed !important;
    top: 20px;
    right: 0px;
    z-index: 999;
    width: 400px;
}

/* Alert Message End */
