@media (max-width: 992px) {
    #season-description {
        width: 100%;
        max-width: 600px;
        height: 40%;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    #season-description h1 {
        font-size: 42px !important;
        line-height: 42px !important;
        position: absolute !important;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        padding: 0 !important;
        margin: 0 !important;
    }

    #season-description em {
        display: none;
    }

    #season-description p {
        display: none;
    }

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

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

    #register-form-background {
        width: 100%;
        background: #fff;
        height: initial;
        min-height: 100vh;
    }

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

    #register-form-inner {
        top: 30%;
        width: 80%;
        transform: translateX(-50%);
        max-width: 480px;
    }

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

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

    #register-logo {
        background: url(/static/img/home/register/register-origins.png);
        background-size: cover;
        width: 90px;
        height: 100px;
        margin: -48px auto 18px;
    }

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

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

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

    #register-btn {
        padding: 0 32px;
        height: 48px;
        line-height: 19px;
        font-size: 19px;
    }

    /* */
    #post-register {
        width: 80%;
        transform: translateX(-50%);
        top: 30%;
    }

    #post-register #post-register-logo {
        display: block;
        margin: -48px auto 18px;
    }

    #post-register 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;
    }

    #post-register button {
        letter-spacing: 0;
        font-size: 22px;
        line-height: 20px;
        height: 52px;
        padding: 0 32px;
    }
}

/* Responsive tablettes/laptops */
@media (min-width: 993px) and (max-width: 1500px) {
    #register-form {
        width: 60%;
    }

    #register-form-background {
        width: 60%;
    }

    #register-form-inner {
        width: 60%;
        left: 50%;
    }

    #register-logo {
        background-size: cover;
        width: 100px;
        height: 111px;
    }

    #season-description {
        left: 23%;
    }

    #season-description h1 {
        font-size: 100px !important;
        line-height: 100px !important;
    }

    #season-description em {
        font-size: 26px;
        line-height: 28px;
    }

    #season-description p {
        font-size: 22px;
        line-height: 24px;
    }

    #register-form-background {
        z-index: 3;
    }
}