/* ======================================================================
   Project : OmniBase
   Author  : Calvin Westerveld
   Company : Omnius
   Purpose : Exclusief ontwikkeld voor Omnius
   Notes   : Deze code is specifiek gebouwd voor OmniBase en mag alleen
             worden gebruikt binnen het kader van Omnius.
   ====================================================================== */


/* Extra small devices (phones, portrait) */
@media (max-width: 575.98px) {
    .auth-box {
        width: 90vw !important;
        height: 40vh !important;
    }

    .row {
        display: flex !important;
        flex-direction: column !important;
    }

    
}

/* Small devices (phones landscape) */
@media (min-width: 576px) and (max-width: 767.98px) {
    .auth-box {
        width: 90vw !important;
        height: 40vh !important;
    }

    .row {
        display: flex !important;
        flex-direction: column !important;
    }
}

/* Medium devices (tablets) */
@media (min-width: 768px) and (max-width: 991.98px) {

}

/* Large devices (desktops) */
@media (min-width: 992px) and (max-width: 1199.98px) {

}

/* Extra large devices (large desktops) */
@media (min-width: 1200px) and (max-width: 1399.98px) {

}

/* Extra extra large devices (very large screens) */
@media (min-width: 1400px) {

}
