/** 登录页面样式 */

body {
    background-image: url("../images/login_bg.jpg");
    /**background-position: center 110px;*/
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: #f0f2f5;
}
.login-header {
    color: #fff !important;
    text-align: center;
    padding-top: calc(50vw - 40%);
    height: 50px;
    font-size: 30px;
    width: 100%;
	position: absolute;
	/*top: -350px;*/
    top: -630px;
	bottom: 0;
	margin: auto;
	height: 50px;
}

.login-footer {
    color: #fff !important;
}

.login-footer a {
    color: #fff !important;
}

.login-footer a:hover {
    color: #00C3FF !important;
}
.login-wrapper, body, html {
    height: 100%
}

.login-wrapper {
    overflow: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.login-body {
    padding-top: 0px;
    border-radius: 20px;
    width: 100%;
    position: absolute;
    top: 0px;
    bottom: 0;
    margin: auto;
    height: 230px;
}

.login-body > .layui-card {
    max-width: 550px;
    margin: 0 auto;
    /* height: 10%; */
    border-radius: 10px;
    box-shadow: 0px 0px 10px 10px rgba(0,0,0,0.2);
}

.login-body .layui-card-header {
    font-weight: 700;
    font-size: 45px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    color: #1890FF;
}

.login-body .layui-card-body {
    position: relative;
    padding: 50px 50px;
    line-height: 24px;
}

.layui-form-item {
    margin-bottom: 10px;
}

.login-body .layui-form-pane .layui-form-label {
    width: 20%;
    padding: 0px 15px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    border: 1px solid;
    background: transparent;
    border-color: #cecece;
    /*border-color: transparent;*/
}
.login-body .layui-form-pane .layui-form-label:hover {
    /*border-color: #00C3FF;*/
}

.login-body .layui-form-pane .layui-input-block {
    margin-left: 20%;
}

.layui-input {
    height: 55px;
    line-height: 55px;
    font-size: 22px;
}

.layui-btn{
    height: 50px;
    line-height: 50px;
    font-size: 22px;
}

.login-body .login-captcha {
    width: 100%;
    cursor: pointer;
}

.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;
}

.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: 30px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.85) !important;
    padding: 10px 0;
}

.login-header img {
    height: 35px;
}
.layui-card-header img{
    height:35px;
}
/** 移动设备样式 */
@media screen and (min-height: 590px) {
    .login-footer {
        position: absolute;
        bottom: 20px;
        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: #fff !important;
}

.login-footer {
    color: #fff !important;
}

.login-footer a {
    color: #00C3FF !important;
}

.login-footer a:hover {
    color: rgba(0, 0, 0, 0.4) !important;
}