* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none !important;
}

body {
    background-color: #F7F8FC;
    background-image: url(../imgs/loginBg.png);
    overflow-x: auto;
    background-repeat: repeat-x;
}
.Login {
    display: flex;
    align-content:center;
    align-items:center;
}
#login {
    width: 1608px;
    height: 780px;
    margin: 130px auto;
    /* position: absolute; */
    /* left: 50%;
    top: 50%;
    margin-left: -804px;
    margin-top: -390px; */
    background-color: #FFFFFF;
    display: flex;
    justify-content: space-between;
}

.loginInfo {
    width: 746px;
    height: 780px;
    padding: 94px 133px 85px 133px;
    color: #C2C5CA;
}

@keyframes animatedBackground {
    0% {
        transform: translateX(0)
    }
    25% {
        transform: translateX(-8%)
    }
    50% {
        transform: translateX(0)
    }
    75% {
        transform: translateX(-8%)
    }
    100% {
        transform: translateX(0)
    }
    /* from {
        background-position: 0 0;
    }

    to {
        background-position: 100% 0;
    } */
}

.loginImg {
    /* position: absolute; */
    width: 862px;
    height: 780px;
    overflow: hidden;
    /* background: url(../imgs/loginInBg.png); */
    /* background-position: 0px 0px; */
    /* background-repeat: repeat-x; */
    
}
.loginImg img {
    height: 860px;
    animation: animatedBackground 40s;
}

.loginInfo h2 {
    margin-top: 0 !important;
    font-size: 24px;
    margin-bottom: 16px;
}

.loginInfo h2 span {
    color: #4A5160;
    font-weight: 400;
}

.loginInfo .text-W {
    width: 180px;
    height: auto;
    font-size: 14px;
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
    margin-bottom: 67px;
}

.loginInfo .checkbox {
    margin: 28px 0;
}

.loginInfo .text-B {
    width: 310px;
    height: auto;
    font-size: 14px;
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
    margin-top: 78px;
}

.loginInfo .text-B a {
    color: #4A5160;
}

.loginInfo .social-auth-links button,
.btn-primary {
    height: 48px !important;
    background-color: #3850ff !important;
    color: #FFFFFF;
    border-radius: 4px !important;
    border: none !important;
    font-size: 14px;
    font-weight: 100 !important;
}

.loginInfo input.form-control {
    height: 60px !important;
    color: #4A5160 !important;
    font-size: 16px;
    border: 1px solid #4A5160;
    border-radius: 4px;
}

.loginInfo span.form-control-feedback {
    height: 60px !important;
    line-height: 60px !important;
}