﻿@media screen and (max-width: 992px) {
    body {
        overflow-x: hidden;
    }

    .container-fluid {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 100%;
    }

    .h-100 {
        min-height: 100vh;
    }

    .text-center {
        margin-top: 20px;
    }

    button {
        min-height: 40px;
        visibility: visible !important;
        margin-bottom: 80px;
    }

    .row {
        height: auto;
    }

    .col-md-8 {
        max-width: 100%;
    }

    .form-outline {
        margin-bottom: 15px;
    }

    .text-center {
        text-align: center;
    }

    .login {
        min-height: calc(100vh - 175px);
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 20px 15px;
    }

    .divider p {
        margin-bottom: 20px !important;
    }
}

.login {
    min-height: calc(100vh - 175px);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 15px;
}
