.login-box,
.register-box {
    width: 360px;
    margin: 7% auto 2% auto;
}

body.login-page.pace-done {
    background: url('https://erp.adsweb.vn/template/admin/img/background-2.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /* background: #E5E9EC; */
}

.login-logo,
.register-logo {
    font-size: 35px;
    text-align: center;
    margin-bottom: 25px;
    font-weight: 300;
}

.login-box-body,
.register-box-body {
    background: #fff;
    padding: 20px;
    border-top: 0;
    color: #666;
}

.social-auth-links {
    margin: 10px 0;
}

.text-center {
    text-align: center;
}

.btn.btn-flat {
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-width: 1px;
}

.btn-google {
    color: #fff;
    background-color: #dd4b39;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-social {
    position: relative;
    padding-left: 44px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.btn {
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid transparent;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-social>:first-child {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 32px;
    line-height: 34px;
    font-size: 1.6em;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.text-center {
    text-align: center;
}

#text {
    position: relative;
    color: #ffffff;
    font-weight: 700;
    font-size: 3.5rem;
    /* line-height: 0.9rem; */
    letter-spacing: 1px;
    text-align: center;
    transform: rotate(360deg) skew(180deg);
}

#text:before {
    content: attr(data-text);
    position: absolute;
    top: 30px;
    color: rgba(0, 0, 0, 0.3);
    text-shadow: none;
    filter: blur(8px);
    z-index: -1;
}

@media only screen and (min-width: 320px) {
    #text {
        font-size: 1.5rem;
    }
}


/* Extra Small Devices, Phones */

@media only screen and (min-width: 480px) {
    #text {
        font-size: 1.7rem;
    }
}


/* Small Devices, Tablets */

@media only screen and (min-width: 768px) {
    #text {
        font-size: 2.5rem;
    }
}


/* Medium Devices, Desktops */

@media only screen and (min-width: 992px) {
    #text {
        font-size: 3rem;
    }
}


/* Large Devices, Wide Screens */

@media only screen and (min-width: 1200px) {
    #text {
        font-size: 3.5rem;
    }
}

.contact-info {
    align-items: center;
    padding: 20px 30px;
    background: var(--second-color);
    border-radius: 10px;
    box-shadow: 1px 8px 10px 2px #f9eeee;
    overflow: hidden;
    flex-grow: 1;
    flex-basis: 300;
    margin: 1rem;
}