/** 登录页面样式 */

body {
    /*background-image: url("../images/test_bg_1.png");*/
    background-repeat: no-repeat;
}

/** 头部样式 */
.login-header {
    font-family: Myriad Pro, Helvetica Neue, Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.85) !important;
    vertical-align:middle;
    padding-left: 80px;
    padding-top: 59px;
}

.login-header sapn {
    font-size: 23px;
    vertical-align:middle;
    letter-spacing: 2px;
    color: #FFFFFF;
}

.login-header img {
    vertical-align:middle;
}

.login-footer {
    color: rgba(108, 174, 211, 0.7) !important;
}

.login-footer p {
    color: rgba(108, 174, 211, 0.7) !important;
}

.login-footer a {
    color: rgba(108, 174, 211, 0.7) !important;
}

.login-footer a:hover {
    color: rgba(108, 174, 211, 0.4) !important;
}

.body-center {
    /*background-image: url(../images/test_img_1.png);*/
    background-position: 10% 0px;
    background-repeat: no-repeat;
    background-size: 50% 100%;
    height: 70%;
    width: 80%;
    margin: 3% auto 0;
}

.left-part {
    height: 100%;
    width: 40%;
    position: relative;
    float: left;
}

.codeTitle {
    height: 30%;
    width: 100%;
    position: relative;
    float: top;
}

.title_t1 {
    font-size: 30px;
    font-weight: bold;
    color: #FFFFFF;
    float: bottom;
    padding-top: 17%;
    padding-left: 10%;
}

.title_t2 {
    font-size: 30px;
    color: #FFFFFF;
    float: bottom;
    padding-top: 1%;
    padding-left: 15%;
}

.menu {
    height: 70%;
    width: 100%;
    padding-left: 20%;
    position: relative;
    float: bottom;
}

.menu_gym {
    height: 22px;
    width: 132px;
    background-color: white;
    padding: 5px;
    position: absolute;
    border-radius: 90px;
    text-align: center;
    position: absolute;
    bottom: 0;
}
.menu_gym a {
    color: #016af6;
    vertical-align:middle;
}

.menu_download {
    height: 22px;
    width: 140px;
    background-color: #016af6;
    padding: 5px;
    position: absolute;
    border-radius: 90px;
    margin-left: 160px;
    text-align: center;
    position: absolute;
    bottom: 0;
}
.menu_download a {
    color: white;
    vertical-align:middle;
}

.login-wrapper, body, html {
    height: 100%
}

.login-wrapper {
    overflow: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
/*.login-card {*/
/*    height: 100%;*/
/*    width: 60%;*/
/*    position: relative;*/
/*    float: left;*/
/*    right: 15%;*/
/*    top: 15%;*/
/*}*/
.login-card {
    height: 100%;
    width: 50%;
    position: relative;
    float: right;
    left: 10%;
    /*background-image: url(../images/gym_img_2.png);*/
    background-position: 100% 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
/*.body-center .login-card> .layui-card {*/
/*    min-width: 360px;*/
/*    width: 40%;*/
/*    float: right;*/
/*    padding-top: 1%;*/
/*    background-color: transparent;*/
/*    !*background-image: url(../images/test_bg_login.png);*!*/
/*    background-repeat: no-repeat;*/
/*    background-position: 100% 100%;*/
/*    background-size: 100% 100%;*/
/*}*/
.login-height {
    height:50%;
}
.register-height {
    height: 80%;
}
.forgotPd-height {
    height: 50%;
}
.body-center .login-card> .layui-card {
    min-width: 360px;
    width: 40%;
    padding-top: 1%;
    background-color: transparent;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 30px;
    bottom: 0;
}

.layui-card-header {
    font-weight: 400;
    font-size: 20px;
    border-bottom: 0px;
    color: #ffffff;
}

.layui-form-pane .layui-form-label {
    width: 78px;
    overflow: visible;
}

.layui-form-pane .layui-input-block {
    width: 240px;
    margin-left: 45px;
}

.login-captcha {
    width: 100%;
    cursor: pointer;
    height: 38px;
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    box-sizing: border-box;
}

.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: .8;
}

.layui-icon-login-qq {
    color: #3492ED
}

.layui-icon-login-wechat {
    color: #4DAF29
}

.layui-icon-login-weibo {
    color: #CF1900
}

.layui-form-item{
    text-align: center;
}

.layui-form-item .layui-form-checkbox[lay-skin=primary] {
    margin-top: 0px;
}

.layui-form-pane .layui-form-checkbox {
    margin: 4px 0 0px 15px;
}

.layui-form-checkbox[lay-skin=primary] span {
    color: #2876a2;
}

.layui-card-header {
    text-align: center;
}

/** 底部样式 */
.login-footer {
    text-align: center;
    line-height: 30px;
    color: rgba(255, 255, 255, 0.7) !important;
    padding-bottom: 20px;
}

.login-footer span {
    padding: 0 5px
}


/** 移动设备样式 */
@media screen and (max-width: 1000px) {

    .layui-card-body {
        padding: 5px 10px;
        line-height: 24px;
    }

    .layui-form-item {
        margin-left: 5%;
    }

    .showDiv {
        padding-right: 3%;
    }

    body {
        /*background-image: url("../images/login_bg_1.png");*/
        background-repeat: no-repeat;
        background-size: cover;
    }

    .login-header {
        padding-left: 10%;
        padding-top: 10%;
    }


    .login-footer {
        display: none;
    }


    .body-center {
        background-position: center 0px;
        background-repeat: no-repeat;
        background-size: 0% 0%;
        height: 0;
        width: 100%;
        margin: 10% auto 0;
    }

    .body-center > .login-card {
        height: 100%;
        width: 100%;
        position: unset;
        float: none;
        right: 0;
        top: 0;
    }

    .left-part {
        display: none;
    }

    .pull-right {

    }
}

/** 移动设备样式 */
@media screen and (min-height: 590px) {
    .login-footer {
        position: absolute;
        bottom: 0;
        width: 100%;
    }
}

/** 辅助样式 */
.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;
}

.ie-tips {
    display: none;
    padding-left: 20px;
    position: relative;
    height: 30px;
    line-height: 30px;
    background: #FFFADD;
    font-size: 14px;
    text-align: left;
    float: top;
}
.ie-tips a {
    font-weight: bold;
}
.ie-tips .js-tip-close {
    position: absolute;
    top: 0;
    right: 20px;
    cursor: pointer;
}