@media screen and (max-width: 1000px) {

    .fa-user:before,
    .fa-unlock-o:before {
        content: "Email";
        position: absolute;
        bottom: 0.4rem;
        background-color: #f3f3f3;
        padding: 0 10px;
        font-family: Arial;
        font-weight: 600;
        color: #333;
        font-size:14px;
    }
    .fa-unlock-o:before {
            content: "Parola";
    }

    div#message_text{
        max-width: 90vw;
        overflow: hidden;
        max-height: 11vw;
    }

    body {
        padding: 0 !important;
        font-family:Arial !important;
    }

    body.faded-bg {
        background: #f3f3f3;
        height: 100%;
        width: 100% !important;
    }

    a {
        font-family: Arial;
    }

    .footer_login,
    .login-info,
    .topSection {
        display: none;
    }

    .login-box {
        background: #f3f3f3;
        box-shadow: none;
        padding: 0 !important;
        margin-top:0rem !important;
        width:92vw !important;

    }

    .container_12 .login-box {
        padding: 46px;
        margin: 0 auto;
        display:flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height:100vh !important;
    }
    .alert{
        padding: 8px 14px 0px 14px;
    }

    .container_12 {
        margin-left: 0;
        width: 100% !important;
    }

    .auth-button {
        height: 58px;
        font-weight: 600;
        border-radius: 5px;
        font-family: Arial;
    }

    .logo {
        padding: 105px 0;
    }

    .login-logo-mobile {
        display: flex !important;
        width: 70px;
        height: 70px;
        margin: 3rem auto 0 auto;
    }

    .login-header {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-start;
        align-content: flex-start;
    }

    .login-header-mobile {
        text-align: center;
        color: #0479C9;
        font-size: 36px;
        font-family: Arial;
        font-weight: bold;
        margin-bottom: 10rem;
    }

    .topSection .logo a img {
        width: 200px;
        margin-left: 89px;
    }

    .formarea span {
        display: block;
        position: absolute;
        top: -8px;
        left: 15px !important;
        background-color: #f3f3f3;
        padding: 0 8px !important;
        font-family: Arial;
        font-weight: 600;
        color: #333;
    }

    .formarea input[type='text'],
    .formarea input[type='password'] {
        height: 58px !important;
        background-color: #f3f3f3;
        border: 1px solid #939393 !important;
        border-radius: 5px !important;
        font-family: Arial;
        line-height: 20px;
        transition: all 0.2s ease-in-out;
    }

    .formarea a {
        color: #4097d3;
        font-size: 15px;
        font-weight: 600;
        font-family: Arial;
    }

    .input-text::placeholder {
        color: transparent;
    }

    input.input-text:-webkit-autofill,
    input.input-text:-webkit-autofill:hover,
    input.input-text:-webkit-autofill:focus,
    input.input-text:-webkit-autofill:active {
        -webkit-box-shadow: 0 0 0 30px #f3f3f3 inset !important;
        transition: background-color 500ms ease-in-out, color 500ms ease-in-out;
    }

    .alert {
        padding-top: 2px !important;
    }

    .alert-error {
        color: #B94A48 !important;
        background-color: #f3f3f3 !important;
        border-color: #f3f3f3 !important;
        padding-left: 4rem !important;
    }

    .alert-error:before {
        content: "" !important;
        position: absolute;
        top: 4rem;
        left: 1rem;
        width: 10vw;
        height: 10vw;
        background-image: url(../stylesheet/img/svg/warning-mobile.svg);
        background-size: 6vw;
        background-repeat: no-repeat;
        background-position: center;
        transition: box-shadow .3s;
    }

    @keyframes autofill-animation {
        0% {
            background-color: #fff;
            color: #333;
        }
        50% {
            background-color: #eaeaea;
            color: #666;
        }
        100% {
            background-color: #f3f3f3;
            color: #333;
        }
    }
}

@media screen and (min-width: 1000px) {
    .formarea span,
    .cont-nou,
    .login-logo-mobile,
    .login-header-mobile {
        display: none !important;
    }
}
