





.user-login-5 .login-container {
    height: 100%;
    min-height: 100vh;
}

.user-login-5 .login-container > .login-content > .login-form {
    margin-top: 8px;
    color: #a4aab2;
    font-size: 13px;
    height: 280px;
    width: 340px;
    border-radius: 5px;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.3)
}

.user-login-5 .login-container > .login-content > .login-form input {
    border: 1px solid #CECECE !important;
    border-radius: 3px !important;
    width: 100%;
    height: 32px;
    margin-bottom: 15px;
    color: #4b505a;
}

.user-login-5 .login-container > .login-content > .login-form input:focus {
    outline: 0;
    border: 1px solid #6386ff !important;
    box-shadow: 0px 0px 0px #6386ff !important;
}

.user-login-5 .login-container > .login-content > .login-form input::-webkit-input-placeholder {
    color: rgba(75, 80, 90, .35);
}

.user-login-5 .login-container > .login-content > .login-form input:-moz-placeholder {
    color: rgba(75, 80, 90, .35);
}

.user-login-5 .login-container > .login-content > .login-form input::-moz-placeholder {
    color: rgba(75, 80, 90, .35);
}

.user-login-5 .login-container > .login-content > .login-form input:-ms-input-placeholder {
    color: rgba(75, 80, 90, .35);
}

.user-login-5 .login-container > .login-footer .login-social {
    padding-right: 0;
}

.user-login-5 .login-container > .login-footer .login-social li {
    display: inline-block;
    list-style: none;
    margin-right: 1em;
}

.user-login-5 .login-container > .login-footer .login-social a {
    color: #a9b5be;
    font-size: 18px;
}

.user-login-5 .login-container > .login-footer .login-social a:hover {
    color: #4b505a;
    text-decoration: none;
}

.user-login-5 .login-container > .login-footer .login-social a:focus {
    color: #a9b5be;
}

.user-login-5 .login-container > .login-footer .login-copyright {
    padding-right: 10px;
    margin-top: 6px;
    margin: 0 !important;
}

.user-login-5 .login-container > .login-footer .login-copyright > p {
    margin: 0;
    font-size: 13px;
    color: #a9b5be;
}

@media (max-width: 1366px) {
    .user-login-5 .login-logo.login-6 {
        top: 40px;
        left: 40px;
    }
}

@media (max-width: 1023px) {
    .user-login-5 {
        min-height: 100vh;
    }

    .user-login-5 .login-bg {
        min-height: 100vh;
    }

    .user-login-5 .login-logo.login-6 {
        position: relative;
        margin: 0 0 40px 0;
    }

    .user-login-5 .login-container {
        min-height: 100vh;
    }

    .user-login-5 .login-container > .login-content {
    / / margin-top: 60 px;
    }

    .user-login-5 .login-container > .login-content .login-form {
        margin-top: 8px;
    }
}

@media (max-width: 640px) {
    .user-login-5 .login-container > .login-content .text-right {
        text-align: left;
    }
}

.login-container {
    display: flex;
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;

    align-items: center;
    /* 09版 */
    -webkit-box-align: center;
    /* 12版 */
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;

    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
}

.login-container div {
/ / border: 1 px solid red;
}

.login-container .login-content {
    margin: 0 auto;
}

.login-container .login-content .login-icon {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.login-container .login-content .login-icon img {
    display: inline-block;
}

.login-content .login-form {
    padding: 20px;
    padding-top: 10px;
/ / border: 1 px solid red;
}

.login-form .form-title {
    display: flex;
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex;
    align-items: center;
    /* 09版 */
    -webkit-box-align: center;
    /* 12版 */
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;

    font-size: 14px;
    color: #535d7f;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 8px;
}

.login-form .content {
    width: 100%;
    height: 90%;
    display: flex;
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex;

    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: center;
    -ms-flex-direction: column;
    -o-flex-direction: column;
}

.login-form .alert-danger {
    background: rgba(255, 101, 101, 0.05);
    border: 1px solid rgba(255, 101, 101, 0.50);
    border-radius: 1px !important;
    height: 32px;
    padding: 1px;
    font-size: 14px;
    text-align: center;
    margin-bottom: 8px;
    color: #FF6565;
}

.login-form .alert-danger .alert-img {
    display: flex;
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex;
    padding: 2px;
}

.login-form .alert-danger button {
    float: right;
    padding: 0;
    border: none;
    background-color: transparent;
    margin-right: 8px;
    margin-top: 4px;
}

.login-form .alert-danger .button-close {
    width: 16px;
    height: 16px;
    opacity: 1;
}

.login-form .alert-danger .alert-img img {
    width: 24px;
    height: 24px;
    margin-right: 8px;

}

.login-form .alert-danger .alert-img span {
    margin-top: 3px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
/ / width: 90 %;
    text-align: left;
}

.login-form .verifiCode {
    display: flex;
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex;
}

.login-form .verifiCode .verifiCode-input {
    width: 124px;
    margin-right: 22px;
}

.login-form .verifiCode .verifiCode-img {
/ / width: 100 %;
    height: 32px;
}

.login-form .verifiCode .verifiCode-img img {
    height: 32px;
    width: 140px;
}

.login-form .button-login {
    border-radius: 7px !important;
}

.login-form .button-login .blue {
    background: #5A7FFF;
    border-radius: 3px !important;
}

.login-form .button-login .blue:hover {
    background: #4866cc !important;
}
.login-form .button-login .blue:focus {
    background: #4866cc !important;
}

.login-form .button-login .blue:active {
    background: #4866cc !important;
}

@media all and (min-width: 0) {
    .user-login-5 .login-content .login-form .content .bs-select {
        background: none !important;
    }
}

@media screen and (min-width: 0\0
) and (min-resolution: +72dpi) {
    /*IE9+ CSS*/
    .user-login-5 .login-content .login-form .content .bs-select {
        background: none !important;
    }

    .login-container{
        text-align: center;
    }
    .login-container .login-content{
        display: inline-block;
        padding-top: 34% !important;
    }


    .login-form .alert-danger .alert-img {
        float: left;
    }

    .login-form .verifiCode .verifiCode-input {
        float: left;
    }

    .login-form .button-login .blue {
        float: left;
        margin-right: 20px;
    }
}

@media screen and (min-width: 0\0
) and (min-resolution: .001dpcm) {
    .login-container{
        text-align: center;
    }
    .login-container .login-content{
        display: inline-block;
        padding-top: 34%;
    }
}

/* 清除浏览器默认边距*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* 使用flex布局，让内容垂直和水平居中 */
section {
    /* 相对定位 */
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    /* linear-gradient() 函数用于创建一个表示两种或多种颜色线性渐变的图片 */
    background: linear-gradient(to bottom, #FFFFFF, #FFFFFF);
}

/* 背景颜色 */
section .color {
    /* 绝对定位 */
    position: absolute;
    /* 使用filter(滤镜) 属性，给图像设置高斯模糊*/
    filter: blur(200px);
}

/* :nth-child(n) 选择器匹配父元素中的第 n 个子元素 */
section .color:nth-child(1) {
    top: -350px;
    width: 600px;
    height: 600px;
    background: #ff359b;
}

section .color:nth-child(2) {
    bottom: -150px;
    left: 100px;
    width: 500px;
    height: 500px;
    background: #fffd87;
}

section .color:nth-child(3) {
    bottom: 50px;
    right: 100px;
    width: 500px;
    height: 500px;
    background: #00d2ff;
}

.box {
    position: relative;
}

/* 登录框样式 */
.container {
    position: relative; left: 200px;
    width: 400px;
    /*height: 350px;*/
    background: rgba(255, 255, 255);
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

#logo {
    position:fixed;
    top:10px;
    left:10px;
}

.form {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 50px;
}

/* 登录标题样式 */
.form h2 {
    position: relative;
    color: #121a2a;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 5px;
    margin-bottom: 0;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
}



.form h2:hover:before {
    width: 88px;
}

.form .inputBox {
    width: 100%;
    margin-top: 20px;
}

/* 输入框样式 */
.form .inputBox input {
    width: 300px;
    padding: 10px 20px;
    background: rgba(128,128,128, 0.2);
    outline: none;
    border: 10px;
    border-radius: 30px !important;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 16px;
    letter-spacing: 1px;
    color: #224b8f;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.form .inputBox input::placeholder {
    color: #224b8f;
}

/* 登录按钮样式 */
.form .inputBox input[type="submit"] {
    background: #224b8f;
    color: #fff;
    max-width: 120px;
    margin-bottom: 20px;
    margin-right: 18px;
    margin-left: 8px;
    font-weight: 600;
    cursor: pointer;
}

.forget {
    margin-top: 6px;
    color: #fff;
    letter-spacing: 1px;
}

.forget a {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}




