



/**
___RESPONSIVE
**/


@media screen and (max-width: 992px) {


    .login-container {
        margin:0px !important;
        font-size: 4vw !important;
     }

    .form-wrapper {
        width:100% !important;
    }

    .subscription-wrapper {
        width:100% !important;
        font-size: 4vw !important;
        display: none !important;
    }

    .login-container > div {
        margin:0px !important;
        text-align: center !important;
    }

    .form-wrapper .password-lost-text {
        text-align: center !important;
        font-family: grobold !important;
        font-size: 3vw !important;
    }

    #subscription-image {
        width:100%;
    }

    .login-container .form-wrapper .alert-danger {
        font-size: 5vw !important;
    }

    .form-wrapper > form > .input {
        font-size: 4vw !important;
        height: 10vw !important;
    }

    .form-wrapper > form > label {
        font-family:grobold !important;
    }

    .form-wrapper > form > .button {
        font-size: 6vw !important;
    }

}


/**
___FIN RESPONSIVE
**/