/*
 * Dashforge Auth Pages (Signin, Signup, etc.)
 *
 * This style is use in auth pages.
 *
 */


.content-auth {
    min-height: calc(100vh - 106px);
    justify-content: center;
    margin-top: 0;
    padding: 0 !important;
}

.content-auth > .container {
    padding: 0;
}

@media (max-width: 1139px) {
    .content-auth > .container {
        max-width: none;
        padding: 0 20px;
    }
}

.content-auth-alt {
    min-height: calc(100vh - 106px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.content-auth-alt .container {
    padding: 0;
}

@media (max-width: 1139px) {
    .content-auth-alt .container {
        max-width: none;
    }
}

.sign-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 340px;
}

@media (min-width: 1200px) {
    .sign-wrapper {
        width: 340px;
        margin: 100px auto 0px;
    }
}

.sign-wrapper .form-group label {
    display: block;
    margin-bottom: 5px;
}

footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.col-md-6 {
}


body {
    overflow: hidden; /* Hide scrollbars */
}


.media-body img {
    margin-top: 3rem !important;
    max-width: 90%;
}


.env-notice {
    bottom: 0;
    border-radius: 0;
}

#eula {
    overflow-x: hidden;
    overflow-y: scroll;
    height: 450px;
}
.topImage {
    height: 60vh;
    background: linear-gradient(0deg, rgba(34, 38, 68, 1) 0%, rgba(76, 84, 143, 1) 100%);
}


.bottomImage {
    background-color: #a93274;
    background-image: url("/img/digi-cc-BG.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 40vh;
}
