.login_bg{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}

.login_wrapper_before{
    background-color: #02BEA4;
    position: absolute;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 220px;
}

.login_info a{
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    display: block;
    /*margin: 24px auto 28px;
    font-weight: 600;
    width: 1000px;*/
}

.login_info a img{
    width: 45px;
    background: #fff;
    padding: 2px;
    border-radius: 6px;
    margin: 0 0.4rem;
}

.login_details{
    z-index: 2;
    display: flex;
    flex: none;
    flex-direction: column;
/*    width: 990px;*/
    overflow: hidden;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 17px 50px 0 rgba(11,20,26,.19), 0 12px 15px 0 rgba(11,20,26,.24);
    margin-right: auto;
    margin-left: auto;
    scrollbar-color: rgba(11, 20, 26, 0.2) rgba(255, 255, 255, 0.1);
    scrollbar-width: thin;
}

.login_contents{
    padding: 60px 60px;
}

.login_instruction{
    display: table-cell;
    vertical-align: middle;
}

.login_instruction h3{
    font-size: 24px;
    font-weight: 400;
    color: #41525d;
    margin-bottom: 40px;
}

.login_instruction ul{
    margin: 0;
    padding: 0 0 0 24px;
}

.login_instruction ul > li{
    list-style: decimal;
    padding: 0.5rem;
    font-size: 16px;
    font-weight: 400;
}

.login_qr{
    text-align: center;
}

.login_qr img{
    width: 70%;
}

/*.help_login_ng{
    padding: 40px 60px;
    background-color: rgba(11, 26, 20, 0.03);
    text-align: center;
}*/
.help_login_ng h3{
    font-size: 18px;
    font-weight: 500;
    color: #41525d;
    margin-bottom: 24px;
}

.help_login_ng video{
    display: block;
    width: 100%;
}

.login_top{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.login_top a.logo_co {
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    display: flex;
    align-items: center;
    font-weight: 600;
    margin: 1rem 0;
}

.login_top .logo_co img{
    width: 35px;
    height: auto;
    background: #fff;
    border-radius: 4px;
    padding: 0.25rem 0.35rem;
    margin-right: 0.3rem;
    margin-left: 0.3rem;
}

.login_logo_bg{
    background-color: #012a30;
    padding: 0.5rem;
    position: relative;
}

.login_bg_single{
    height: 100vh;
    width: 100%;
    position: relative;
    display: block;
}

.login_single .form-control {
    font-size: 16px;
    font-weight: 600;
    border-color: #1d1c1d4d;
}

.login_top_single{
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: space-evenly;
}

.login_top_single .language__change{
    margin: 0 0.35rem;
}

.login_single .btn-signin {
    color: #fff;
    background-color: #012a30;
    border: none;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login_single .btn-check:checked+.btn, .login_single .btn.active, .login_single .btn.show, .login_single .btn:first-child:active, :not(.btn-check)+.btn:active{
    background-color: #012a30;
}

.btn-signin.btn:hover{
    background-color: #012a30;
    color: #fff;
}

.login_top_single a{
    text-decoration: none;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 600;
}

.login_top_single a:hover{
    color: #fff;
}

.login_top_single .language__change li a{
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
}

.login_top_single img{
    width: 200px;
/*    background-color: #fff;*/
    border-radius: 6px;
    padding: 0px;
    margin: 0 0.5rem;
}

.login_single{
    padding: 6rem 0 1rem;
}

.login_single .form-floating>label{
    font-weight: 600;
}

.forgot_pwd a{
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    margin: 1rem 0;
    display: block;
    color: #353535;
}

.footer_lan{
    /*position: absolute;
    bottom: 20px;
    right: 0;
    left: 0;*/
    text-align: center;
}

.sign_heading{
    text-align: center;
    letter-spacing: -.75px;
    max-width: 700px;
    margin-bottom: 2rem;
    font-size: 30px;
    font-weight: 700;
    line-height: 46px;
}

.footer_lan .dropdown i{
    font-size: 1.5rem;
    background-color: #02bea4;
    padding: 10px;
    border-radius: 6px;
    color: #fff;
}

.footer_lan .language__change li a, .footer_lan .language__change li a:hover{
    color: #000;
}