/* 自定义css */
html, body{height: 100%;background: url(../image/login-bg.jpg) no-repeat top; background-size: cover;}   
 
header {height: 70px; background: #fff; position: fixed; top: 0; left: 0;width: 100%; box-shadow: 0 0 10px rgba(100, 100, 100, .2); line-height: 70px;}
.blue {color: #079194;}
.content {width: 940px; margin: 0 auto; position: relative;}
header span{margin: 0 10px}

.login-area {width: 385px; position: absolute; top: 200px; right: 0; font-size: 14px;}
.login-area .form {background: #fff; padding: 37px 44px;}
.login-area .title { height: 57px;}
.login-area .title div {width: 190px; height: 53px; line-height: 53px; text-align: center; background: #fff; font-size: 18px; box-sizing: content-box; cursor: pointer;}
.login-area .title .blue {font-weight: 700; border-bottom: 4px solid #fff;}
.login-area .form-group {margin-bottom: 27px;}
.login-area .form-group input { height: 44px; box-shadow: inset 1px 1px 5px rgba(100, 100, 100, .3); border-radius: 0;}
.login-area .form-group input.btn {height: 45px; font-weight: 700; font-size: 20px; background: linear-gradient(to bottom, #93D8EB, #4BB3D0); color: #fff; border-radius: 0; border: none;}
.login-area .reg a.blue {text-decoration: underline;}
.c6 {color: #666;}
.login-area .code .pull-left {width: 187px;}
.login-area .code .pull-right {width: 103px;}
.reg-area {top: 127px;}
.reg-area .name {padding: 0 44px;line-height: 52px; background: #fff url(../image/sha.png) repeat-x bottom; padding-bottom: 5px;}
.reg-area .name h3 {font-size: 18px; line-height: 52px; margin: 0;}
.reg-area .form-group .form-control {height: 33px;}
.reg-area.login-area .form-group {margin-bottom: 16px;}
                                                                                                                                                                                                 