/* Authentication */
.hp-authentication-page {
    position: relative;
    min-height: 100vh;
    margin: 0 !important;
    overflow: hidden;
}
.hp-authentication-page .hp-logo-item {
    position: absolute;
    top: 0;
    left: 0;
}
.hp-authentication-page .hp-bg-item {
    -webkit-transform: translate(0px, -20%);
    transform: translate(0px, -20%);
}
@media screen and (max-width: 991px) {
    .hp-authentication-page .hp-bg-item {
        margin-top: 120px;
        margin-bottom: 350px !important;
        -webkit-transform: translate(0px, 0%);
        transform: translate(0px, 0%);
    }
}
@media screen and (max-width: 767px) {
    .hp-authentication-page .hp-bg-item {
        margin-top: 50px;
        margin-bottom: 130px !important;
    }

    .mx-sm-n32 {
        margin-right: 32px !important;
        margin-left: 32px !important;
    }
}

.hp-authentication-page .hp-text-item {
    position: absolute;
    top: 75%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.auth-image {
    background-image: url("../../images/bg-auth.webp");
    background-repeat: no-repeat;
    background-size: cover;
}

@media screen and (max-width: 991px) {
    .hp-authentication-page .hp-text-item {
        top: 76%;
    }

    .auth-image {
        background-image: url("../../images/bg-auth.webp");
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .hp-authentication-page .hp-text-item {
        position: relative;
        top: 0%;
        left: 0;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        margin-top: -30%;
    }
}
.hp-authentication-page .hp-or-line {
    position: relative;
}
.hp-authentication-page .hp-or-line:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background-color: #dfe6e9;
    z-index: -1;
}
.hp-authentication-page .hp-other-links a + a {
    position: relative;
    padding-left: 16px;
    margin-left: 16px;
}
.hp-authentication-page .hp-other-links a + a:before {
    content: "";
    position: absolute;
    top: 49%;
    left: 0;
    width: 3px;
    height: 3px;
    border-radius: 100%;
    background-color: #636e72;
}

.auth-back i {
    font-size: 32px;
    margin-right: 8px;
}
