﻿.modal-dialogA {
    max-width:90%;
}

.agreement {
    font-size: 14px;
    font-family: 'BM-Gotham-Medium';
    color: #ffffff;
}

    .agreement span {
        text-decoration: underline;
        color: #ffffff;
        cursor: pointer;
    }

.pageContent, .pageContent p {
    color: #000000;
    font-size: 16px;
    font-family: 'BM-Gotham-Light-Reg';
    line-height: 28px;
}

.noticeText {
    text-align: left;
    color: #000000;
}

    .noticeText p {
        color: #000000;
    }


.card-body {
    padding: 0 !important;
}

.full-body {
    background: #df6a32 url(../images/backgroundLogin.png) no-repeat center center;
    background-size: cover;
    min-height: 100vh;
    padding: 45px 0;
    text-align: center;
}

.input_field input,
.input_field textarea,
.input_field option,
.input_field select {
    color: #252525;
    font-family: 'BM-Gotham-Light-Reg';
    font-size: 18px;
    line-height: 1;
    width: 100%;
    height: 56px;
    padding: 0 20px;
    border-radius: 10px;
    border: #d9d9d9 solid 1px;
}

.forgot-text {
    display: block;
    position: relative;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 18px;
    line-height: 24px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: 'BM-Gotham-Light-Reg';
    color: #ffdbca;
}

.input_field p {
    color: #cc0000;
    font-size: 14px;
    font-family: 'BM-Gotham-Book';
    line-height: 1;
    margin-bottom: 0;
    font-weight: 700;
}

.input_field {
    width: 100%;
    margin-bottom: 20px;
}

    .input_field:last-child {
        margin-bottom: 0 !important;
    }

    .input_field input[type="submit"] {
        background-color: transparent;
        color: #df6a32;
        width: 185px;
        height: 50px;
        line-height: 50px;
        border: 0;
        font-family: 'BM-Gotham-Medium';
        font-size: 17px;
        border-radius: 10px;
        text-align: center;
        border: 1px solid #df6a32;
        text-transform: uppercase;
        padding: 0;
    }

        .input_field input[type="submit"]:hover,
        .input_field input[type="submit"]:focus {
            background: #df6a32;
            color: #fff;
            border: 1px solid #df6a32;
        }

    /* Placeholder styles for textareas */
    .input_field textarea::placeholder,
    .input_field textarea::-webkit-input-placeholder,
    .input_field textarea:-ms-input-placeholder,
    .input_field textarea:-moz-placeholder,
    .input_field textarea::-moz-placeholder {
        color: #747474;
        opacity: 1;
        font-size: 16px;
    }

    /* Placeholder styles for inputs */
    .input_field input::placeholder,
    .input_field input::-webkit-input-placeholder,
    .input_field input:-ms-input-placeholder,
    .input_field input:-moz-placeholder,
    .input_field input::-moz-placeholder {
        color: #8e8e8e;
        font-family: 'BM-Gotham-Light-Reg';
    }

    /* Same for textarea to ensure coverage */
    .input_field textarea::placeholder,
    .input_field textarea::-webkit-input-placeholder,
    .input_field textarea:-ms-input-placeholder,
    .input_field textarea:-moz-placeholder,
    .input_field textarea::-moz-placeholder {
        color: #8e8e8e;
    }

.sign_pg_btn {
    background: #1b2429;
    width: 500px;
    height: 56px;
    text-transform: capitalize;
    font-size: 14px;
    letter-spacing: 2px;
}

    .sign_pg_btn:hover, .sign_pg_btn:focus {
        background: #3b4246;
    }


.closeArea img {
    filter: contrast(0) brightness(100);
    width: 30px;
}

.closeArea:hover img {
    filter: contrast(0) brightness(50);
}

.closeArea button {
    background-color: transparent;
    border: none;
}

.closeArea {
    float: right;
    opacity: 1;
}


.commn_hdr {
    margin: 0 0 55px;
    text-align: center;
}

    .commn_hdr h2 {
        color: #464646;
        font-size: 30px;
        margin: 0;
        line-height: 1;
        text-transform: uppercase;
        position: relative;
        font-family: 'BM-Gotham-Light-Reg';
        word-wrap: break-word;
    }

        .commn_hdr h2 em {
            font-style: normal;
            color: #ff8043;
            font-family: 'BM-Gotham-Bold';
            font-weight: bold;
        }

        .commn_hdr h2 span {
            position: absolute;
            left: 0;
            right: 0;
            top: -40px;
            margin: 0 auto;
            color: #f8f8f8;
            font-size: 129px;
            text-transform: uppercase;
            z-index: -1;
            font-family: 'BM-Gotham-Bold';
        }

    .commn_hdr p {
        color: #000000;
        font-size: 22px;
        margin: 19px 0 0 0;
    }

    .commn_hdr.align-left {
        text-align: left;
    }

    .commn_hdr.white h2 {
        color: #ffffff;
    }

    .commn_hdr.white p {
        color: #ffffff;
        font-size: 16px;
        font-family: 'BM-Geomanist-Regular';
    }

    .commn_hdr.black p {
        color: #7f7d7d;
        font-size: 16px;
        font-family: 'BM-Geomanist-Regular';
        padding: 0 10%;
    }

    .commn_hdr h2, .commn_hdr h2 em {
        color: #fff;
    }

.forget_pass_sec p, .forget_pass_sec a {
    color: #ffdbca;
    font-family: 'BM-Gotham-Light-Reg';
    font-size: 20px;
}

.forget_pass_sec a {
    transition: all 0.5s;
}

    .forget_pass_sec a:hover {
        text-decoration: none;
        color: #1b2429;
    }

.keep-logged {
    color: #ffffff;
    font-size: 16px;
    font-family: 'BM-Gotham-Light-Reg';
}

.registerBonus {
    background-image: none;
}
.bonus-text {
    color: #5c5c5d;
    font-size: 18px;
    line-height: 22px;
    margin-top: 15px;
    font-family: "BM-Gotham-Light-Reg";
}

.bonus-form {
    display: flex;
    flex-direction: column;
    height: fit-content;
    justify-content: space-around;
    align-items: center;
    margin-top: 20px;
    text-align: center;
}
.bonus-title {
    color: #5c5c5d;
    font-size: 35px;
    text-align: left;
    font-family: "BM-Oswald-Medium";
}

    .bonus-title em {
        color: #df6a32;
        font-style: normal;
    }

.agreementBonus {
    font-size: 14px;
    font-family: 'BM-Gotham-Medium';
    color: #000000;
}

    .agreementBonus span {
        text-decoration: underline;
        color: #000000;
        cursor: pointer;
    }

.alreadyBonus {
    font-size: 14px;
    font-family: "BM-Gotham-Medium";
    color: #000000;
    margin-top: 30px;
}

.acceptance span, .acceptance a {
    color: #FFDBCA;
    text-decoration: none;
    font-size: 14px;
    font-family: 'BM-Gotham-Light-Reg';
}

    .acceptance a:hover {
        color: black;
    }

.form-control {
    font-size: 18px;
    font-family: 'BM-Gotham-Light-Reg';
}

.bonus_btn {
    background: #df6a32;
}

.input_field input,
.input_field textarea,
.input_field option,
.input_field select {
    color: #252525;
    font-family: 'BM-Gotham-Light-Reg';
    font-size: 18px;
    line-height: 1;
    width: 100%;
    height: 56px;
    padding: 0 20px;
    border-radius: 10px;
    border: #d9d9d9 solid 1px;
}

.input_field p {
    color: #cc0000;
    font-size: 14px;
    font-family: 'BM-Gotham-Book';
    line-height: 1;
    margin-bottom: 0;
    font-weight: 700;
}

.input_field {
    width: 100%;
    margin-bottom: 20px;
}

    .input_field:last-child {
        margin-bottom: 0 !important;
    }

    .input_field input[type="submit"] {
        background-color: transparent;
        color: #df6a32;
        width: 185px;
        height: 50px;
        line-height: 50px;
        border: 0;
        font-family: 'BM-Gotham-Medium';
        font-size: 17px;
        border-radius: 10px;
        text-align: center;
        border: 1px solid #df6a32;
        text-transform: uppercase;
        padding: 0;
    }

        .input_field input[type="submit"]:hover,
        .input_field input[type="submit"]:focus {
            background: #df6a32;
            color: #fff;
            border: 1px solid #df6a32;
        }

    /* Placeholder styles for textareas */
    .input_field textarea::placeholder,
    .input_field textarea::-webkit-input-placeholder,
    .input_field textarea:-ms-input-placeholder,
    .input_field textarea:-moz-placeholder,
    .input_field textarea::-moz-placeholder {
        color: #747474;
        opacity: 1;
        font-size: 16px;
    }

    /* Placeholder styles for inputs */
    .input_field input::placeholder,
    .input_field input::-webkit-input-placeholder,
    .input_field input:-ms-input-placeholder,
    .input_field input:-moz-placeholder,
    .input_field input::-moz-placeholder {
        color: #8e8e8e;
        font-family: 'BM-Gotham-Light-Reg';
    }

    /* Same for textarea to ensure coverage */
    .input_field textarea::placeholder,
    .input_field textarea::-webkit-input-placeholder,
    .input_field textarea:-ms-input-placeholder,
    .input_field textarea:-moz-placeholder,
    .input_field textarea::-moz-placeholder {
        color: #8e8e8e;
    }


.get-btn {
    background: #1b2429;
    border-color: #1b2429;
    border-radius: 8px;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    letter-spacing: 2px;
    font-family: 'BM-Gotham-Medium';
    width: 100%;
    height: 46px;
    line-height: 35px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, .15);
}

.get-btn-height {
    height: 40px;
    line-height: 40px;
    padding: 0px;
}

.get-btn:hover,
.get-btn:focus {
    background: #3b4246;
    color: #ffffff;
}

/* ── Forgot Password Modal ── */
.forgot-modal-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: #00000040;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}
.forgot-modal-overlay.is-open {
    display: flex;
}
.forgot-modal-box {
    width: 640px;
    max-width: 95vw;
    height: 328px;
    border-radius: 12px;
    filter: drop-shadow(0px 2px 4px rgba(0,0,0,0.06));
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    padding: 32px 36px 28px;
    position: relative;
    color: #2a2a2a;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

@media (max-width: 600px) {
    .forgot-modal-box {
        width: 95vw;
        height: auto;
        padding: 24px 20px 20px;
        border-radius: 10px;
    }
    .forgot-modal-input {
        width: 100%;
    }
    .forgot-modal-submit {
        width: 100%;
    }
    .forgot-modal-actions {
        flex-direction: column-reverse;
        align-items: stretch;
        gap: 10px;
    }
    .forgot-modal-cancel {
        text-align: center;
    }
}
@media (max-width: 450px) {
    .forgot-modal-fields {
        margin-left: 0;
    }
    .forgot-modal-title {
        font-size: 18px;
    }
    .forgot-modal-input {
        font-size: 13px;
    }
    .forgot-modal-submit { font-size: 15px; letter-spacing: 0.2px; font-family: 'BM-Gotham-Medium'; }
    .forgot-modal-cancel { font-size: 12px; font-family: 'BM-Gotham-Book'; }
}
.forgot-modal-title {
    font-family: 'BM-Gotham-Medium';
    font-size: 24px;
    color: #2a2a2a;
    margin: 0 0 20px;
    border: none;
    background: none;
    text-align: start;
}
.forgot-modal-close {
    position: absolute;
    top: 14px;
    right: 16px;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    line-height: 0;
}
.forgot-modal-close:hover { opacity: 0.7; }
.forgot-modal-fields {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    margin-left: 60px;
}
.forgot-modal-input {
    width: 300px;
    height: 38px;
    border: 1px solid #d4d4d4;
    border-radius: 6px;
    padding: 0 12px;
    font-family: 'BM-Gotham-Book';
    font-size: 14px;
    color: #2a2a2a;
    box-sizing: border-box;
    outline: none;
    background: #fff;
}
.forgot-modal-input:focus { border-color: #2a2a2a; }
.forgot-modal-or {
    font-family: 'BM-Gotham-Book';
    font-size: 11px;
    color: #999;
    margin: 4px 0;
    letter-spacing: 0.5px;
    text-align: left;
    margin-left: 15px;
}
.forgot-modal-message {
    font-size: 12px;
    min-height: 16px;
    margin: 6px 0 0;
}
.forgot-modal-success { color: #27ae60; }
.forgot-modal-error { color: #eb5757; }
.forgot-modal-actions {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 16px;
    margin-top: auto;
    padding-top: 12px;
}
.forgot-modal-cancel {
    background: none;
    border: none;
    color: #2a2a2a;
    font-family: 'BM-Gotham-Book';
    font-size: 14px;
    cursor: pointer;
    padding: 0;
}
.forgot-modal-cancel:hover { text-decoration: underline; }
.forgot-modal-submit {
    background: #909090;
    color: #fff;
    border: none;
    border-radius: 6px;
    width: 250px;
    height: 48px;
    font-family: 'BM-Gotham-Medium';
    font-size: 15px;
    letter-spacing: 0.2px;
    cursor: pointer;
    transition: background 0.2s;
}
.forgot-modal-submit.active { background: #a94f27; }
.forgot-modal-submit.active:hover { background: #8e4220; }
.forgot-modal-submit:disabled { opacity: 0.6; cursor: not-allowed; }
