.signup h1{margin-bottom:1rem;text-align:center}.signup h2{font-weight:400;margin-bottom:1rem;text-align:center}.signup .description{margin:0 auto;max-width:55rem}.signup .images{display:flex;gap:1rem;margin:2rem auto;max-width:50rem}.signup .images .image img{border-radius:.25rem;border:1px solid lightgray;cursor:pointer}.signup .small-screen-images .image img{height:11rem;width:4.5rem}.signup .small-screen-images{align-items:center;justify-content:space-around}.signup .image-container{align-items:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background-color:#6464644d;bottom:0;display:flex;height:100vh;justify-content:center;left:0;position:fixed;right:0;top:3rem;width:100vw;z-index:50}.signup .image-container .modal-close{color:#000;cursor:pointer;font-size:28px;font-weight:700;position:absolute;right:20px;top:50px;-webkit-user-select:none;user-select:none;z-index:10000}.signup .image-container .full-image{border-radius:2px;box-shadow:0 0 20px #00000080;max-height:85%;max-width:90%;transition:transform .3s ease}.signup .large-screen-images{display:none}.signup .alert{background-color:#f8d7da;border-radius:.25rem;border:1px solid #f5c6cb;color:#721c24;margin:0 auto 1rem;max-width:50rem;padding:.75rem 1.25rem;text-align:center}.signup .signup-form{margin:auto}.signup .login-link{display:block;margin:1rem auto 0;text-align:center}@media (min-width: 440px){.signup .small-screen-images .image img{height:12rem;width:6rem}}@media (min-width: 576px){.signup .small-screen-images .image img{width:7rem}}@media (min-width: 768px){.signup .small-screen-images .image img{height:15rem;width:9rem}}@media (min-width: 992px){.signup .small-screen-images{display:none}.signup .large-screen-images{display:flex}.signup .large-screen-images .image img{height:10rem;width:12rem}}
