
.default_modal .mfp-close {
    position: absolute;
    color: #333 !important;
    top: .4rem;
    right: .4rem;
    border: 1px solid #333;
    border-radius: 50%;
    WIDTH: 2REM;
    HEIGHT: 2REM;
    LINE-HEIGHT: 2REM;
    font-size: 1.5rem;
}

.default_modal {
    position: relative;
}

.default_modal {
    width: 27rem;
    padding: 3rem;
    color: white;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 28rem;
    overflow: auto;
}

.default_modal .default_modal-header {
    color: #222f3e;
    padding-bottom: 2rem;
    font-size: 1.5rem;
    text-align: center;
    line-height: 2rem;
}

.default_modal .mfp-close {
    color: #20124d !important;
    border-color: #20124d !important;
}

.form_notice-txt {
    font-size: 1rem;
    width: 83%;
    line-height: 1.2rem;
}

.form_notice {
    font-size: 0;
}

.form_notice-icon {
    width: 13%;
}

.form_notice-icon i, .form_notice-icon i:before {
    font-size: 1.5rem;
    color: #8dc2a6;
}

.form_notice-icon i.icon-close_circle, .form_notice-icon i.icon-close_circle:before {
    color: red;
}

.login_modal_footer_links {
    text-align: center;
    font-size: .87rem;
    padding-top: 2rem;
    line-height: 1.5rem;
}

.login_modal_footer_links a {
    color: #bb9a78;
}


.default_modal {
    max-width: 90%;
    margin: 0 auto;
    height: auto;
    max-height: 90vh;
    border-radius: 4px;
    background: white;
    color: #222f3e;
    position: relative;
}

.default_modal-row {
    height: 100%;
}

.default_modal-left {}

.default_modal-row:after {
    content: '';
    display: table;
    clear: both;
}

.default_modal-row > * {
    float: left;
    height: 100%;
    overflow: auto;
    padding: 2rem;
}

.default_modal-left {
    width: 60%;
}

.default_modal-right {
    width: 40%;
}

.default_modal-header {
    margin: 0;
    font-size: 2.45rem;
    text-transform: uppercase;
    font-weight: bold;
    color: #242f3e;
    padding-bottom: 1rem;
}

.default_modal-right {
    color: white;
    background-size: cover;
}

.default_modal-right .default_modal-header {
    text-align: left;
    font-size: 1.2rem;
    color: white;
}

.default_modal-input label {
    padding-bottom: 0.2rem;
    display: block;
    font-size: 1rem;
    margin-bottom: 0;
}

.default_modal-right {
    position: relative;
}
.home_bg_3_ui_slider-chart {
    background-size: 100%;
}

.default_modal-submit .btn {
    width: 100%;
}

.default_modal-input input, .default_modal-input select {
    height: 2.8rem;
    font-size: .87rem;
    /* border-radius: 20px; */
    border: 0;
    text-align: center;
    border: 2px solid #bb9a78;
    padding: 0;
}

.default_modal-input {padding-bottom: 1rem;}

.default_modal .mfp-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 9;
    color: #20124d !important;
}

.default_modal_inputs_row:after {
    content: '';
    display: table;
    clear: both;
}

.default_modal_inputs_row > * {
    float: left;
    width: 50%;
    padding: 0 .5rem;
}

.default_modal_inputs_row {
    margin-left: -.5rem;
    margin-right: -.5rem;
}


input {
    width: 100%;
    /* border: 1px solid #222f3e; */
    /* border-radius: 4px; */
    padding-left: .5rem;
    /* background: none; */
}


#modal_signin {
    min-height: 25rem;
    max-height: 95vh;
    height: auto;
}

#modal_signup {
    min-height: 29rem;
    max-height: 95vh;
    height: auto;
}

#modal_reset {
    min-height: 18rem;
    max-height: 95vh;
    height: auto;
}

.form_success {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9;
}

.form_success_tab {
    display: table;
    width: 100%;
    height: 100%;
}

.form_success_tab_cel {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.form_success_txt {
    display: block;
    max-width: 15rem;
    margin: 0 auto;
    font-size: 1.2rem;
    font-weight: 500;
    padding-top: 1rem;
    color: #222f3e;
}


.form_notice-icon {
    padding: .5rem;
}

.form_notice-icon svg {
    width: 2.3rem;
}

.form_notice > * {
    display: inline-block;
    vertical-align: middle;
    color: #222f3e;
}

.form_notice-txt {
    color: red;
}

.form_notice {
    padding-bottom: 1rem;
}

.form_success_tab_cel svg {
    width: 8rem;
}

.form_success_tab_cel path, .form_success_tab_cel svg {
    fill: #18e1b9;
}

.header_auth-row {
    display: table;
    width: 100%;
}

.header_auth-col {
    display: table-cell;
    vertical-align: middle;
}

.default_modal-submit .button {
    margin: 0;
    width: 100%;
    margin-top: 2rem;
    font-size: 1rem;
    height: 32px;
    line-height: 32px;
}

#modal_confirm {
    height: auto;
}

#modal_confirm .form_success {
    position: relative;
}

#_2fa_email_allow_last {
    height: auto;
}

#_2fa_email_allow_last .form_success {
    position: relative;
}

#_2fa_email_allow_last .form_success_txt {
    max-width: 20rem;
}

@media only screen and (max-width: 992px) {

}