/**

 @Name：layuiAdmin 登入注册页
 @Author：贤心
 @Site：http://www.layui.com/admin/
 @License：GPL-2
 
 */
 
html,body,#LAY_app{height:100%;}
.layui-layout-body{overflow: auto;}
 
#LAY-user-login,
.display-show{display: block !important;} 
.login{position: relative; left: 0; top: 0; padding: 110px 0; min-height: 100%; box-sizing: border-box;}
.login-main{width: 375px; margin: 0 auto; box-sizing: border-box; text-align: center}
.login-box{padding: 20px;}
.login-header{text-align: left; padding-left: 100px; position: relative; display: inline-block}
.login-header img{position: absolute; left: 20px;}
.login-header h2{margin-bottom: 10px; font-weight: 300; font-size: 30px; color: #000;}
.login-header p{font-weight: 300; color: #999;}

.login-body .layui-form-item{position: relative;}
.login-icon{position: absolute; left: 1px; top: 1px; width: 38px; line-height: 36px; text-align: center; color: #d2d2d2;}
.login-body .layui-form-item .layui-input{padding-left: 38px;}
.login-codeimg{max-height: 38px; width: 100%; cursor: pointer; box-sizing: border-box;}

.login-other{position: relative; font-size: 0; line-height: 38px; padding-top: 20px;}
.login-other>*{display: inline-block; vertical-align: middle; margin-right: 10px; font-size: 14px;}
.login-other .layui-icon{position: relative; top: 2px; font-size: 26px;}
.login-other a:hover{opacity: 0.8;}

.jump-change{float: right;}

.login-footer{position: absolute; left: 0; bottom: 0; width: 100%; line-height: 30px; padding: 20px; text-align: center; box-sizing: border-box; color: rgba(0,0,0,.5)}
.login-footer span{padding: 0 5px;}
.login-footer a{padding: 0 5px; color: rgba(0,0,0,.5);}
.login-footer a:hover{color: rgba(0,0,0,1);}

/* 有背景图时 */
.login-main[bgimg]{background-color: #fff; box-shadow: 0 0 5px rgba(0,0,0,0.05);}

/* 主题背景 */
.login-theme{position: fixed; bottom: 0; left: 0; width: 100%; text-align: center;}
.login-theme ul{display: inline-block; padding: 5px; background-color: #fff;}
.login-theme ul li{display: inline-block; vertical-align: top; width: 64px; height: 43px; cursor: pointer; transition: all .3s; -webkit-transition: all .3s; background-color: #f2f2f2;}
.login-theme ul li:hover{opacity: 0.9}

@media screen and (max-width: 768px) {
  .login{padding-top: 60px;}
  .login-main{width: 300px;}
  .login-box{padding: 10px;}
}



