
@media only screen and (min-width: 600px) {
    .my-overlay {
        left: 460px;
        border-left: solid 1px #979797;
    }

    .loginSide {
        background-color: #FFFFFF;
    }

    .loginContainer {
        background-color: #FFFFFF;
    }

    .loginSide,
    .header,
    .login_footer {
        width: 460px;
        justify-content: center;
    }

    .footerText {
        margin: auto;
        text-align: center;
        width: 370px;
        padding-bottom: 8px;
    }

    .header {
        z-index: 1;
    }

    .selector {
        color: #4A90E2;
    }

    .appstore-buttons {
        display:none;
    }
}

@media only screen and (min-width: 960px) {
    .my-overlay {
        left: 720px;
    }
    .loginSide, .login_footer, .header {
        width: 720px;
    }
}

@media only screen and (max-width: 599px) {

    .loginSide,.loginContainer {
        background-color: transparent;
    }

    .stay-dark, .icon-expand {
        color: #2B333D;
    }

    li {
        color: #2B333D;
    }

    option {
        color: #2B333D;
    }

    .title {
        color: #2B333D;
    }

    .header * {
        color: #2B333D !important;
    }

    .my-overlay {
        display:none;
    }

    .image {
        left: 200px;
    }

    .PasswordRequirementLabel {
        color: #2B333D;
    }

    .PreloginButtons p {
        color: #2B333D;
    }

    .PreloginButtons > .strong {
        color: #2B333D;
    }

    .loginSide,
    .header {
        margin: 0 auto;
        width: 460px;
    }

    .loginSide {
        border: none;
    }

    .login_footer {
        width: 100vw;
        position: relative;
        z-index: 1;
    }

    .footerText {
        margin: auto auto;
        text-align: center;
        width: 370px;
        padding-bottom: 8px;
    }

    .text-black {
        color: #2B333D;
    }



    .navButton,
    .nav,
    .nav > i.icon-forward,
    .nav > i.icon-back {
        color: #4A90E2;
    }

    panel-body > .strong {
        color: #2B333D;
    }

    #btnReturnToSendCode {
        text-decoration: underline;
    }

    .appstore-buttons {
        display: flex;
        justify-content: space-evenly;
        margin-top: 24px;
        width: 100%;
    }
}

@media screen and (max-width: 475px) {
    .footerText {
        margin: auto;
        text-align: center;
        width: 100%;
        max-width: 475px;
        color: #3e5771;
        padding-bottom: 10px;
    }

        .footerText .applicationWelcome > span {
            color: #3e5771;
        }

        .footerText #copyright > span {
            color: #86939e;
        }
}
