body{background-color:#e5e7eb;box-sizing:border-box;font-family:Gill Sans,Gill Sans MT,Calibri,Trebuchet MS,sans-serif;margin:0;padding:0}.App{align-items:center;justify-content:center;text-align:center}.App,form{display:flex}form{flex-direction:column;height:44rem;justify-content:space-evenly;width:22rem}form h2{color:#2563eb}.formControl{display:flex;flex-direction:column;text-align:left;width:100%}input[type=email],input[type=password],input[type=tel],input[type=text],select{border:1px solid #bfdbfe;border-radius:5px;outline:none;padding:8px 6px}.formControl input:focus,select:focus{border:2px solid #2563eb}.formControl label{color:#2563eb;font-weight:700;margin-bottom:8px}.listControl,.terms{align-items:center;display:flex;flex-direction:row;justify-content:start}.listControl label{margin:0 8px}.listControl input[type=radio],input[type=checkbox]{margin:0}form button{background-color:#2563eb;border:1px solid #2563eb;border-radius:5px;color:#fff;cursor:pointer;font-size:16px;font-weight:700;margin-top:1rem;outline:none;padding:8px}form button:disabled{background-color:#ccc;border:1px solid #999;color:#666;cursor:auto}form button:focus{border:3px solid #2563eb}.error{color:red;margin:5px 0 0 5px}
/*# sourceMappingURL=main.da68196e.css.map*/