﻿.show-on-small {
    visibility: hidden;
    width: 0;
    height: 0;
}

.hide-on-small {
    visibility: visible;
}

.mozaik-login-container {
    flex-direction: column;
}

.login-button-container {
    justify-content: flex-start;
}

.static-main-container {
    padding: 32px;
}

.static-input-container{
    max-width: 70%;
}

@media screen and (min-width: 1280px) {
    .page-body-max-width {
        max-width: 1280px;
    }
}

@media screen and (max-width: 1280px) and (min-width: 600px) {
    .page-body-max-width {
        max-width: 1280px;
    }
}

@media screen and (max-width: 600px) and (min-width: 350px){
    .page-body-max-width {
        max-width: 600px;
    }

    .login-container-flex-dir {
        flex-direction: column;
    }

    .show-on-small {
        visibility: visible;
        width: auto;
        height: auto;
    }

    .hide-on-small {
        visibility: hidden;
        height: 0;
        width: 0;
    }

    .mozaik-login-container {
        flex-direction: row;
    }

    .login-button-container {
        justify-content: space-between;
    }

    .static-main-container {
        padding: 16px;
        margin-top: 120px !important;
    }

    .static-input-container{
        max-width: 100%;
    }
}

@media screen and (max-width: 350px){
    .page-body-max-width {
        width: 100vw;
    }

    .login-container-flex-dir {
        flex-direction: column;
    }

    .show-on-small {
        visibility: visible;
        width: auto;
        height: auto;
    }

    .hide-on-small {
        visibility: hidden;
        height: 0;
        width: 0;
    }

    .mozaik-login-container {
        flex-direction: row;
    }

    .login-button-container {
        flex-direction: column;
        justify-content: center;
    }

    .static-main-container {
        padding: 8px;
        padding-bottom: 16px;
        margin-top: 120px !important;
    }

    .static-input-container {
        max-width: 100%;
    }
}
