
body {
    /*background-image: url("../../images/login/bg.jpg");*/
   /*  background-image: url("../images/bg_login2.png"); */
   /*  background-position: center; */
    background-color: #f0f2f5;
    background-position: center;
    width: 100%;
    background-size: 100% 100%;
    /*background-repeat:repeat-y;*/
	/*background-color:#4f99c6;*/
	background: -webkit-linear-gradient(#2fabbf,#32b8bc,#1f7cb4); /* Safari 5.1-6.0 */
	background: -o-linear-gradient(#2fabbf,#32b8bc,#1f7cb4); /* Opera 11.1-12.0 */
	background: -moz-linear-gradient(#2fabbf,#32b8bc,#1f7cb4); /* Firefox 3.6-15 */
	background: linear-gradient(#2fabbf,#32b8bc,#1f7cb4); /* 标准语法 */

}

.login-wrapper, body, html {
    height: 100%
}

.login-wrapper {
    overflow: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.login-body {
    padding: 10px 10px 40px 10px;
    margin-top:calc(6% - 10px);
   /*  float: right;
    margin-right:15%; */
    opacity:0.95;
	filter:alpha(opacity=0.95);
}

.login-body > .layui-card {
    max-width: 360px;
    margin: 0 auto;
	-webkit-box-reflect: below  3px -webkit-linear-gradient(bottom, rgba(255,255,255,0.3) 0%, transparent 30%, transparent 50%);
}

.login-body .layui-card-header {
    font-weight: 700;
    font-size: 15px;
}

.login-body .layui-form-pane .layui-form-label {
    width: 48px;
    overflow: visible;
}

.login-body .layui-form-pane .layui-input-block {
    margin-left: 48px;
}

.login-body .login-captcha {
    width: 100%;
    cursor: pointer;
    height: 38px;
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    box-sizing: border-box;
}

.login-body .login-other > * {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    font-size: 14px;
}

.login-body .login-other .layui-icon {
    position: relative;
    top: 2px;
    font-size: 26px;
}

.login-body .login-other a:hover {
    opacity: .8;
}

.layui-icon-login-qq {
    color: #3492ED
}

.layui-icon-login-wechat {
    color: #4DAF29
}

.layui-icon-login-weibo {
    color: #CF1900
}

/** åº•éƒ¨æ ·å¼ */
.login-footer {
    text-align: center;
    line-height: 30px;
    color: rgba(255, 255, 255, 0.7) !important;
    padding-bottom: 20px;
}
.login-footer p{color: #fff;}
.login-footer span a{color: #fff;}

.login-footer span {
    padding: 0 5px
}

.login-footer a {
    padding: 0 5px;
    color: rgba(255, 255, 255, 0.7) !important;
}

.login-footer a:hover {
    color: rgba(255, 255, 255, 0.4) !important;
}

/** å¤´éƒ¨æ ·å¼ */
.login-header {
    font-family: Myriad Pro, Helvetica Neue, Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.85) !important;
    padding: 10px;
}

.login-header img {
    height: 40px;
}

/** ç§»åŠ¨è®¾å¤‡æ ·å¼ */
@media screen and (min-height: 590px) {
    .login-footer {
        position: absolute;
        bottom: 0;
        width: 100%;
    }
}

@media screen and (min-height: 670px) {
    .login-body {
        padding: 110px 10px 40px 10px;
    }
}

/** è¾…åŠ©æ ·å¼ */
.layui-link {
    color: #029789 !important;
}

.layui-link:hover {
    opacity: .8;
}

.pull-right {
    float: right;
}

.inline-block {
    display: inline-block;
}

.login-header {
    color: rgba(0, 0, 0, .85) !important;
}

.login-footer {
    color: rgba(0, 0, 0, 0.7) !important;
}

.login-footer a {
    color: rgba(0, 0, 0, 0.7) !important;
}

.login-footer a:hover {
    color: rgba(0, 0, 0, 0.4) !important;
}
