@font-face {
    font-family: "BauerBodni BT";
    src: url(/plugins/global/fonts/custom-fonts/bauer-bodoni-bt.ttf) format("truetype");
    font-weight: normal;
    font-style: normal;
}

.text-muted {
    color: #1E1F26 !important;
}

.sign-btn {
    width: 100%;
}

.login.login-2 .login-aside .form-control {
    border-radius: 0;
    border-bottom: 1px solid #1E1F26 !important;
    background: transparent;
    text-align: center;
    color: #4E4E4E;
    font-weight: 600;

}

.login.login-2 .login-aside .form-control::placeholder {
    font-weight: 600;
    color: #1E1F26;
}

.login.login-2 .login-aside .form-control:focus::placeholder {
    color: #4E4E4E;
}

.login.login-2 .login-aside {
    background: #c36a7c !important;
    padding-left: 5rem !important;
    padding-right: 5rem !important;
}

#kt_login_signup_form select{
    text-align-last: center;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.fv-plugins-message-container .fv-help-block {
    text-align: right;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    color: #e4e4e4; 
    /*font-weight: 600;*/
    /*color: #3A3A3A;*/
}

.btn.btn-yellow {
    background: #F1DE7F;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 3px;
    color: #1E1F26;
    height: 51px;
}

.btn.btn-yellow:not(:disabled):hover {
    border: 3px solid #F1DE7F;
    box-sizing: border-box;
    color: #F1DE7F;
    background: transparent;
    height: 51px;

}

.btn.btn-white {
    background: #fff;
    border: 3px solid #B07481;
    box-sizing: border-box;
    border-radius: 3px;
    color: #131000;
    height: 51px;
    font-weight: 600 !important;
}

.btn.btn-white:not(:disabled):hover {
    border: 3px solid #fff !important;
    box-sizing: border-box;
    color: #fff !important;
    background-color: transparent !important;
    height: 51px;

}

.login-bg {
    font-family: BauerBodni BT;
    font-style: normal;
    font-weight: normal;
    text-align: center;
    color: #807E7E;
    font-size: 40px;
    line-height: 47px;
    align-items: center;
    padding-top: 15% !important;
}

.login-bg p:first-child {
    font-size: 63px;
    line-height: 75px;
}

.message {
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #e4e4e4;
    /*color: #3A3A3A;*/
    height: 15px;
    /* display: none; */
}

.show-message {
    display: block;
}

.fv-plugins-message-container {
    height: 15px;
}

.select2-container{
    width: 100% !important;
}

.select2-container--default .select2-selection--single{
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #1E1F26 !important;
    background: transparent;
    text-align: center;
    color: #4E4E4E;
    font-weight: 600;
}
.select2-selection__rendered{
    display: block !important;
    padding-right: 0px !important;
    padding-left: 0px !important;

}
.select2-selection__arrow{
    display: none !important;
}
.select2-container--default.select2-container--focus .select2-selection--multiple, .select2-container--default.select2-container--focus .select2-selection--single, .select2-container--default.select2-container--open .select2-selection--multiple, .select2-container--default.select2-container--open .select2-selection--single {
    border: 0;

}

@media (min-width: 992px) {
    .login.login-2 .login-aside {
        width: 540px;
        padding: 2.5rem 8.7rem !important;
    }

}

@media(max-width:991.98px) {
    .login-bg {
        font-size: 16px;
        line-height: 19px;
    }

    .login-bg p:first-child {
        font-size: 26px;
        line-height: 31px;
    }
}
