:root{--text-color-home: grey;--home-footer-height: 55px}main{min-height:calc(100vh - var(--home-footer-height));font-family:var(--font-family-regular);padding:1rem}.backgroundImage{background-size:cover;background-repeat:no-repeat}.whiteBackgroundBox{max-width:1000px;width:80%;margin:50px auto 0;background-color:#ffffffc9;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;color:var(--text-color-home);display:flex;flex-direction:column;align-items:center;padding:25px 50px;text-transform:uppercase;gap:2rem}.navigationButtons{height:100%;width:100%;max-width:650px;display:flex;flex-direction:row;justify-content:space-between;flex-wrap:wrap;gap:1rem}.navigationButtons a{margin:0 auto}.logo{max-height:200px}.titleWrapper{margin:0;width:min-content;padding:10px 30px;border-top:var(--text-color-home) 1px solid;border-bottom:var(--text-color-home) 1px solid}.titleWrapper h2{margin:0;font-family:Century Gothic;font-weight:400}#footer{font-family:var(--font-family-regular);color:#ffffff80;background-color:#1d242ae6;height:var(--home-footer-height);width:100%;display:flex}.formWrapper{display:flex;flex-direction:column;align-items:center}.formWrapper .successAlert,.formWrapper .errorAlert{border-radius:10px;padding:10px 25px;margin-bottom:1rem}.formWrapper .errorAlert{border:rgba(255,0,0,.8) 1px solid;background-color:var(--error-red);color:#fff}.formWrapper .successAlert{border:rgba(0,255,0,.8) 1px solid;background-color:var(--success-green);color:#fff}@media (width >= 576px){.formWrapper input{min-width:300px}}
