html,body{
    background: #f2f2f2;
}
.i-header>.i-nav .i-logo{
    vertical-align: middle;
}
.i-header>.i-nav a{
    color:white;
    font-size: 28px;
}
.i-body{
    background: #f2f2f2;
}
.register-wrapper{
    width:634px;
    height:708px;
    margin: 0 auto;
    padding: 35px 62px;
    box-shadow: 0 0 8px 4px #e7e9eb;
    background: #ffffff;
}
.register-wrapper .i-title{
    color:#383d41;
    font-size: 27px;
    font-weight: 500;
}
.register-wrapper .register-form-wrapper{
    margin-top: 40px;
}
.register-wrapper .register-form-wrapper .btn-wrapper{
    margin:45px 0 17px;
}
.register-wrapper .register-form-wrapper .loginBtn{
    color:#a3a3a3;
    font-size:17px;
}