html, body{
    /*height: 100%;*/
}
.login-bg {
    background-image: url(../img/login/loginBg.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.login-box {
    width: 500px;
    display: inline-block;
    border: 1px solid #f4f4f4;
    box-shadow: 0px 2px 16px 0px rgba(25, 27, 33, 0.1);
    padding: 50px 70px;
    background-color: #fff;
    border-radius: 20px;
    margin-right: 100px;
}

.login-input {
    height: 45px;
    font-size: 14px;
    border: 1px solid #DCDDE6;
    border-radius: 10px;
    box-shadow: none;
}
/*必填*/
.form-group.require:before{
    content: '*';
    position: absolute;
    left: 20px;
    top: 15px;
    color: #E94141;
}

.error-msg{
    bottom: -15px;
}

.login-box em.eye {
    right: 12px;
    top: 11px;
    z-index: 2;
}

.login-box .form-control,
.login-modal .form-control,
.login-box .form-control:focus,
.login-modal .form-control:focus{
    box-shadow: none;
}

.form-control::-webkit-input-placeholder{
    color: #C4C5C5 !important;
    font-size: 14px !important;
}

.login-box .form-group {
    margin-bottom: 0;
}

.verify-code-addon{
    padding: 0;
    border: none;
}
.go-home {
    width: 15px;
    height: 15px;
    left: 34px;
    top: 22px;
    background-repeat: no-repeat;
    background-position: 110% 0;
    background-size: 200%;
    background-image: url(../img/product/arrow.png);
}

.has-error {
    border: 1px solid red !important;
}

button[disabled] {
    cursor: not-allowed !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}
button[disabled]:hover{
    opacity: 0.65;
    filter: alpha(opacity=65);
}

button.close{
    top: 8px;
    right: 8px;
    font-size: 20px;
}

.third-party{
    border-top: 1px solid #E6E6E6;
}

/*模糊搜索*/
.searchList{
    position: relative;
}

.searchList ul {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 4;
    background: #fff;
    width: 100%;
    list-style: none;
    border: 1px solid #e1e1e1;
    max-height: 216px;
    overflow: auto;
    border-radius: 10px;
}

.searchList ul > li {
    line-height: 30px;
    color: #333;
    padding: 5px 20px;
}

.searchList ul > li:hover {
    background-color: #f5f5f5;
}
