/* 头部*/


/* 内容*/

.login-body {
    position: relative;
    min-height: 800px;
    height: 100vh;
    background-color: #f4f4f6;
    /*background-image: url(../img/login_bg.png);*/
    background-size: 40%;
    background-repeat: no-repeat;
    background-position: right top;
}

.ns-login-logo {
    position: fixed;
    left: 50px;
    top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 260px;
    height: 60px;
}

.ns-login-logo img {
    max-width: 100%;
    max-height: 100%;
}

.log-content-box {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: auto;
    width: 860px;
    display: flex;
}

.login-content {
    position: absolute;
    right: -1px;
    top: 0px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .1);
    width: 360px;
    text-align: center;
    min-width: 340px;
    height: 360px;
    background-color: #FFF;
    /*border-radius: 9px;*/
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    float: right;
}

.login-content h2 {
    margin-top: 40px;
    font-size: 28px;
    font-weight: lighter;
    text-align: center;
    color: #666;
}

.login-content .layui-form {
    display: inline-block;
    margin-top: 20px;
}

.login-content .login-input,
.register-content .register-input {
    background-color: rgba(255, 255, 255, .2);
    overflow: hidden;
    width: 280px;
    height: 45px;
    border-radius: 50px;
    background-color: #f9f9fe;
    line-height: 45px;
}

.login-content .login-input input {
    background-color: transparent;
    color: #6b6b6b;
}

.login-content .login-input input::-webkit-input-placeholder {
    color: #999;
}

.login-content .login-input:hover {
    border-color: #f38421;
}

.login-content {
    border-color: #f38421 !important;
}

.login-content .login-info {
    overflow: hidden;
    margin-bottom: 15px;
}

.login-content .login-icon {
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 45px;
}

.login-content .login-icon img {
    width: 18px;
}

.login-content input {
    float: left;
    width: 210px;
    height: 45px;
    line-height: 45px;
    border: none;
    padding: 0;
    color: #333;
}

.login-content .login-verification input {
    width: 130px;
    text-indent: 20px;
}

.login-content .login-verification .login-verify-code-img {
    display: inline-block;
    width: 100px;
    height: 45px;
    line-height: 45px;
    cursor: pointer;
}

.login-input-select {
    border-color: #f38421 !important;
}

.login-content .layui-btn {
    display: block;
    margin: 20px auto 0;
    width: 280px;
    height: 40px;
    color: #fff;
    border-radius: 50px;
}

.operation-register {
    height: 30px;
    line-height: 30px;
    text-align: left;
    font-size: 14px;
    margin-top: 10px;
    color: rgba(0, 0, 0, .5);
}

.ns-login-bottom .gov-box img {
    max-width: 20px;
    max-height: 20px;
    margin-right: 5px;
}

.ns-footer-img {
    margin-bottom: 10px;
}

.ns-footer-img img {
    max-width: 100px;
    max-height: 27px;
}

.log-carousel {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

input:-webkit-autofill {
    box-shadow: 0 0 0px 1000px rgba(255, 255, 0, 0.5) inset !important;
    -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
    text-fill-color: #6b6b6b;
    -webkit-text-fill-color: #6b6b6b;
    transition: background-color 9999s ease-in-out 0s;
    -webkit-transition-delay: 9999s;
}

input::-webkit-input-placeholder {
    color: #6b6b6b;
}

input:-moz-placeholder {
    color: #6b6b6b;
}

input::-moz-placeholder {
    color: #6b6b6b;
}

input:-ms-input-placeholder {
    color: #6b6b6b;
}

.log-content-box .slider {
    width: 100%;
    height: 360px;
    overflow: hidden;
}

.log-content-box .slider img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .1);
}

.login-verify-code-img img {
    opacity: 0.5;
}