.new-theme .login {
    height: 100vh;
    background-image: url("../../images/new-theme/login-bg.png");
    background-size: cover;
    background-position: center;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    color: #fff;
}

.new-theme .login .logo {
    width: 450px;
    height: 76px;
    margin-top: 72px;
    margin-left: 138px;
}

.new-theme .login .logo img {
    width: 100%;
    height: 100%;
}

.new-theme .login main {
    flex-grow: 1;
    position: relative;
}

.new-theme .login main .main-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.new-theme .login main .flex {
    display: flex;
    align-items: center;
}

.new-theme .login main .slogan {
    text-align: center;
    margin-right: 214px;
    flex-shrink: 0;
}

.new-theme .login main .slogan h1 {
    position: relative;
    padding-bottom: 20px;
    font-size: 60px;
    color: #FFF;
    text-shadow: 0 2px 4px rgba(30, 23, 23, 0.5);
    font-weight: 500;
}

.new-theme .login main .slogan h1:after {
    content: "";
    position: absolute;
    width: 74px;
    height: 5px;
    background-color: #fff;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    box-shadow: 0px 2px 4px 0px rgba(30, 23, 23, 0.5);
    border-radius: 2.5px;
}

.new-theme .login main .slogan h2 {
    margin-top: 25px;
    font-size: 32px;
    text-shadow: 0 2px 4px rgba(30, 23, 23, 0.5);
    font-weight: 500;
}

.new-theme .login main .slogan h3 {
    margin-top: 25px;
    font-size: 32px;
    padding: 0 60px;
    height: 60px;
    width: 551px;
    line-height: 60px;
    background-image: linear-gradient(270deg, rgba(229, 41, 0, 0) 2%, rgba(219, 47, 28, 0.87) 28%, #E23E2E 52%, rgba(219, 47, 28, 0.93) 76%, rgba(199, 18, 0, 0) 100%);
}

.new-theme .login main .form {
    padding: 42px 45px 23px;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 8px;
}

.new-theme .login main .form .form-title {
    margin-bottom: 38px;
    font-size: 24px;
}

.new-theme .login main .form .form-title .en {
    color: rgba(255, 255, 255, 0.08);
    font-weight: 700;
    margin-left: 10px;
}

.new-theme .login main .form .form-item {
    width: 280px;
    height: 40px;
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 6px;
    overflow: hidden;
}

.new-theme .login main .form .form-item+.form-item {
    margin-top: 25px;
}

.new-theme .login main .form .form-item .prefix-icon {
    flex-shrink: 0;
    width: 28px;
    height: 18px;
    margin-left: 10px;
    padding-right: 10px;
    border-right: 1px solid #e5e5e5;
}

.new-theme .login main .form .form-item .icon-clear-input {
    margin-right: 14px;
    cursor: pointer;
    display: none;
}

.new-theme .login main .form .form-item .install-tip {
    color: #1A63E9;
    font-size: 14px;
    margin: 0 10px;
    cursor: pointer;
}

.new-theme .login main .form .form-item .captcha {
    height: 100%;
    flex-shrink: 0;
}

.new-theme .login main .form .form-item.hide {
    display: none;
}

.new-theme .login main .form .form-item input {
    margin: 0 8px;
    min-width: 0;
    border: 0;
    flex-grow: 1;
    outline: none;
    padding: 0 !important;
}

.new-theme .captcha-input {
    width: 92px;
}

.new-theme .captcha-img {
    height: 100%;
}

.new-theme .login main .form .btn-login {
    width: 280px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #C71200;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    border-radius: 6px;
    margin-top: 25px;
    outline: 0;
    border: 0;
}

.new-theme .login main .form .btn-login:hover {
    background-color: #a50000;
}

.new-theme .login main .form .forgot-password {
    text-align: right;
    font-size: 14px;
    margin-top: 17px;
}

.new-theme .login main .form .forgot-password a {
    color: #fff;
}

.new-theme .login main menu {
    margin-top: 147px;
}

.new-theme .login main menu li a {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    font-size: 12px;
    color: #fff;
}

.new-theme .login main menu li .icon {
    width: 38px;
    height: 38px;
}

.new-theme .login main menu li .label {
    margin-top: 10px;
}

.new-theme .footer {
    background: rgba(62, 57, 57, 0.4);
    color: #fff;
    text-align: center;
    font-size: 12px;
    padding: 24px 0;
}

/*# sourceMappingURL=new-theme-login.css.map */