/*--------------------------------------Left Side--------------------------------------*/

.login_left {
    background: #5B87DA;
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
}

.private {
    margin-top: 40px;
    width: 100%;
    font-size: 20px;
}
.private_description {
    font-size: 16px;
}

.logo{
    width:100%;
    max-width:454px;
}

.login_left_help {
    position: relative;
    bottom: 10%;
}

.login_call_logo {
    width: 100%;
    float: left;
    max-width: 374px;
}

.login_call_info {
    margin-left: 50px;
    color: #FFFFFF;
}



.big-links__title {
    margin: 0;
    display: block;
    width: 100%;
    line-height: 1.1;
}

.big-links__utils {
    padding: 0;
    list-style: none;
}

.big-links__utils li{
    display:inline-block;
    position:relative;
}
    .big-links__utils li a {
        color: white !important;
        padding-right: 15px;
        position: relative;
        font-size: 11px;
    }
    .big-links__utils a::before {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        width: 1px;
        height: 70%;
        transform: translate(-3px,-50%);
        background-color: white;
    }
    .big-links__utils li:last-child a::before {
        display: none;
    }


.link_uteis li {
    display: inline-block;
}

.copyright_label {
    color: #808080;
    font-size:9px;
    line-height: 1.5;
}
/*--------------------------------------Right Side--------------------------------------*/
.login_right {
    background: #FFFFFF;
}

.login_right_row {
    height: 100%;
}

.links {
    font-size: 10px;
    color: #FFFFFF;
}
.links_info {
    color: #FFFFFF;
}

.login_actions{
    font-size:30px;
    margin-bottom:20%;
}

.login_label {
    font-size: 30px;
    color: #353535;
}

.login_register {
    font-size: 30px;
    color: #353535;
    text-decoration: none;
    margin-bottom: 40px;
}

.login_input {
    background: transparent;
    border: none;
    border-color: #808080 !important;
    border-bottom: 1px solid #000000;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.label_info label {
    margin-bottom: -1px !important;
}

.eye_code_login {
    cursor: pointer;
    position: absolute;
    right: 0px;
    margin-top: -22px;
    margin-right: 26px;
}

/*--------------------------------------Misc--------------------------------------*/

.paddingtop {
    padding-top: 5px;
}

.padding12 {
    padding-top: 12px;
}

.btlLogin_sided {
}

.line_17 {
    line-height: 17px;
}

.security
{
    width: 100%;
    margin-left: -6px;
    min-width: 110px;
}

.logout_des {
    margin-top: 4px;
    font-size: 20px !important;
    color: #808080;
}
.modal_cancel {
    color: #000000 !important;
    background-color: #FFFFFF;
    border: #FFF;
    /* margin-left: 50%; */
    z-index: 40;
    background-color: #FFF !important;
    border-color: #FFF !important;
    min-width: 100px;
}

.token_label {
    line-height: 15px;
    font-size:12px;
    color:#808080;
}
.modal_description {
    color: #353535;
    font-size: 16px;
    line-height: 24px
}

.modal_title {
    font-weight: 500;
    color: #353535;
    font-size: 30px;
    line-height: 37px
}

.modal_button {
    padding-right:30px
}

.bold_600 {
    font-weight: 600;
}

.social-login-title {
    margin-top: 40px;
    font-size: 20px
}

.white {
    color: #FFFFFF;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.flex_wrap_inherit {
    flex-wrap: inherit !important;
}

.form-group {
    margin-bottom: unset !important;
}

.login_input {
    padding-left: 0;
    height:30px;
}


@media only screen and (max-width: 990px) and (min-width: 767px) {
    .numero-eurobic {
        font-size: 14px;
    }

}


@media (min-width: 768px) {

    .login__left-wrap {
       height: 100vh;
    }

    .intro {
        padding-top: 185px;
    }

    .big-links {
        position: absolute;
        bottom: 0;
    }

    .copyright {
        position: absolute;
        bottom: 0;
    }
}



@media only screen and (max-width: 766px) {
    .numero-eurobic {
        font-size: 0.8rem;
    }
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/*Toastr*/

.toast-message {
    position: relative;
    text-align: center;
    padding: 25px;
    color: #CC4D52;
    font-size: 16px;
}

#toast-container > .toast-error{
    background-image:none !important    ;
}
.toast-error {
    opacity: 1 !important;
    height: 10%;
    width: 50%;
    border: 2px solid !important;
    border-color: #CC4D52 !important;
    border-radius: 6px !important;
    padding: 10px;
    position: relative;
    background-color: transparent;
}

.toast-message > div > a {
    text-decoration: underline;
    color: #CC4D52 !important;
}

#toast-container > div:hover {
    box-shadow: none;
    opacity: 1;
}
#toast-container > div {
    box-shadow: none;
    opacity: 1;
    padding: 0;
    margin:0px;
    width: 560px;
}

#toast-container > .toast-error {
    background-color: #FFF;
}

#toast-container > div:active {
    box-shadow: none;
    opacity: 1;
}

.toast-close-button {
    color: #CC4D52;
    padding: 32px !important;
    background: #FFF;
    width: 50px;
    height: 70px;
}

.x-error {
    text-align: center;
    padding: 6px;
    border-radius: 50%;
    width: 35px;
    height: 36px;
    float: left;
    margin-top: -8px;
    font-weight: bold;
}
.x-error-label{
    float:right;
}

/*mobile*/
@media only screen and (max-width: 768px) {

    .modal_cancel {
        color: #000000 !important;
        background-color: #FFFFFF;
        border: #FFF;
        margin-left: 0 !important;
        background-color: #FFF !important;
        border-color: #FFF !important;
    }

    .login_login{
        margin-top:30px;
    }

    #toast-container > div {
        box-shadow: none;
        opacity: 1;
        padding: 0;
        margin: 0px;
        width: 350px;
        
    }
    .toast-message {
        position: relative;
        text-align: center;
        padding: 25px;
        color: #CC4D52;
        background-color: #FFFFFF;
        font-size: 16px;
        border-color: #FFFFFF;
    }
    .toast-close-button {
        color: #CC4D52;
        z-index:99999;
        padding: 32px !important;
        background: #FFF;
        width: 50px;
        height: 70px;
    }
}
/*Desktop*/
@media only screen and (min-width: 768px) {
    #toast-container > div {
        box-shadow: none;
        opacity: 1;
        padding: 0;
        margin: 0px;
        width: 360px;
    }
}

@media only screen and (min-width: 1020px) {
    #toast-container > div {
        box-shadow: none;
        opacity: 1;
        padding: 0;
        margin: 0px;
        width: 500px;
    }
}

@media only screen and (min-width: 1325px) {
    #toast-container > div {
        box-shadow: none;
        opacity: 1;
        padding: 0;
        margin: 0px;
        width: 540px;
    }
}