﻿.auth-fluid {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100vh;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background: url("../images/bg-auth.jpg") center;
    background-size: cover;
}

    .auth-fluid .auth-fluid-form-box {
        max-width: 480px;
        border-radius: 0;
        z-index: 2;
        padding: 3rem 2rem;
        background-color: #ffffff;
        position: relative;
        width: 100%;
    }

    .auth-fluid .auth-fluid-right {
        padding: 6rem 3rem;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        position: relative;
        color: #fff;
        background-color: rgba(0, 0, 0, 0.3);
    }

.auth-brand {
    margin-bottom: 2rem;
}

.auth-user-testimonial {
    position: absolute;
    margin: 0 auto;
    padding: 0 1.75rem;
    bottom: 3rem;
    left: 0;
    right: 0;
}

    .auth-user-testimonial p.lead {
        font-size: 1.125rem;
        margin: 0 auto 20px auto;
        max-width: 700px;
    }

@media (min-width: 992px) {
    .auth-brand {
        position: absolute;
        top: 3rem;
    }
}

@media (max-width: 991.98px) {
    .auth-fluid {
        display: block;
    }

        .auth-fluid .auth-fluid-form-box {
            max-width: 100%;
            min-height: 100vh;
        }

        .auth-fluid .auth-fluid-right {
            display: none;
        }
}

footer {
    display: block;
}

.footer {
    border-top: 1px solid rgba(152, 166, 173, 0.2);
    bottom: 0;
    padding: 19px 30px 20px;
    position: absolute;
    right: 0;
    color: #98a6ad;
    left: 250px;
}

    .footer .footer-links a {
        color: #98a6ad;
        margin-left: 1.5rem;
        -webkit-transition: all .4s;
        transition: all .4s;
    }

        .footer .footer-links a:hover {
            color: #313a46;
        }

        .footer .footer-links a:first-of-type {
            margin-left: 0;
        }

@media (max-width: 767.98px) {
    .footer {
        left: 0 !important;
        text-align: center;
    }
}

.footer-alt {
    left: 0;
    border: none;
    text-align: center;
}