@media (max-width: 992px) {
    #login-container {
        background: #fff !important;
    }

    #login-container::before {
        background: url(/static/img/home/login/background-login-responsive.png) bottom;
        background-size: cover;
        height: 34%;
        max-height: 280px;
        width: 100%;
        max-width: 540px;
        transform: translateX(-50%);
        top: 0;
        left: 50%;
        min-height: initial;
        position: fixed;
    }

    #login-container::after {
        display: none;
    }

    #login-container {
        min-width: initial;
        width: 100%;
        min-height: 100vh;
        height: initial;
    }

    #login-form-background {
        width: 100%;
        height: 20%;
        min-height: 150px;
        position: fixed;
        bottom: 0;
        background: url(/static/img/home/login/background-login-responsive-bottom.png) !important;
        background-size: cover !important;
        top: initial;
        z-index: 4;
        left: 50%;
        transform: translateX(-50%);
        max-width: 480px;
    }

    #login-form {
        width: 100%;
        height: initial;
        min-height: 100vh;
    }

    #login-form-inner {
        width: 80%;
        transform: translateX(-50%);
        top: 20%;
        max-width: 480px;
        padding-bottom: 20%;
    }

    #login-form-inner::after {
        background: url(/static/img/home/register/register-origins.png);
        background-size: cover;
        width: 90px;
        height: 100px;
        top: -48px;
        right: 0;
    }

    #login-form-inner #login-logo {
        width: 90%;
        max-width: 260px;
        margin-top: 0;
        margin-bottom: 15px;
    }

    #login-form-inner p.big {
        font-size: 26px;
        line-height: 30px;
    }

    #login-form-inner p.link {
        font-size: 19px;
        line-height: 19px;
    }

    #login-inputs label {
        font-size: 19px;
        line-height: 19px;
    }

    #login-inputs .form-error {
        margin-top: 8px;
        margin-bottom: 14px;
        font-size: 14px;
        line-height: 14px;
        min-height: 28px;
    }

    #login-checkboxes label {
        line-height: 14px;
        font-size: 14px;
    }

    #login-checkboxes div:last-of-type {
        font-size: 14px;
        line-height: 12px;
    }

    #login-btn {
        padding: 0 32px;
        height: 48px;
        line-height: 19px;
        font-size: 19px;
        margin-bottom: 28px;
    }

    #forgot-password-form {
        width: 80%;
    }

    .forgot-password h1 {
        font-size: 24px !important;
        line-height: 20px !important;
    }

    .forgot-password p {
        font-size: 19px;
        line-height: 19px;
    }

    #forgot-password-form button {
        font-size: 22px;
        height: 44px;
        padding: 0 32px;
        letter-spacing: 0;
    }
}