body{
    width: 100%;
    height: 100%;
    background-image: url("/Framework/index/assets/img/backgrounds/bn2.jpeg");
    background-repeat: no-repeat;
    background-size:100% 100%;
    background-attachment:fixed;
    position:fixed;
    color: white;
}

/*头部*/
header {
    display: flex;
    line-height: 60px;
    width: 600px;
    padding: 20px;
    margin: 0 auto;
    color: #0354a3;
    -webkit-text-stroke: 1px #fff;
}
header img {
    border-radius: 35px;
    box-shadow: 2px 4px 7px #999;
}
header h1 {
    text-shadow: 0 3px 0 #cecece,
    0 5px 5px #000;
    font-weight: bold;
    font-size: 35px;
}


/*登录框*/
.main{
    width: 600px;
    height: 420px;
    margin: 5px auto;
    margin-top: 40px;
    background-color :rgba(255,255,255,0.9);
    border-radius: 20px;
    -webkit-box-shadow: 0 6px 12px 0 rgb(37, 37, 37);
    -moz-box-shadow: 0 6px 12px 0 rgb(37, 37, 37);
    box-shadow: 0 6px 43px 0 rgba(0, 0, 0, 0.4);
}

.form-title {
    width: 560px;
    text-align: center;
    margin: 0 auto;
    color: #000;
    font-size: 20px;
    padding: 10px;
    border-bottom: 1px solid #ececec;
}

.layui-form{
    width: 430px;
    margin: 0 auto;
}

.login-form {
    padding: 30px 10px;
}

.login-form .layui-form-item {
    margin-bottom: 30px;
}

.reg-form {
    padding: 20px 10px;
}

.reg-form .layui-form-item {
    margin-bottom: 15px;
}

.layui-form-label {
    color: #000;
}

.layui-form-item a:hover {
    color: #0354a3;
    text-decoration:underline;
}

.layui-input-inline {
    width: 250px !important;
}

.loginBtn,.regBtn {
    background: #0354a3;
}

.layui-nav {
    border-radius: 25px 25px 0 0 ;
    background: transparent;
}
.layui-nav a{
    color: #000!important;
    text-align: center;
    font-size: 18px;
}
.layui-nav-item {
    width: 280px;
}

.layui-nav .layui-this:after {
    background-color: #0354a3!important;
}

#CapsLock_tips {
    position: absolute;
    background: #0354a3;
    padding: 2px;
    display: none;
}