@media (max-width: 750px) {
    .contentCS{
        flex-direction: column;
    }
    .imagecontentCS{
        display: none;
    }
    .logincontentCS{
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        max-width: none;
        min-height: 70vh;
    }
    .wellcometextCS{
        text-align: center;
        padding: 0;
    }
    .formGroupCS{
        padding: 0;
        text-align: center;
        display: block;
    }
    .forgotPasswordCS{
        padding: 0;
        text-align: center;
        width: 100%;
    }
    .loginbuttonfieldCS{
        padding: 0;
        padding-bottom: 5vh;
    }
    .formTextCS {
        display: none;
    }
    footer{
        background-color: #F1F2F3 !important;
        font-size: 0.9rem;
        padding-left: 1rem;
    }
    .footerblockCS{
        display: flex;
        flex-direction: column;
        height: auto;
        align-items: center;
    } 
    .version-number{
        background-color: #F1F2F3 !important;
        height: 2vh;
    }
    .footerlogofieldCS{
        align-items: center;
    }
    .footerlinkheaderCS{
        padding: 0;
    }
    .footerlinksCS{
        display: flex;
        justify-content: space-around;
        width: 100%;
    }
    .footerlinkCS{
        padding: 0;
    }
    .footerinfosCS{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .footerinfosrightCS, .footerinfosleftCS{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}