
/* Toast */
.toast_container {
    display: flex;
    flex-direction: column;
    position: fixed;
    z-index: 10000000;
    bottom: 8px;
    /*   margin: 0 auto;
     max-width: 320px;
     left: 0;
     right: 0;
     justify-content: center;
     align-items: center; */
}

.toast_section {
    padding: 14px 24px;
    font-size: 14px;
    line-height: 20px;
    position: relative;
    /* height: 48px; */
    height: auto;
    box-sizing: border-box;
    max-width: 568px;
    min-width: 288px;
    background-color: #323232;
    border-radius: 3px;
    color: #ffffff;
    margin-bottom: 8px;
    /*new add*/
    bottom: -80px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-align: center;
}



.show_div{
    display: block;
}
.hidden_div{
    display: none;
}


.register_en{
    /*
    padding-left: 22px!important;
    */
}

.loginBox_left_title_en{
    font-size: 52px!important;
}

.error-message_en{
    bottom: -40px !important;
}


.select_down_box_en {
    width: 160px!important;
}

.loginBlue {
    color: #1265cf;
}