@charset "utf-8";

.loginWraper{
    background: rgba(0, 0, 0, 0) linear-gradient(to right bottom, #94d3ef 0%, #194879 100%) repeat scroll 0 0;
    width: 100%;
    height: 100%;
    position: absolute;}

.loginLogo .logoImg {display: block; position: absolute; left: 110px; top: 180px;}
.registerLogo {position: relative}
.registerLogo img {height: auto; position: absolute; bottom: 10px; left: 50%; margin-left: -75px;}

.loginBox {
    height: 440px;
    width: 320px;
    margin: 0 auto;
    margin-top: 10%;
    position: relative;}

.loginWraper a {color: #ffffff;}

.site-logo {height: 240px;}
.logo-items{
    width:150px;
    height:150px;
    margin: auto;
    border-radius: 100%;
    padding:5px;
    position: absolute;
    top:10px;
    left:80px;
}
.logo-items img {width: 100%;}
.company-title {width:100%; height:40px; position: absolute; top:160px; left:0; text-align: center; font-size: 30px; color: #ffffff;}

.logo-loading {
    -webkit-animation: load3 1.4s infinite linear;
    animation: load3 1.4s infinite linear;
    background: rgba(0, 0, 0, 0) linear-gradient(to right, #ffffff -20%, rgba(255, 255, 255, 0) 40%) repeat scroll 0 0;
    background: -moz-linear-gradient(left, #ffffff -20%, rgba(255, 255, 255, 0) 40%);
    background: -webkit-linear-gradient(left, #ffffff -20%, rgba(255, 255, 255, 0) 40%);
    background: -o-linear-gradient(left, #ffffff -20%, rgba(255, 255, 255, 0) 40%);
    background: -ms-linear-gradient(left, #ffffff -20%, rgba(255, 255, 255, 0) 40%);
    background: linear-gradient(to right, #ffffff -20%, rgba(255, 255, 255, 0) 40%);
    border-radius: 50%;
    font-size: 10px;
    height: 140px;
    margin: 5em auto;
    position: relative;
    text-indent: -9999em;
    width: 140px;
    left:0;
    top:20px;
}
.logo-loading::before {
    border-radius: 100% 0 0;
    content: "";
    height: 50%;
    left: 0;
    position: absolute;
    top: 0;
    width: 50%;
}
@-webkit-keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.bg-bubbles li {
    position: absolute;
    list-style: none;
    display: block;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.15);
    bottom: -40px;
    -webkit-animation: square 25s infinite;
    animation: square 25s infinite;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
}
.bg-bubbles li:nth-child(1) {
    left: 10%;
}
.bg-bubbles li:nth-child(2) {
    left: 20%;
    width: 80px;
    height: 80px;
    bottom: -80px;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-duration: 17s;
    animation-duration: 17s;
}
.bg-bubbles li:nth-child(3) {
    left: 25%;
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}
.bg-bubbles li:nth-child(4) {
    left: 40%;
    width: 60px;
    height: 60px;
    bottom: -60px;
    -webkit-animation-duration: 22s;
    animation-duration: 22s;
    background-color: rgba(255, 255, 255, 0.25);
}
.bg-bubbles li:nth-child(5) {
    left: 60%;
}
.bg-bubbles li:nth-child(6) {
    left: 75%;
    width: 120px;
    height: 120px;
    bottom: -120px;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
    background-color: rgba(255, 255, 255, 0.2);
}
.bg-bubbles li:nth-child(7) {
    left: 32%;
    width: 160px;
    height: 160px;
    bottom: -160px;
    -webkit-animation-delay: 7s;
    animation-delay: 7s;
}
.bg-bubbles li:nth-child(8) {
    left: 55%;
    width: 20px;
    height: 20px;
    bottom: -20px;
    -webkit-animation-delay: 15s;
    animation-delay: 15s;
    -webkit-animation-duration: 40s;
    animation-duration: 40s;
}
.bg-bubbles li:nth-child(9) {
    left: 25%;
    width: 20px;
    height: 20px;
    bottom: -20px;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-duration: 40s;
    animation-duration: 40s;
    background-color: rgba(255, 255, 255, 0.3);
}
.bg-bubbles li:nth-child(10) {
    left: 85%;
    width: 160px;
    height: 160px;
    bottom: -160px;
    -webkit-animation-delay: 11s;
    animation-delay: 11s;
}
@-webkit-keyframes square {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-700px) rotate(600deg);
        transform: translateY(-700px) rotate(600deg);
    }
}
@keyframes square {
    0% {
        transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-700px) rotate(600deg);
        -ms-transform: translateY(-700px) rotate(600deg);
        -moz-transform: translateY(-700px) rotate(600deg);
        -o-transform: translateY(-700px) rotate(600deg);
        transform: translateY(-700px) rotate(600deg);
    }
}