
@media (min-width: 1300px) {
    .login-section {
        width: 450px;
        margin: 0px;
        position: absolute;
        left: 75%;
        top: 50%;
        transform: translate(-50%, -50%);
        border-radius: 20px;
        opacity: hidden;
        padding: 20px 45px;
    }
}

.content {
    width: 100%;
    height: 100%;
    background-image: url('/assets/img/bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

/*文本白色*/
.login-section .control-label {
    color: #fff;
}

.login-section .login-main {
    padding: 25px 0px;
}

/*登录框*/
.login-section {
    background: linear-gradient(to top, rgba(0, 95, 255, 0.2) 0%, rgba(189, 216, 255, 0.21) 100%);
    border-radius: 10px;
    opacity: hidden;
}

/*.logon-tab*/
.login-section .logon-tab {
    /*display: flex;*/
    /*border-bottom: 2px #fff solid;*/
    /*border-bottom: 2px #FFF solid;*/
    /*padding: 0px 20px;*/
}

/*登录注册选中*/
.login-section .logon-tab > a.active {
    background-color: transparent;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-bottom: 2px #257dff solid;
    color: #257dff;
}

/*登录注册选中*/
.login-section .logon-tab > a {
    margin: auto;
    background-color: transparent;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-bottom: 2px #fff solid;
    color: #fff;
    margin-bottom: -2px;

}

.login-section .logon-tab > a:hover {
    background-color: transparent;
    border-bottom: 2px #4591ff solid;
    color: #4591ff;
}


/*去掉tab外边距*/
.login-section .logon-tab {
    margin: 0px;
}

/*登录按钮*/
.login-section .btn-primary {
    background-color: #257dff;

}

.login-section .btn-primary:hover {
    background-color: #0C6FFFFF;
    border: 1px solid #0C6FFFFF;
}

.login-section .btn-primary:active {
    outline: none;
    background-color: #0C6FFFFF;
    border: 1px solid #0C6FFFFF;
}

/*输入框圆角*/
.login-section .form-group .form-control {
    border-radius: 3px;
}

.login-section .controls {
    height: 55px;
}

.input-lg {
    height: 40px;
    font-size: 14px;
}

/*标题*/
.title_box {
    color: #fff;
}

.title_box h6 {
    margin: 2rem;
}


/*error红色输入框去除*/
.login-section .n-bootstrap .n-right {
    position: static;
    margin-top: 5px;
}

.login-section .control-label {
    display: none;
}

.login-section .n-default .msg-wrap .n-icon {
    background-image: none;
}


/*底部上边距*/
footer.footer {
    margin-top: 0px;
    position: absolute;
    bottom: 0px;
}

.captcha .n-msg{
    position: absolute;
    top: 4px;
}
.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    padding: 9.5px;
}
footer{
    width: 100%;
    position: absolute;
    bottom: 0px;
    color: white;
}
footer p{
    text-align: center;
    margin-bottom: 15px;
}
footer a{
    color: white;
    font-size: 14px;
}
@media (max-width: 1024px) {
    .content{
        background: url(https://chu1204505056.gitee.io/admin-plus/static/img/background.29e0386b.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .logo{
        left: 50% !important;
        transform: translateX(-50%);
        padding: 10px;
        display: block !important;
    }
    .container{
        height: calc(100vh - 40px);
    }
    .login-section {
        width: 500px;
        position: relative;
        top: 30%;
        transform: translateY(-50%);
        background: linear-gradient(to top, rgba(0, 95, 255, .9) 0%, rgba(165, 203, 255, 0.9) 100%);
    }
    .login-section .btn-primary{
        background-color: #0063ff;
    }
}
@media (max-width: 768px) {
    .content{
        background: #0586ff;
    }
    .login-section {
        position: relative;
        top: 50%;
        margin: 0px auto;
        transform: translateY(-50%);
        background: transparent;
    }
    .login-section .btn-primary{
        background-color: #0063ff;
    }
    footer p,
    footer a{
        font-size: 12px;
    }
    .login-section .logon-tab > a.active {
        border-bottom: 2px #0063ff solid;
        color: #004cc3;
    }
}
@media (max-width: 767px) {
    h1 {
        font-size: 16px;
    }
    h6 {
        font-size: 10px;
        margin: 1rem;
    }
    .input-lg {
        height: 25x;
    }
    .login-section {
        width: 100%;
        margin: 0px auto;
    }
    .login-section .login-main {
        padding: 20px 25px;
    }
    .login-section .logon-tab > a {
        padding: 10px;
    }
}
@media (max-height: 700px){
    .login-section {
        top: 55%;
    }
}
@media (max-height: 600px){
    .logo{
        top: 0px !important;
    }
    .logo img{
        width: 100%;
        height: 100%;
    }
    .login-section {
        top: 55%;
    }
    .form-group{
        margin-bottom: 0px;
    }
}
