/*css document*/
body,html{
    height: 100%;
}
body{
    background: url("../img/h_bg.png ") no-repeat center;
    background-size: cover;
    position: relative;
    min-height: 600px;
    overflow: auto;
}
.login{
    position: absolute;
    left: calc(50% - 600px);
    width: 1200px;
    height: 350px;
    top:calc(50% - 175px);
}
.login_l{
    width: 615px;
    float: left;
}
.login_l p{
    font-size: 16px;
    line-height: 29px;
    width: 600px;
    text-align: justify;
    margin: 36px auto 0;
}
.l_pro{
    font-weight: bold;
    display: inline-block;
    margin-right: 60px;
}
.l_pro img{
    position: relative;
    top:-2px;
    margin-right: 5px;
}
.l_bottom{
    padding-left: 5px;
    margin-top: 34px;
}
.login_r{
    width: 460px;
    float: right;
}
.r_title{
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 38px;
}
.r_pro{
    height: 56px;
    background: #fff;
    margin-bottom: 30px;
}
.r_btn{
    text-align: center;
    color: #fff;
    height: 56px;
    line-height: 56px;
    display: block;
    background: #02A3D5;
}
.r_btn:hover{
    background: #0fb5e8;
}
.r_pro img{
    margin-left: 20px;
    margin-top: 14px;
}
.r_pro input{
    margin-left: 15px;
    width: 370px;
    font-size: 15px;
    position: relative;
    top:-7px;
    outline: none;
}
.footer{
    position: absolute;
    bottom:20px;
    width: 100%;
    text-align: center;
    font-size: 15px;
}
.logo{
    color: #000;
    margin: 50px;
    position: absolute;
    font-size: 30px;
}
/*2022-3-23*/
.apply{
    float: right;
    color: #02a3d5;
    margin-top: 10px;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
}
.apply:hover{
    color: #0FB5E8;
}
.r_title{
    padding-bottom: 26px;
}
.login_r{
    margin-top: -10px;
}
.l_pro{
    font-size: 16px;
    color: #000;
}
.r_pro input{
    top:10px;
}
.modal-body{
    padding:15px 80px;
}
@media screen and (min-width: 768px){
    .col-sm-2,.col-sm-10{
        padding-left: 0;
    }
}