
@media only screen and (min-width: 600px) {
    .my-overlay {
        left: 460px;
        border-left: solid 1px #979797;
    }

    .loginSide {
        background-color: #FFFFFF;
        /*margin-bottom: 50px;*/
    }

    .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;
    }

    .logoWhite {
        display: none;
    }

    .logoColored {
        display: block;
    }
}

@media only screen and (max-width: 599px) {
    * {
        color: #FFFFFF;
    }
   
    .loginSide {
        background-color: transparent;
    }

    .loginContainer {
        background-color: transparent;
    }

    .secret-message, .applicationWelcome {
        color: #FFFFFF;
    }

    .stay-dark, .icon-expand {
        color: #2B333D;
    }

    .turn-white {
        color: #FFFFFF;
    }

    li > label {
        color: #FFFFFF;
    }

    li {
        color: #2B333D;
    }

    option {
        color: #2B333D;
    }

    table.table > tbody > tr > td {
        color: #FFFFFF;
    }

    .title {
        color: #2B333D;
    }

    .header * {
        color: #2B333D !important;
    }

    div .loginMainContent h3 {
        color: #FFFFFF;
    }

    .my-overlay {
        left: 0;
        border: 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;
    }

    .form-group {
        color: #FFFFFF;
    }

    .footerText {
        margin: auto auto;
        text-align: center;
        width: 370px;
        padding-bottom: 8px;
    }

    .text-black {
        color: #2B333D;
    }

    .navButton {
        color: #4A90E2;
    }

    .nav,
    .nav > i.icon-forward,
    .nav > i.icon-back {
        color: #4A90E2;
    }   

    div .selector {
        color: #FFFFFF !important;
    }

    /* hr {
        display: none;
    } */

    a {
        color: #FFFFFF !important;
    }

        a:hover {
            color: #FFFFFF !important;
        }

    .form-group {
        color: #FFFFFF;
    }

    .logoColored {
        display: none;
    }

    .logoWhite {
        display: block;
    }

    panel-body > .strong {
        color: #2B333D;
    }

    .RadCaptcha.RadCaptcha_Default label {
        color: #FFFFFF !important;
    }

    #btnReturnToSendCode {
        text-decoration: underline;
    }
}

@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;
    }
}