body {
    font-family: "Open Sans", sans-serif;
    margin: 0;
    padding: 0;
    background-color: #1abbb4;
    font-size: 16px
}

.bg-default {
    background: #006666 !important;
}

.login-page-bg {
    background: #006666 !important;
}

.main__wrapper {
    display: flex;
    height: 100vh;
}

.leftSection {
    display: flex;
    flex: 1;
    background-image: url("../../img/icons/GSM_Splash.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.gsm_BcLogo {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    width: 100%;
}
.bc_logo{
    width: 70%;
}
.leftSection .footerLinksSection {
    font-size: .8rem;
    position: absolute;
    bottom: 12px;
    right: 50%;
}

.leftSection .footerLinksSection a {
    color: #ffffff;
    margin: 0 20px
}

.rightSection {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.header__text,
.header__text h2 {
    color: #ffffff;
}

.imageLogo--rightSection {
    display: none
}

.footerLinksSectionTwo {
    display: none
}

.custom-chkbox {
    padding-left: 0;
    margin-left: 0;
    padding-left: 29px;
}

.customfgp {
    display: flex;
    justify-content: space-between;
}

.gsm-login-cusBtn {
    background: #1b7f80;
    color: #ffffff;
}

.gsm-login-cusBtn:hover ,.gsm-login-cusBtn:active, .gsm-login-cusBtn:focus  {
    color: #ffffff;
    background: #006666;
}

/*Splash image changing Image depending on Mobile or Desktop*/

@media only screen and (max-width: 768px) {

    .leftSection {
        display: none;
    }

}

/* Landscape */

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .gsm_BcLogo{
        display: none;
    }
    .leftSection {
        background-image: url("../../img/icons/GSM_Splash_landscape.jpg");
    }
}


@media only screen
and (min-device-width: 375px)
and (max-device-width: 850px)
and (orientation: landscape) {

    .rightSection {
        justify-content: inherit;
    }

    .header__text {
        margin-top: 50px;
    }
}

@media only screen and (min-width: 700px) and (max-width: 1360px) {

    .leftSection {
        display: none
    }


    .imageLogo--rightSection {
        display: block;
        width: 20%;
        margin: 0 auto
    }

    .footerLinksSectionTwo {
        display: block
    }

    .footerLinksSectionTwo {
        font-size: 14px;
        position: relative;
        bottom: -20px;
        padding: 5px
    }

    .footerLinksSectionTwo a {
        color: #ffffff;
        margin: 0 10px
    }
}

@media only screen and (min-width: 500px) and (max-width: 700px) {

    .imageLogo--rightSection {
        display: block;
        width: 20%;
        margin: 0 auto
    }

    .leftSection {
        display: none
    }

    .footerLinksSectionTwo {
        font-size: .8rem;
        display: block;
        grid-gap: 7px;
        position: relative;
        bottom: -20px;
        padding: 5px
    }

    .footerLinksSectionTwo a {
        color: #ffffff;
        margin: 0 5px
    }
}

@media only screen and (min-width: 180px) and (max-width: 500px) {

    .imageLogo--rightSection {
        display: block;
        width: 20%;
        margin: 0 auto
    }

    .leftSection {
        display: none
    }

    .footerLinksSectionTwo {
        font-size: .7rem;
        display: block;
        position: relative;
        bottom: -20px;
    }

    .footerLinksSectionTwo a {
        color: #ffffff;
        margin: 0 5px
    }

    .custom-chkbox {
        padding-left: 2.75rem;
        margin-left: 0;
        padding-left: 29px;
    }

}

@media only screen
and (min-device-width: 375px)
and (max-device-width: 667px) {
    .custom-chkbox {
        padding-left: 0.8rem;
        margin-left: 0;
        padding-left: 29px;
    }

}

@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px) {

    .custom-chkbox {
        padding-left: 0rem;
        margin-left: 0;
        padding-left: 27px;
    }
}

@media only screen
and (min-device-width: 1024px)
and (max-device-width: 1366px) {

    .custom-chkbox {
        padding-left: 0rem;
        margin-left: 0;
        padding-left: 27px;

    }
}

.textSizeDefault {
    font-size: .8rem !important;
}
.gsm-login-boxshadow{
    box-shadow: 0px 9px 13px 0px rgb(32 57 59);
}

.landscape-footer{
    display: none;
}
.gsm-lg{
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.gsm-lg-footer{
    padding-top: 5rem;
    padding-bottom: 2rem;
}
@media all and (orientation:portrait) {

    .landscape-footer{
        display: none;
    }
    .gsm-py{
        padding-top: 2rem;
        padding-bottom: 1rem;
    }
}


/*@media all and (orientation:landscape) and (min-device-width: 320px) and (max-device-width: 823px){*/

/*    .gsm-m-fix{*/
/*        display: flex;*/
/*        height: 100vh;*/
/*    }*/

/*    .portrait-footer{*/
/*        display: none;*/
/*    }*/

/*    .gsm-m-landscape{*/
/*        display: flex;*/
/*        flex-direction: column;*/
/*        flex: 1;*/
/*        align-items: center;*/
/*        justify-content: center;*/
/*    }*/

/*    .gsm-m-form{*/
/*        display: flex;*/
/*        flex: 1;*/
/*        align-items: center;*/
/*        justify-content: center;*/
/*    }*/

/*    .landscape-footer{*/
/*        display: block;*/
/*    }*/
/*    .gsm-lg{*/
/*        padding-top: 0rem;*/
/*        padding-bottom: 0rem;*/
/*    }*/

/*}*/
