div.form-box{padding:2rem;width:35%;margin:0 auto;border:.1rem solid #b8b8b8;box-shadow:0 0 10px #b8b8b8}div.form-box .form-heading{text-transform:uppercase;letter-spacing:1px;line-height:1;font-size:2rem;margin-bottom:2rem}div.form-box p.form-top-link a.form-link{color:#475ec4}div.form-box form label{all:unset;display:block}div.form-box form input:not([type=checkbox]):not([type=radio]),div.form-box form select,div.form-box form textarea{all:unset;display:block;margin:.5em 0;width:100%;border:1px solid #ccc;padding:1rem 0;font-size:1.5rem;padding-left:.5rem}div.form-box form input:not([type=checkbox]):not([type=radio])::placeholder,div.form-box form select::placeholder,div.form-box form textarea::placeholder{color:transparent !important;padding-left:.5rem}div.form-box form input:not([type=checkbox]):not([type=radio]):focus-within,div.form-box form select:focus-within,div.form-box form textarea:focus-within{outline:.15rem solid white}div.form-box form p.checkbox-blk{display:flex;align-items:center}div.form-box form p.checkbox-blk label{font-size:.85em}div.form-box form p.checkbox-blk input[type=checkbox]{margin-right:.5rem}div.form-box form button.submitBtn{all:unset;cursor:pointer;display:inline-block;padding:.5em 1.75em;color:white;background-color:#39b54a;margin-top:1rem;border-radius:30px}div.form-box form button.submitBtn+*{margin-top:1rem}div.form-box form button.submitBtn:hover{background-color:white;border:1px solid #39b54a;color:#39b54a}div.form-box form p.form-footer-link a.form-link{color:#475ec4}div.form-box form em.error,div.form-box form #form-error{display:block;color:#ea5151;font-size:1.25rem;font-style:inherit}@media only screen and (max-width:600px){.form-box{width:100% !important;box-shadow:unset !important}}