/* ================================================== */
/* FORM */
/* ================================================== */

.form_wrapper {
    position: fixed;
    top: 100vh;
    z-index: 20;
    transition: all 0.6s ease-out;
}

.form_wrapper.active { top: 0; }

.form_wrapper .input-list { max-width: 568px; }