header{
    position: fixed;
    width: 100%;
    background: #2077be;
    top: 0;
    left: 0;
    z-index: 9;
}

header h1{
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    line-height: 88px;
}

.body-box{
    position: relative;
    width: 100%;
    height: 100%;
    background: url(../img/form-bg.jpg) no-repeat center;
    background-size: cover;
}

.body-box .w1200{
    position: relative;
    height: 100%;
}

.body-box .w1200 .login{
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -200px;
    width: 500px;
    height: 400px;
    padding: 50px;
    background: #fff;
}

.body-box .w1200 .login .row{
    margin: 10px 0;
}

.body-box .w1200 .login .row p{
    font-size: 18px;
    color: #333;
    line-height: 36px;
}

.body-box .w1200 .login .row input{
    display: block;
    box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.75),inset 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
    border-radius: 2px;
    height: 44px;
    width: 100%;
    outline: none;
    padding-left: 35px;
}

.body-box .w1200 .login .row input.inp1{
    background: url(../img/icon_03.png) no-repeat 6px ;
    background-size: 20px 23px;
}

.body-box .w1200 .login .row input.inp2{
    background: url(../img/icon_06.png) no-repeat 6px;
    background-size: 20px 23px;
}

.body-box .w1200 .submit{
    width: 100%;
    background: #33a0e5;
    line-height: 44px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    outline: none;
    cursor: pointer;
    margin-top: 60px;
    border-radius: 2px;
    transition: background .6s;
}

.body-box .w1200 .submit:hover{
    background: #2077be;
}


footer{
    position: fixed;
    bottom: 0;
    left: 0;
    background: #2077be;
    width: 100%;
    height: 88px;
    padding-top: 20px;
}

footer p{
    font-size: 14px;
    color: #86b3da;
    text-align: center;
    line-height: 24px;
}