.auth-page:after {
    content: "";
    display: table;
    width: 100%;
    clear: both;
}

.auth-page {
    background: #f9f9f9;
    --auth-form-max-width: 380px;
}


.auth-page > div {
    height: 100%;
}

.auth-bg-column {
    position: relative;
}

.auth-bg {
    background: url(../img/bg-auth2.jpg) center top no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.auth-left-column {
    min-height: 100vh;
    position: relative;
    padding: 110px 15px 80px 200px;
}

.auth-left-column .logo {
    max-width: 215px;
    margin: 0 0 70px 0;
}

.auth-left-column .copyright {
    color: var(--color-muted);
    text-align: center;
    border-top: 1px solid #E6E3E8;
    max-width: var(--auth-form-max-width);
    padding-top: 31px;
    margin-top: 24px;
}

.form-auth {
    position: relative;
    width: 100%;
    max-width: var(--auth-form-max-width);
}

.form-auth .form-group {
    margin-bottom: 10px;
}

.form-auth .form-title {
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
    margin-bottom: 0;
    color: var(--color-purple);
}

.form-auth .form-text {
    color: var(--color-muted);
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 20px;
}

.form-auth .form-text a {
    text-decoration: none !important;
    color: #2a62fb !important;
    font-weight: 600;
    border-bottom: 1px solid transparent;
}

.form-auth .form-text a:hover {
    border-color: #2a62fb;
}

.left-right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
    line-height: 25px;
    margin: 18px 0;
}

.form-auth .left-right .checkbox {
    margin: 0 0;
}

.form-login .margin {
    margin: 20px 0 20px 0;
}

.form-registration .margin {
    margin: 20px 0 35px 0;
}

.auth-register-text {
    text-align: center;
    margin-top: 24px;
}

.auth-register-text a {
    font-weight: 700;
}

@media (max-height: 950px) {
    .auth-left-column {
        padding: 50px 15px 20px 200px;
    }
}

@media (max-width: 1700px) {
    .auth-left-column {
        padding: 50px 15px 20px 100px;
    }
}

@media (max-width: 1400px) {
    .auth-left-column {
        padding: 80px 15px 80px 30px;
    }
}

@media (max-width: 1199px) {
    .auth-left-column {
        padding: 30px 15px 30px 0;
    }
}

@media (max-width: 991px) {
    .auth-page {
        min-height: 10px;
    }

    .auth-left-column {
        padding: 30px 0 50px 0;
    }
}

@media (max-width: 767px) {
    .form-auth {
        max-width: 100%;
    }

    .form-auth .btn {
        margin: 0 auto 30px;
        display: block;
    }
}

/*# sourceMappingURL=auth.css.map */
