*{
    padding: 0px;
    margin: 0px;
}
body{
    background: #fff none no-repeat scroll center 100%;
    background-image: url('/image/student/base/fwb-login-bg.jpg');
    background-size: cover;
    position: relative;
    min-height: 662px;
}
.hide{
    display: none;
}
input{
    outline: none;
    background: none !important;
    border: 0px;
    height: 43px;
    width: 180px;
    float: left;
    margin-left: 5px;
    color: #03053d;
    font-size: 14px;
}
.login-form{
    float: right;
    display: table;
    margin-right: 48px;
    margin-top: 32px;
}
.fwb-input-box{
    float: left;
    margin-left: 14px;
    display: table;
    background: rgba(255,255,255,0.7);
    border-radius: 3px;
    overflow: hidden;
}
.fwb-input-box img{
    width: 27px;
    float: left;
    margin-left: 5px;
    margin-top: 13px;
}
.fwb-input-box button{
    width: 105px;
    height: 43px;
    background: #68b2ee;
    font-size: 16px;
    color: #fff;
    border: none;
}
.fwb-logo-img{
    width: 153px;
    height: 43px;
    position: absolute;
    top: 32px;
    left: 48px;
}