html,
body {
    color: #34495e;
    font: 14px/1.231 "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Hiragino Sans GB W3", "WenQuanYi Micro Hei", sans-serif;
    background: url("https://jyword.oss-cn-beijing.aliyuncs.com/img/background/bg.png");
    background-size: cover;
    background-repeat: repeat-x;
    background-position: center center;
    height: 100%;
}

.info-box {
    /* z-index: 1000;
    padding-top: 25px;
    font-weight: bold;
    position: absolute;
    top: 2px;
    left: 251px;
    width: 240px;
    height: 64px;
    padding-left: 50px;
    background: url(../images/basic/info_bg.png) no-repeat;
    background-size: 100% 100%;
    display: none */
}

.info-box .msg {
    width: 170px;
    color: #ff7d7a
}

.captcha-img:hover {
    cursor: pointer
}


/* .login-main {
    width: 940px;
    margin: auto
} */

input[type="text"],
input[type="password"] {
    border: 2px solid #dce4ec;
    color: #000;
    font-family: "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Hiragino Sans GB W3", "WenQuanYi Micro Hei", sans-serif;
    font-size: 14px;
    padding: 8px 0 9px 10px;
    text-indent: 1px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

input[type="text"]:focus,
input[type="password"]:focus {
    border-color: #165DFF;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.login-form .login-field-icon {
    color: #bfc9ca;
    font-size: 16px;
    position: absolute;
    right: 13px;
    top: 16px;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    -webkit-backface-visibility: hidden
}

.login-form .login-field:focus+.login-field-icon {
    color: #165DFF
}

.btn {
    border: 0;
    background: #34495e;
    color: white;
    font-size: 16.5px;
    text-decoration: none;
    text-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    -webkit-backface-visibility: hidden
}

.btn-group {
    width: 100%;
}

.btn-group .btn {
    width: 100%;
    margin-top: 10px;
}

.btn.btn-large {
    padding-bottom: 10px;
    padding-top: 11px
}

.btn.btn-primary {
    background-color: #165DFF
}

.btn.btn-default {
    color: #fff;
    background-color: #D4DEF5;
    /* border-color: #bbb */
}

.btn.btn-default:hover,
.btn.btn-default:focus {
    color: #fff;
    background-color: #ccc
}

.login-link {
    color: #707070;
    display: block;
    font-size: 13px;
    margin-top: 15px;
    text-align: center
}

.target-reg-tip {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

.target-reg {
    cursor: pointer;
    color: #165DFF;
}


/* .login {
    background: url("../img/background/imac.png") 0 0 no-repeat;
    background-size: 940px 718px;
    color: white;
    padding: 38px 38px 208px;
    position: relative;
    margin-top: 25px;
    position: relative;
    min-height: 740px
} */

.login-main {
    width: 430px;
    height: 512px;
    float: right;
    margin-top: 88px;
    margin-right: 135px;
    background-color: rgba(255, 255, 255, 0.4);
    position: relative;
}

@media screen and (max-height: 500px) {
    .login-main {
        height: 460px;
        margin-top: 20px;
        margin-right: 100px;
    }
}

@media screen and (min-height: 768px) and (max-height:1000px) {
    .login-main {
        height: 580px;
        margin-top: 120px;
    }
}

@media screen and (min-height: 1000px) {
    .login-main {
        height: 780px;
        margin-top: 150px;
    }
}

@media screen and (min-width: 1440px) and (max-width:1680px) {
    .login-main {
        width: 520px;
        margin-right: 150px;
    }
}

@media screen and (min-width: 1680px) {
    .login-main {
        width: 700px;
        margin-right: 190px;
    }
}

.login-screen {
    /* background-color: #1abc9c;
    min-height: 436px;
    padding: 28px 252.5px 0 252.5px;
    position: relative;
    top: -2px */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 75%;
}

.big-title {
    font-size: 36px;
    color: #0A1B39;
    margin: 20px 0;
}

.login-screen.resiter {
    padding-top: 35px
}


/* .login-form {
        background-color: #eceff1;
    border-radius: 6px;
    padding: 15px 23px 20px;
    position: relative;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
} */

.login-form .control-group {
    margin-bottom: 6px;
    position: relative
}

.login-form .login-field {
    border-color: transparent;
    font-size: 16px;
    padding-bottom: 11px;
    padding-top: 11px;
    text-indent: 3px;
    width: 100%;
    outline: 0;
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
    color: #000;
    background-color: rgba(255, 255, 255, 1);
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
    background-color: #2fe2bf
}

.login-form .control-group {
    margin-bottom: 18px;
    position: relative
}

a.login-link:hover {
    color: #057760
}

.custom-radio-box.grid2 {
    display: flex;
    flex-wrap: wrap
}

.custom-radio-box.grid2 .custom-radio {
    width: 50%
}

.custom-radio {
    color: #666
}

.custom-radio.disabled {
    color: #aaa;
    cursor: no-drop
}

.custom-radio>input[type="radio"] {
    display: none
}

.custom-radio>i {
    display: inline-block;
    border: 1px solid #ccc;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    vertical-align: text-bottom;
    margin-right: 5px;
    position: relative;
    font-style: normal
}

.custom-radio>i:before {
    content: '';
    font-size: 0;
    width: 10px;
    height: 10px;
    background: #165DFF;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -5px;
    margin-top: -5px;
    border-radius: 100%;
    display: none
}

.custom-radio>input[type="radio"]:checked~i {
    border-color: #165DFF
}

.custom-radio>input[type="radio"]:checked~i:before {
    display: block
}

.login-title {
    /* font-size: 17px;
    color: #000;
    background-color: #eceff1;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom: 1px solid #ccc;
    padding-top: 10px; */
    font-size: 16px;
    color: #0A1B39;
    margin-bottom: 20px;
}

.login-title span {
    padding-right: 10px;
    display: inline-block;
    cursor: pointer;
    border-right: 1px solid #C9CDD4;
}

.login-title .active {
    /* border-bottom: 2px solid #1abc9c; */
    color: #165DFF;
}

.btnHide {
    display: none;
}

.regLogin {
    background-size: 940px 830px;
}

.reg-screen {
    padding-bottom: 25px;
}