.BTNContinuation{
    background-color: #173446;
}
.BTNContinuation:active,.BTNContinuation:focus{
    background-color: #173446;
}
.sendNewPassword,.changePhone{
    color: #173446;
}
/*.sendNewPassword{*/
/*    color: #bdbec0;*/
/*}*/
@media (max-width: 575.98px) {
    .labelInputMobile{
        width: 100%;
        display: flex;
        flex-flow: column;
    }
    .BTNContinuation{
        margin-top: 30px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .labelInputMobile{
        width: 100%;
        display: flex;
        flex-flow: column;
    }
    .BTNContinuation{
        margin-top: 30px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .loginForm{
        display: flex;
        flex-direction: row-reverse;
    }
    .labelInputMobile{
        width: 100%;
        display: flex;
        flex-flow: column;
    }
    .login_wrapper{
        margin-right: 3% !important;
        margin-left: 0 !important;
        display: flex !important;
    }
    .loginInput{
        padding-left: 20px;
    }
    #login_wrapper{
        width: 40% !important;
    }
    .loginFormleftSide{
        width: 60%;
        background: url("../../../assets/img/loginTextWeb.jpg");
        background-position-x: 0%;
        background-repeat: repeat;
        background-size: auto;
        background-repeat: no-repeat;
        background-size: cover;
        background-position-x: 62%;
    }
    .BTNContinuation{
        margin-top: 30px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .loginForm{
        display: flex;
        flex-direction: row-reverse;
    }
    .labelInputMobile{
        width: 100%;
        display: flex;
        flex-flow: column;
    }
    .login_wrapper{
        margin-right: 3% !important;
        margin-left: 0 !important;
        display: flex !important;
    }
    .loginInput{
        padding-left: 20px;
    }
    #login_wrapper{
        width: 40% !important;
    }
    .loginFormleftSide{
        width: 60%;
        background: url("../../../assets/img/loginTextWeb.jpg");
        background-position-x: 0%;
        background-repeat: repeat;
        background-size: auto;
        background-repeat: no-repeat;
        background-size: cover;
        background-position-x: 62%;
    }
    .BTNContinuation{
        margin-top: 30px;
    }
}

@media (min-width: 1200px) {
    .loginForm{
        display: flex;
        flex-direction: row-reverse;
        min-height: 600px;
    }
    .labelInputMobile{
        width: 100%;
        display: flex;
        flex-flow: column;
    }
    .login_wrapper{
        margin-right: 3% !important;
        margin-left: 0 !important;
        display: flex !important;
    }
    .loginInput{
        padding-left: 20px;
    }
    #login_wrapper{
        width: 40% !important;
        margin-bottom: 0;
        justify-content: center;
        min-height: 35em;
    }
    .loginFormleftSide{
        width: 60%;
        background: url("../../../assets/img/loginTextWeb.jpg");
        background-position-x: 0%;
        background-repeat: repeat;
        background-size: auto;
        background-repeat: no-repeat;
        background-size: cover;
        background-position-x: 62%;
    }
    .BTNContinuation{
        margin-top: 30px;
    }
}
