.header span{
    font-size: 1.5rem;
    text-align: right;
    color: rgba(33, 33, 33, 1);
    margin-left: 20px;
}


.login_con,.help_con{
    background: url('../img/login_bg.png') no-repeat;
    min-height: 100%;
}

.login_sec{
    background: white;
    width: 45%;
    height: auto;
    margin: 300px auto;
}

.login_sec p{
    color: rgba(3, 112, 232, 1);
    font-size: 1.4rem;
    margin: 2rem 3rem;
}

.l1{
    width:80% ;
    background-color: rgba(233, 233, 233, 1);
    margin:30px auto 5px auto;
    padding: 10px;
    height: 50px;
    border-radius: 25px;
    text-align: center;
}

.l2{
    width:80% ;
    background-color: #0370E8;
    margin:5px auto 5px auto;
    padding: 10px;
    height: 50px;
    border-radius: 25px;
    text-align: center; 
}


.l1 img,.l2 img{
    height: 100%;
}

.l1 span{
    color: rgba(33, 33, 33, 1);
    font-size: 16px;
}

.l2 span{
    font-size: 16px;
    color: white;
}

.l3{
    margin-top: 50px;
    margin-bottom: 10px;
}

.l3 span{
    font-size: 1.1rem;
    color: #999999;
}

.lb,.rb{
    height: 1px;
    border: 1px solid rgba(165, 165, 165, 0.2);
    width: 20%;
}

.share_con img{
    width: 15%;
    height: auto;
    margin: 1rem;
}


form{
    width: 80%;
}

.login_btn{
    width: 100%;
    padding: 12px;
    margin-top: 30px;
}

.form-control{
    font-size: 1.2rem;
    height: 50px;
    padding: 2rem 1.75rem;
}

.form-check-label{
    color: #999999;
}

.toForget{
    position: absolute;
    right: 0;
    color: #1A4F8A;
}
.toRegist{
    margin-top: 10px;
    color: #999999;
}
.toForget a,.toRegist a{
    color: #1A4F8A;
}

/* forget password */
.forget_sec,.regist_sec{
    width: 85%;
    background: white;
    height: auto;
    min-height: 70%;
    margin: 100px auto;
}

.forget_sec p,.regist_sec p{
    color:#212121 ;
    font-size: 1.4rem;
    margin: 2rem 32%;
    font-weight: bolder;
}
.regist_sec p{
    margin-left: 34%;
}
.forget_sec .form-control,.regist_sec .form-control{
    width: 45%;
    font-size: 1rem;
}

::-webkit-input-placeholder {
    color: #D3D3D3!important;
}

.forget_sec label,.regist_sec label{
    margin-right: 16px;
    width: 14%;
    text-align: right;
    color: #212121;
    margin-bottom: 0;
    font-size: 1.2rem;
}

.forget_sec span,.regist_sec span{
    margin-right: 16px;
    width: 40%;
    font-size:1rem ;
    color: #999999;
}

.forget_sec form,.regist_sec form{
    width: 95%;
}

.forget_sec button,.regist_sec button{
    width: 20.5%;
    margin-right: 2%;
}

.forget_btn_submit{
    margin-left: 15%;
}

.forget_btn_restore{
    background: #DDDDDD;
    color: #8C8C8C;
    border-color: #DDDDDD;
}

.forget_btn_submit,.forget_btn_restore{
    height: 50px;
    font-size: 1.3rem;
}

.forget_btn_restore:hover{
    background: #DDDDDD;
    color: #8C8C8C;
    border-color: #DDDDDD;
}
.forget_footer{
    color: #999999!important;
    text-align: center;
    width: 100%;
    font-size: 1rem!important;
    margin: 1rem!important;
}

.code{
    width: 29%!important;
}

.send_code{
    width: 16%!important;
    margin-left:1%;
    height: 66px;
    color: #1A4F8A;
    border-color: #D3D3D3;
}

.eye{
    position: absolute;
    left: 50%;
}

.regist-check{
    width: auto!important;
    text-align: left!important;
    margin-left: 15%;
    color: #999999!important;
    margin-bottom: 35px!important;
    font-size: 1rem!important;

}
input[type=checkbox]{
    background-color: #068039;
}

.form-check a{
    margin-bottom: 35px;
    font-size: 1rem;
    color:#1A4F8A;
}

.form-check span {
    color:#1A4F8A!important;
    margin-right: 1px;
}

/* help */
.icon-que{
    color:#212121 ;
    border-radius: 15px;
    border: 1px solid;
    width: 25px!important;
    height: 25px;
    text-align: center;
    margin-right: 5px;
}
.help_sec{
    background: white;
    width: 90%;
    height: auto;
    margin: 110px auto;
}
.blue{
    color:#0370E8;
    margin-bottom: 5px;
}
.grey{
    color:#666666;
}
