/***
Login page
***/
/* logo page */
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
    -webkit-text-fill-color: rgba(0,0,0,1) !important;
}

.login-leftbox {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 480px;
    float: left;
    overflow: hidden;
    background: url(../../fw/images/login/login_bg1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    transition: 0.2s linear;
    -webkit-animation: bgchange 15s infinite;
    animation: bgchange 15s infinite;
}

.login-rightbox {
    margin-left: 480px;
    position: relative;
    height: 100%;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    transition: 0.2s linear;
}
.login.loginHbox .layui-layer-setwin{
    z-index:600;
    position:absolute;
}
@-webkit-keyframes bgchange {
    0% {
        background: url(../../fw/images/login/login_bg1.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    29% {
        background: url(../../fw/images/login/login_bg1.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    33% {
        background: url(../../fw/images/login/login_bg2.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    62% {
        background: url(../../fw/images/login/login_bg2.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    66% {
        background: url(../../fw/images/login/login_bg3.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    96% {
        background: url(../../fw/images/login/login_bg3.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    100% {
        background: url(../../fw/images/login/login_bg1.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
}

@-moz-keyframes bgchange {
    0% {
        background: url(../../fw/images/login/login_bg1.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    29% {
        background: url(../../fw/images/login/login_bg1.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    33% {
        background: url(../../fw/images/login/login_bg2.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    62% {
        background: url(../../fw/images/login/login_bg2.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    66% {
        background: url(../../fw/images/login/login_bg3.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    96% {
        background: url(../../fw/images/login/login_bg3.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    100% {
        background: url(../../fw/images/login/login_bg1.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
}

@-ms-keyframes bgchange {
    0% {
        background: url(../../fw/images/login/login_bg1.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    29% {
        background: url(../../fw/images/login/login_bg1.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    33% {
        background: url(../../fw/images/login/login_bg2.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    62% {
        background: url(../../fw/images/login/login_bg2.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    66% {
        background: url(../../fw/images/login/login_bg3.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    96% {
        background: url(../../fw/images/login/login_bg3.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    100% {
        background: url(../../fw/images/login/login_bg1.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
}

@keyframes bgchange {
    0% {
        background: url(../../fw/images/login/login_bg1.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    29% {
        background: url(../../fw/images/login/login_bg1.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    33% {
        background: url(../../fw/images/login/login_bg2.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    62% {
        background: url(../../fw/images/login/login_bg2.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    66% {
        background: url(../../fw/images/login/login_bg3.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    96% {
        background: url(../../fw/images/login/login_bg3.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    100% {
        background: url(../../fw/images/login/login_bg1.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
}

@media (max-width: 1220px) {
    .login-leftbox {
        width: 240px;
    }

    .login-rightbox {
        margin-left: 240px;
    }
}

@media (max-width: 900px) {
    .login-leftbox {
        display: none;
    }

    .login-rightbox {
        margin-left: 0px;
    }
}

.login-form, .register-form, .forget-form {
    margin: 0 auto;
    width: 480px;
}

.loginHbox {
    height: 100%;
}

.login-form input, .login-input input {
    border: 1px #aaa solid;
    border-radius: 4px !important;
    background: 0 0;
    text-align: left;
    font-size: 20px;
    width: 480px;
    height: 50px;
    line-height: 50px;
    padding-left: 70px !important;
}

.identity input {
    border: 1px #aaa solid;
    border-radius: 4px !important;
    background: 0 0;
    text-align: center;
    font-size: 20px;
    width: 50%;
    height: 50px;
    line-height: 50px;
    padding-left: 0px !important;
}

.send-msg {
    display: none;
    font-size: medium;
    background-color: antiquewhite;
}

.btn_sendIdentity {
    font-size: large;
    background-color: aqua;
}

.login-a {
    font-size: 18px;
    color: #4e87db;
}

.login-form input:focus {
    border: 1px #a0c7f1 solid;
}

.login-box {
    float: right;
    margin-right: 300px;
    margin-top: 100px;
}

.login .logo {
    height: 130px;
    margin: 100px auto 0px auto;
    padding: 15px;
    text-align: center;
}

    .login .logo a {
        font-size: 30px;
        font-weight: bold;
        color: #fff;
        text-shadow: 0px 1px 5px #000000;
        letter-spacing: 6px;
    }

        .login .logo a:link {
            text-decoration: none;
        }

.login .content {
    width: 340px;
    background-color: #fff;
    box-shadow: 0px 3px 9px #a2a2a2;
    border: 1px #e1e1e1 solid;
    margin: 0 auto;
    margin-bottom: 0px;
    padding-top: 30px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
}

.contentregister {
    width: 100%;
    text-align:center;
    background-color: #fff;
    margin: 0 auto;
    margin-bottom: 0px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
}

.login .content h3 {
    color: #000;
}
.contentregister h3{
    color: #000;
}

.login .content h4 {
    color: #406791;
    height: 40px;
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 40px;
    text-indent: 25px;
    border-left: 5px #77b1ef solid;
}
.contentregister h4{
    color: #406791;
    height: 40px;
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 40px;
    text-indent: 25px;
}

.loginblue-btn {
    border: 1px #3083ff solid;
    border-radius: 4px !important;
    box-shadow: 0 5px 8px 0 rgba(24,95,255,.1);
    text-align: center;
    color: #fff;
    font-weight: bold;
    outline: none;
    font-weight: lighter;
    background: linear-gradient(0deg,#398bff,#3083ff) !important;
    width: 478px;
    height: 60px;
    margin: 20px 0;
    font-size: 24px;
}

    .loginblue-btn:hover {
        color: #fff;
        background-image: linear-gradient(0deg,#3086ff,#2a80ff) !important;
        -webkit-transition: .3s linear;
        -moz-transition: .3s linear;
        -o-transition: .3s linear;
        -ms-transition: .3s linear;
        transition: .3s linear;
    }

.loginblue-btn-lock {
    background: rgba(0, 0, 0, 0) linear-gradient(0deg, #e5e5e5, #e5e5e5) repeat scroll 0 0 !important;
    border: 1px solid #e5e5e5;
    box-shadow: none;
    color: inherit;
    cursor: default;
}

    .loginblue-btn-lock:hover {
        background: rgba(0, 0, 0, 0) linear-gradient(0deg, #e5e5e5, #e5e5e5) repeat scroll 0 0 !important;
        border: 1px solid #e5e5e5;
        box-shadow: none;
        color: inherit;
        cursor: default;
    }

.registered-company {
    display: none;
    padding-top: 10px;
    font-size: 15px;
}

    .registered-company p tt {
        color: #3587FF;
        font-size: 16px;
        font-family: inherit;
    }

    .registered-company ul {
    }

        .registered-company ul li {
            display: block;
            text-align: left;
            height: 26px;
            line-height: 26px;
        }

.login .content p a {
    color: #6586b6;
}

.login .content .login-form,
.login .content .forget-form {
    padding: 10px 30px;
    margin: 0px;
}

.login-input i {
    line-height: 27px;
    width: 50px;
    border-right: 1px #b3b3b3 solid;
    font-style: normal;
    color: #717171;
}

    .login-input i.fa {
        line-height: 26px;
        width: 50px;
        font-size: 20px;
    }

.login .content .input-icon {
    width: 50px;
    border-right: 1px #cecece solid;
    line-height: 28px;
    font-style: normal;
    color: #000;
}

.login-rightbox .no-padL {
    padding-left: 20px !important;
}

.login .content .input-icon {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

    .login .content .input-icon .form-control {
        border-left: 0;
        height: 40px;
    }

.login .content .form-title {
    font-weight: 300;
    margin-bottom: 25px;
}

.login .content .form-actions {
    clear: both;
    border: 0px;
    padding: 0px 30px 0px 30px;
    margin-left: -30px;
    margin-right: -30px;
}

    .login .content .form-actions .checkbox {
        margin-left: 0;
        padding-left: 0;
    }

.login .content .forget-form .form-actions {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 20px;
    position: relative;
}

.login .content .register-form .form-actions {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0px;
}

.login .content .form-actions .checkbox {
    color: #6e6e6e;
    margin: 8px 0 0;
    display: inline-block;
}

.login .content .form-actions .btn {
    margin-top: 1px;
}

.login .content .forget-password {
    margin-top: 25px;
}

    .login .content .forget-password p, .login .content .create-account p, .login .content .create-company p {
        line-height: 35px;
    }

.login .content .create-account {
    border-top: 1px dashed #bdbcbc;
    padding-top: 5px;
    margin-top: 5px;
}

    .login .content .create-account a {
        display: inline-block;
        margin-top: 5px;
    }

.login .content .create-company {
    border-top: 1px dashed #bdbcbc;
    padding-top: 5px;
    margin-top: 5px;
}

    .login .content .create-company a {
        display: inline-block;
        margin-top: 5px;
    }
/* footer copyright */
.login .copyright {
    text-align: center;
    margin: 0 auto;
    padding: 10px;
    color: #7a7a7a;
    font-size: 14px;
    margin-top: 30px;
}

.no-marginT {
    margin-top: 0 !important;
}

@media (max-width: 480px) {
    /***
  Login page
  ***/
    .login .logo {
        margin-top: 10px;
    }

    .login .content {
        width: 280px;
    }

    body .steps ul {
        width: 318px;
    }

        body .steps ul li {
            width: 106px;
            text-align: center;
        }

            body .steps ul li i {
                width: 16px;
                height: 16px;
                font-size: 8px;
            }

            body .steps ul li span {
                font-size: 10px;
            }

    .login .content h3 {
        font-size: 22px;
    }

    .login .checkbox {
        font-size: 13px;
    }
}

/*注册部分样式*/
.steps {
    height: 80px;
    margin-bottom: 20px;
}

    .steps ul {
        height: auto;
        overflow: hidden;
        width: 600px;
        margin: 0 auto;
        padding: 0;
    }

        .steps ul li {
            float: left;
            width: 195px;
            height: 80px;
            text-align: center;
            padding-top: 28px;
            color: #fff;
            font-size: 16px;
            list-style: none;
            border-bottom: 2px solid #fff;
        }

    .steps .li-active {
        border-color: #ef541b;
        color: #ef541b;
    }

    .steps .i-active {
        background-color: #ef541b;
    }

    .steps ul li i {
        display: inline-block;
        text-align: center !important;
        height: 24px;
        width: 24px;
        color: #000;
        border: 1px #00f;
        background-color: #fff;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        -webkit-border-radius: 50%;
    }

    .steps ul li span {
        padding-left: 10px;
    }

.form-actions {
    height: auto;
    overflow: hidden;
    padding-bottom: 20px;
}

.register-email, .register-message {
    display: none;
}

.register-userName {
    display: block;
    padding: 0 30px 10px 30px;
}

.form-group div {
    line-height: 28px;
}

.txtCode {
    width: 480px;
}

.reg-title {
    width: 230px;
    font-size: 22px;
    border-top: 1px #d6d6d6 solid;
    margin: 0 auto;
    padding: 10px 0;
    text-align: center;
    color: #939fb1;
}

.login-radioPad {
    padding: 10px 0 !important;
}
/*文本提示样式*/
.alerts {
    color: #a94442;
}
/*文本成功样式*/
.form-control.input_error {
    border: 1px solid #ebccd1;
}

.form-control:focus.input_error {
    border: 1px solid #dca7b0;
}
/*错误时字体图标样式*/
.input-icon .i_error {
    color: #F3565D;
}
/*提示文本框*/
#unError, #pwError, #repwError, #recError, #emError, #telError {
    display: none;
    height: 28px;
    margin-bottom: -15px;
    border-radius: 5px;
    -moz-border-radius: 5px; /*浏览器兼容*/
    -webkit-border-radius: 5px;
    text-align: left;
}

#submitEmail {
    float: right;
    height: 40px;
    width: 150px;
    background: #3c9aff;
    color: #fff;
}

    #submitEmail:hover {
        background: #3389e5;
    }
/*验证码*/
.login .content .input-icon.code {
    display: inline-block;
    float: left;
    width: 160px;
    margin-right: 20px;
}

.txtCode #code {
    float: left;
    width: 120px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #5d9fff;
    color: #fff;
    font-size: 20px;
}

#txtCode {
    width: 260px;
    vertical-align: middle;
}

.change {
    display: inline-block;
    text-decoration: underline;
    cursor: pointer;
    float: left;
    text-align: center;
    width: 20%;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
}

.login .content .input-icon.code + #code {
    display: inline-block;
    width: 20%;
    text-align: center;
    height: 40px;
    line-height: 40px;
    background-color: #a4e9e9;
    margin: 0 10px;
    float: left;
}
/*重置密码样式*/
form.forget-form.login-email {
    display: none;
}

.register-clause-box {
    display: none;
    position: absolute;
    background: #fff;
    width: 500px;
    height: 400px;
    box-shadow: 0px 0px 6px #929292;
    top: -420px;
    z-index: 100;
    left: -10px;
}


    .register-clause-box textarea {
        height: 310px;
        width: 450px;
        padding: 10px;
    }

    .register-clause-box p {
        width: 500px;
        font-size: 16px;
        font-weight: bold;
        line-height: 40px;
        text-align: center;
    }

        .register-clause-box p i {
            margin-right: 30px;
            position: absolute;
            font-size: 18px !important;
            right: 0;
            color: #666;
            top: 15px;
            cursor: pointer;
        }

.show-clause {
    color: #406791;
    cursor: pointer;
    text-decoration: underline;
}

.authcode {
    height: 50px;
    width: 140px;
    text-align: center;
    line-height: 36px !important;
    margin-left: 15px;
    float: right;
    border-radius: 4px !important;
    color: #fff;
    background: #3587ff;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 16px;
    padding-top: 10px;
}

.authcode-lock {
    background: #e5e5e5;
    cursor: default;
    color: inherit;
}

.to-join {
    height: 50px;
    width: 120px;
    margin-left: 15px;
    color: #fff;
    border: none;
    float: right;
    outline: none;
    border-radius: 4px !important;
    background: #3587ff;
}
/*企业登录注册页面样式*/
.login.enterprise {
    background: none !important;
}

    .login.enterprise .content {
        box-shadow: none;
        border: none;
    }

    .login.enterprise .form-actions button {
        height: 50px;
        width: 140px;
        margin-left: 20px;
        border-radius: 4px !important;
        color: #fff;
        background: #959595;
        border: none;
        outline: none;
    }

    .login.enterprise .form-actions i {
        display: none;
        margin-left: 8px;
    }

    .login.enterprise .form-actions:hover i {
        display: inline-block;
    }

    .login.enterprise .form-group {
        margin-bottom: 20px;
    }

    .login.enterprise .alert-wrraper {
        padding-bottom: 20px;
    }

    .login.enterprise .grey {
        color: #A1A1A1;
    }

    .login.enterprise .form-actions i {
        display: none;
        margin-left: 8px;
    }

    .login.enterprise .form-actions:hover i {
        display: inline-block;
    }

.enterprise_ul {
    width: 390px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

    .enterprise_ul li {
        width: 125px;
    }

.login.enterprise .form-control .select2-choice {
    height: 50px;
    border-radius: 5px !important;
    line-height: 50px;
    font-size: 20px;
    border: 1px #aaa solid;
}

.login.enterprise .city-picker-span .placeholder, .login.enterprise .city-picker-span .title {
    height: 50px;
    display: inline-block;
    border: 1px #aaa solid;
    border-radius: 5px !important;
    line-height: 50px;
    font-size: 20px;
    width: 480px;
    margin: 0;
    padding-left: 20px;
    color: #333;
    float: none;
}

.login.enterprise .city-picker-span {
    width: 100% !important;
    background-color: transparent;
}

    .login.enterprise .city-picker-span .arrow {
        display: none !important;
    }

.login.enterprise .txtLocation .city-picker-dropdown {
    top: 50px !important;
}

.login.enterprise .txtLocation {
    position: relative;
}
/*忘记密码样式*/
.goLogin {
    height: 40px;
    width: 150px;
    background: #6fb257;
    color: #fff;
}

    .goLogin:hover {
        color: #fff;
        background: #5fa147;
    }

.enterprise_p {
    font-size: 18px;
}

.enterprise_phone {
    color: #00a0e9;
    padding-left: 20px;
    font-weight: bold;
}

.resetPwdSuc {
    font-size: 25px;
    color: #42bd30;
}
/*安装流程样式*/
.setupwizard-wrrap {
    width: 80%;
    margin: 0 auto;
    border-radius: 5px !important;
    padding: 40px;
    border: 1px solid #D7D7D7;
    margin-top: 110px;
}

.setup-logo img {
    max-height: 120px;
}

.setupwizard-wrrap .grey p {
    font-size: 20px;
    color: #868686;
}

    .setupwizard-wrrap .grey p > span.gaps {
        padding-left: 50px;
    }

.setupwizard-wrrap .padding {
    padding: 10px 0;
    margin: 30px 0;
}

.blue {
    color: #3DA8F5;
}

.red {
    color: #FF3E3E;
}

.setupwizard-wrrap .btn {
    background: #89C4FE;
    min-width: 108px;
    border-radius: 5px !important;
}

.setupwizard-wrrap .setup-message label, .setupwizard-wrrap .setup-message span {
    font-size: 18px;
}

.setupwizard-wrrap .setup-message label {
    min-width: 180px;
}

.setupwizard-wrrap .title {
    font-weight: bold;
    font-size: 18px;
    border-bottom: 1px solid #BCBCBC;
}

.setupwizard-wrrap .setup-message input {
    height: 36px;
    border: 1px solid #CACACA;
}

.setupwizard-wrrap .setup-message .grey {
    color: #868686;
}
/*登录页面的企业*/
.login-options .radio-list label.radio-inline {
    padding-left: 0px;
    margin-left: 0px;
}

    .login-options .radio-list label.radio-inline.active {
        background-color: #99B1C4;
    }

    .login-options .radio-list label.radio-inline:hover {
        background-color: #CCCCCC;
    }


.setupwizard-wrrap .setup-message .help-block {
    font-size: 14px;
}

.social-icons li #sso_llbpm {
    background: url("../include/global/images/social/oppein.png") no-repeat !important;
}

    .social-icons li #sso_llbpm:hover {
        background-position: 0 -38px !important;
    }
