body{
    background: url(../img/mbg_2.png) no-repeat center bottom fixed;
    width: 100%;
    height: 100%;
    position: relative;
    background-size: cover;
}

.wrap{
    position: relative;
}
.login-header .pic{
    position: relative;
    margin: 5% auto 20px;
}


.login-footer{
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 16px;
    color: #6c9fc7;
    position: relative;

}
.login-footer .icon{
    display: inline-block;
    background: url(../img/icon.png) no-repeat;
    width: 80px;
    height: 84px;
    margin-right: 15px;
    position: relative;
    vertical-align: middle;
    margin-right: 20px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

/*-----------------------------------section form-wrap-----------------------------------*/
.form-wrap{
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 0;
    z-index: 20;
}
.form-box{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.form-group{
    width: 100%;
    margin-bottom: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 50px;
    position: relative;
    min-height: 50px;
    background: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.form-group .fa{
    color: #b4ced6;
    background: #deebf0;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 26px;
}

.form-control{
    width: 100%;
    border: none;
    background: transparent;
    color: #444;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 5px;
    font-size: 16px;
    height: 50px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border-bottom: solid 1px transparent;
    padding-left: 10px;
}
.form-control:focus{
    border-bottom-color: #eb6468; 
}
.form-check{
    font-size: 17px;
    color: 471d1d;
}
.form-check checkbox{
    margin-right: 10px;
}
.btn.send{
    width: 100%;
    margin: 20px 3px;
    display: block;
    cursor: pointer;
    height: 55px;
    text-align: center;
    line-height: 55px;
    color: #596f74;
    background: #fff;
    font-weight: bold;
    font-size: 23px;
    border-radius: 10px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    position: relative;
    overflow: hidden;
    z-index: 5;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
}

.btn.send:hover{
    background: #a889ce;
    color: #fff;
}
.btn.regi-snd{
    width: 70px;
    height: 30px;
    line-height: 28px;
    border: solid 1px #aaa;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    color: #444;
    font-weight: bold;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin: 20px auto 5px;
    cursor: pointer;
}
.btn.regi-snd:hover{
    background: #a889ce;
    color: #fff;
}
.btn.check-count{
    width: 90px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    border: solid 1px #bbb;
    background: #aaa;
    color: #444;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    display: inline-block;
    margin-left: 5px;
    cursor: pointer;
    position: relative;
    top: -1px;
}
.btn.check-count:hover{
    background: #eb6468; 
    color: #fff;
}
.two-btn{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
}
.two-btn .btn.send{
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.btn-t{
    text-align: center;
    color: #b4ced6;
    text-decoration: underline;
    font-size: 15px;
    text-align: center;
    display: block;
}
.btn-t:hover{
    text-decoration: none;
}
/*-----------------------------------register-----------------------------------*/
body.register-page{
    background-image: url(../img/mbg_3.png);
}
.register-h .pic{
    margin: 0;
    width: auto;
    position: absolute;
    right: 20px;
    top: 20px;
}
.register-h .pic img{
    max-width: 200px;
}
.register-wrap .container{
    max-width: 1024px;
}
.register-wrap .form-box{
    margin-top: 100px;
}
.register-wrap .form-group{
    background: none;
    width: 100%;
    min-height: 30px;
    line-height: 30px;
    border-radius: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    
}

.register-wrap .control-label:before{
    content: '*';
    color: #f17f3a;
    margin-right: 3px;
}
.register-wrap .control-label.required:before{
    content: '*◎'
}
.register-wrap .control-label{
    color: #201717;
    display: inline-block;
    width: 75px;
    width: auto;
    position: relative;
}
.register-wrap .form-control{
    border: solid 1px #aaa;
    background: #fff;
    display: inline-block;
    width: calc(100% - 75px);
    height: 30px;
    line-height: 30px;
    max-width: 220px;
    
}
.register-wrap .form-control:focus{
    border-color: #eb6468;
}
.register-wrap .form-box{
    max-width: 580px;
}
p.tips{
    font-size: 14px;
    color: #777;
    padding-left: 80px;
    padding-top: 3px;
}
p.intro{
    margin-bottom: 10px;
    display: block;
    width: 100%;
    font-size: 16px;
    
}
p.intro span{
    font-weight: bold;
    color: #f17f3a;
}
.dot-box{
    padding: 20px 0;
    border-top: dotted 2px #aaa;
    border-bottom: dotted 2px #aaa;
    margin-top: 30px;
}
select.form-control{
    padding: 0 5px;
}

@media screen and (max-width:730px){
    .login-footer .icon{
        display: block;
        margin: 0 auto 10px;
    }
}

@media screen and (max-width:480px){
    .btn.send{
        font-size: 20px;
    }
    .register-h .pic{
        position: relative;
        right: 0;
        top: inherit;
        margin: 15px auto 0;
    }
    .register-wrap .form-box{
        margin-top: 0;
    }
    .btn.check-count{
        margin-top: 8px;
    }
    .register-wrap .control-label{
        display: block;
    }
    .register-wrap .form-group{
        margin-bottom: 6px;
    }
    p.tips{
        padding: 0;
    }
    .register-wrap .form-control{
        margin-bottom: 6px;
    }
}