body.elementor-page-19:not(.elementor-motion-effects-element-type-background), body.elementor-page-19 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-7641ef9 */.bnb-left-content{
    max-width:500px;
    margin:auto 0;
    color:#fff;
}

.bnb-left-content h1{
    font-size:42px;
    line-height:1.2;
    color:#F3BA2F;
    margin-bottom:15px;
    font-weight:700;
}

.bnb-left-content .subtitle{
    font-size:16px;
    color:#B7BDC6;
    line-height:1.8;
    margin-bottom:30px;
}

.bnb-left-content .feature{
    background:#181A20;
    border:1px solid rgba(243,186,47,.15);
    border-left:3px solid #F3BA2F;
    padding:14px 18px;
    border-radius:10px;
    margin-bottom:12px;
    color:#fff;
    font-size:15px;
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-d124814 *//* ==========================
   BNB REGISTER FORM
========================== */

/* MAIN CARD */

.um{
    background:#181A20 !important;
    border:1px solid rgba(243,186,47,.25) !important;
    border-radius:20px !important;
    padding:35px !important;
    box-shadow:0 10px 40px rgba(0,0,0,.4) !important;
}

/* REMOVE DEFAULT SPACING */

.um-form{
    margin:0 !important;
}

/* LABELS */

.um-field-label label{
    color:#fff !important;
    font-size:14px !important;
    font-weight:600 !important;
}

/* INPUTS */

.um-form input[type=text],
.um-form input[type=email],
.um-form input[type=password],
.um-form input[type=number],
.um-form input[type=tel],
.um-form input[type=url],
.um-form textarea,
.um-form select{
    width:100% !important;
    background:#0B0E11 !important;
    color:#fff !important;
    border:1px solid #2B3139 !important;
    border-radius:10px !important;
    min-height:54px !important;
    padding:12px 15px !important;
    transition:.3s !important;
}

/* TEXTAREA */

.um-form textarea{
    min-height:120px !important;
    resize:vertical;
}

/* FOCUS */

.um-form input:focus,
.um-form textarea:focus,
.um-form select:focus{
    border-color:#F3BA2F !important;
    box-shadow:0 0 12px rgba(243,186,47,.30) !important;
    outline:none !important;
}

/* PLACEHOLDER */

.um-form input::placeholder,
.um-form textarea::placeholder{
    color:#888 !important;
}

/* SELECT */

.um-form select{
    appearance:none;
    -webkit-appearance:none;
    -moz-appearance:none;
}

/* BUTTON */

.um input[type=submit].um-button,
.um .um-button{
    width:100% !important;
    height:54px !important;
    background:#F3BA2F !important;
    color:#000 !important;
    border:none !important;
    border-radius:10px !important;
    font-size:15px !important;
    font-weight:700 !important;
    text-shadow:none !important;
    transition:.3s;
}

.um input[type=submit].um-button:hover,
.um .um-button:hover{
    background:#FFD34D !important;
    color:#000 !important;
}

/* LINKS */

.um a{
    color:#F3BA2F !important;
    text-decoration:none;
}

.um a:hover{
    color:#fff !important;
}

/* CHECKBOX */

.um .um-field-checkbox label,
.um .um-field-radio label{
    color:#fff !important;
}

/* CHECKBOX BOX */

.um .um-icon-android-checkbox-outline-blank,
.um .um-icon-android-checkbox-outline{
    color:#F3BA2F !important;
}

/* REQUIRED STAR */

.um-field-label .um-field-label-icon{
    color:#F3BA2F !important;
}

/* FIELD ICONS */

.um-field-icon{
    color:#F3BA2F !important;
}

/* HELP TEXT */

.um-field-area small,
.um-field-area p{
    color:#9ca3af !important;
}

/* ERRORS */

.um-field-error{
    color:#ff5b5b !important;
    font-size:13px !important;
}

/* SUCCESS */

.um-notice.success{
    background:#14271b !important;
    color:#7dffae !important;
    border:1px solid #1e8e5b !important;
}

/* ERROR NOTICE */

.um-notice.err{
    background:#2b1515 !important;
    color:#ff8d8d !important;
    border:1px solid #ff5b5b !important;
}

/* PASSWORD STRENGTH */

.um-password-strength{
    background:#0B0E11 !important;
    color:#fff !important;
    border-radius:8px !important;
}

/* DIVIDER */

.um-col-alt{
    border-top:1px solid rgba(243,186,47,.15) !important;
    margin-top:20px !important;
    padding-top:20px !important;
}

/* MOBILE */

@media(max-width:767px){

    .um{
        padding:25px !important;
    }

    .um-form input,
    .um-form textarea,
    .um-form select{
        min-height:50px !important;
    }

}/* End custom CSS */