/*
 * IANTOO
 * 新版LOGIN
 */
*,
body,
html {
    margin: 0px;
    padding: 0px;
    font-family: "microsoft yahei";
}

/*上边框导航*/

.login-content {
    position: relative;
    text-align: center;
}

.login-box {
    z-index: 999999;
    width: 350px;
    height: auto;
    background: #3C8DBC;
    border-radius: 5px;
    margin: 0px auto;
    margin-top: 15%;
    padding: 40px 50px;
}

.login-box h4 {
    color: #ffffff;
    font-weight: 400;
    font-size: 22px;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 20px;
}

.login-input {
    position: relative;
}

.login-input span {
    position: absolute;
}

.login-input span {
    text-align: left;
    padding-left: 20px;
    top: 10px;
    left: 420px;
    width: 60%;
    opacity: 0;
    margin-top: 5px;
    height: 30px;
    line-height: 30px;
    color: #ffffff;
    font-size: 14px;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.3);
}

.nameinfo:after,
.psdinfo:after {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-right-color: rgba(0, 0, 0, 0.3);
    border-width: 6px;
    margin-top: -6px;
}

.login-input input:focus+span {
    transition: all 0.2s ease-in;
    left: 370px;
    opacity: 1;
}

.nameinfo {
    top: 20px !important;
}

/*.login-input input[type="text"]:first-child {*/
/*margin-top: 20px !important;*/
/*}*/

.login-input input[type="text"],
.login-input input[type="password"] {
    width: 96%;
    margin-top: 10px;
    padding-left: 4%;
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
    border: none;
}

.login-box button[type="submit"] {
    width: 100%;
    height: 45px;
    display: block;
    line-height: 45px;
    margin-top: 10px;.login-input span
top: 20px;
    background: #1d6b88;
    border: none;
    color: #FFFFFF;
    border-radius: 3px;
    font-size: 18px;
}

.login-box button[type="submit"]:hover {
    background: #175a73;
    transition: all 0.2s ease-in;
    cursor:pointer;
}
.login-box .btn-primary{
    width: 100%;
    height: 45px;
    display: block;
    line-height: 45px;
    margin-top: 20px;
    top: 20px;
    background: #1d6b88;
    border: none;
    color: #FFFFFF;
    border-radius: 3px;
    font-size: 18px;
}

.login-box .btn-primary:hover {
    background: #175a73;
    transition: all 0.2s ease-in;
    cursor:pointer;
}

.login-bg-animation {
    z-index: -1;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}


/*
 * BG
 */

.circular01,
.circular02,
.circular03,
.circular04 {
    border-radius: 50%;
    position: absolute;
}

.circular01 {
    background-image: -moz-linear-gradient( 21deg, rgb(206, 206, 206) 0%, rgb(255, 255, 255) 100%);
    background-image: -webkit-linear-gradient( 21deg, rgb(206, 206, 206) 0%, rgb(255, 255, 255) 100%);
    background-image: -ms-linear-gradient( 21deg, rgb(206, 206, 206) 0%, rgb(255, 255, 255) 100%);
    left: -8%;
    top: -12%;
    width: 681px;
    height: 681px;
    animation: c1 80s linear 0s infinite;
    -webkit-animation: c1 80s linear 0s infinite;
}

.circular02 {
    background-image: -moz-linear-gradient( 21deg, rgb(206, 206, 206) 0%, rgb(255, 255, 255) 100%);
    background-image: -webkit-linear-gradient( 21deg, rgb(206, 206, 206) 0%, rgb(255, 255, 255) 100%);
    background-image: -ms-linear-gradient( 21deg, rgb(206, 206, 206) 0%, rgb(255, 255, 255) 100%);
    left: 70%;
    top: 20%;
    width: 290px;
    height: 290px;
    animation: c2 30s linear 0s infinite;
    -webkit-animation: c2 30s linear 0s infinite;
}

.circular03 {
    background-image: -moz-linear-gradient( 21deg, rgb(206, 206, 206) 0%, rgb(255, 255, 255) 100%);
    background-image: -webkit-linear-gradient( 21deg, rgb(206, 206, 206) 0%, rgb(255, 255, 255) 100%);
    background-image: -ms-linear-gradient( 21deg, rgb(206, 206, 206) 0%, rgb(255, 255, 255) 100%);
    left: 20%;
    top: 70%;
    width: 170px;
    height: 170px;
    animation: c3 40s linear 0s infinite;
    -webkit-animation: c3 40s linear 0s infinite;
}

.circular04 {
    background-image: -moz-linear-gradient( 21deg, rgb(206, 206, 206) 0%, rgb(255, 255, 255) 100%);
    background-image: -webkit-linear-gradient( 21deg, rgb(206, 206, 206) 0%, rgb(255, 255, 255) 100%);
    background-image: -ms-linear-gradient( 21deg, rgb(206, 206, 206) 0%, rgb(255, 255, 255) 100%);
    left: 72%;
    top: 70%;
    width: 470px;
    height: 470px;
    animation: c4 60s linear 0s infinite;
    -webkit-animation: c4 60s linear 0s infinite;
}


/*
 * 验证码
 */

#captcha {
    float: right;
    margin-top: 10px;
    background: #ffffff;
    /*padding: 10px 30px;*/
    border-radius: 3px;
}

.captcha-input {
    margin-top: 10px;
    float: left;
    width: 55% !important;
    margin-bottom: 10px;
}


/*
 * animation
 */

@keyframes c1 {
    0%,
    100% {
        left: -8%;
        top: -12%;
    }
    50% {
        left: 10%;
        top: 68%;
    }
}

@keyframes c2 {
    0%,
    100% {
        left: 70%;
        top: 20%;
    }
    30% {
        left: 20%;
        top: 90%;
    }
    60% {
        left: 0%;
        top: 0%;
    }
}

@keyframes c3 {
    0%,
    100% {
        left: 20%;
        top: 70%;
    }
    30% {
        left: 80%;
        top: 0%;
    }
    50% {
        left: 100%;
        top: 50%;
    }
}

@keyframes c4 {
    0%,
    100% {
        left: 72%;
        top: 70%;
    }
    20% {
        left: 98%;
        top: 50%;
    }
    50% {
        left: 30%;
        top: 5%;
    }
    80% {
        left: 10%;
        top: 60%;
    }
}
.text-white {
    color: #dff6ff;
}
.textC{
    height: 35px;
    line-height: 35px;
}
.textC .forget{
    width: 50%;
    float: left;
    text-align: left;
}
.textC .forget a,.textC .modify a{
    text-decoration: none;
}
.textC .modify{
    width: 50%;
    float: right;
    text-align: right;
}
.login-input{
    height: 50px;
}
.login-input .sub {
    width: 65%;
    float: left;

}
.login-input .lang {
    width: 33%;
    float: right;
    height: 45px;
    display: block;
    line-height: 45px;
    margin-top: 10px;
    top: 20px;
    background: #1d6b88;
    border: none;
    color: #FFFFFF;
    border-radius: 3px;
    font-size: 16px;
}
.login-input .lang .cn,.login-input .lang .en {
    cursor: pointer;
}
