form h5{margin-bottom:.1rem;margin-top:1.5rem}input:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=submit]):disabled{background-color:#eee}input[readonly]{background-color:#e9ecef;border:1px solid #ced4da;color:#6c757d;cursor:not-allowed}input[readonly]:focus{box-shadow:none;outline:none}input.btn:disabled{cursor:not-allowed;opacity:.5}input[type=file]{border:1px solid #c0d0de;transition:all .3s ease}input[type=file]:hover{border:1px solid #005288;transition:all .3s ease}.hs-form-field>*{order:1}.hs-error-msgs{margin-top:.25rem;order:2}.hs_error_rollup .hs-error-msgs{color:#942e1e}.form-error-msg{color:#942e1e;font-size:.875rem;margin-top:.25rem}.input-error{border:1px solid #942e1e;outline:none}.notice-bar{background:#ade2fa}.form-message.success,.notice-bar{border:1px solid #fff;border-radius:8px;color:#595959;margin-bottom:20px;margin-top:20px;padding:20px}.form-message.success{background:#a0f9e7}.form-message.error{background:#f9a0a0;border:1px solid #fff;border-radius:8px;color:#595959;margin-bottom:20px;margin-top:20px;padding:20px}.link-disabled{cursor:not-allowed;opacity:.6;pointer-events:none}#spinner-container{align-items:center;display:flex;justify-content:center;margin-left:25px}#spinner{animation:spin 1s linear infinite;border:5px solid #f3f3f3;border-radius:50%;border-top-color:#3498db;height:45px;width:45px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}