*,:after,:before{box-sizing:border-box}body{margin:0;color:#333;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji}.container{max-width:42rem;margin:0 auto;padding:2rem 1.25rem}h1{text-align:center}.form-container{max-width:21rem;margin:0 auto;padding:1rem;border:1px solid #ccc;border-radius:4px}form,label{display:flex;flex-flow:column}label>span{font-weight:600}input{padding:8px;margin:.3rem 0 1rem;border:1px solid #ccc;border-radius:4px}.submit{display:flex;justify-content:flex-end;align-items:center;justify-content:space-between}.submit>button{padding:.5rem 1rem;cursor:pointer;background:#fff;border:1px solid #ccc;border-radius:4px}.submit>button:hover{border-color:#888}.submit>a{text-decoration:none}.error{color:brown;margin:.5rem 0;text-align:center}.react-select--inline{display:inline-block;margin:0 .25em}.react-select--inline .react-select__control{border:none;outline:none;box-shadow:none;min-height:none;cursor:pointer}.react-select--inline .react-select__value-container{padding:0}.react-select--inline .react-select__single-value{font-weight:700;position:relative;transform:none;max-width:none}.react-select--inline .react-select__single-value:after{content:" ";position:relative;display:inline-block;width:0;height:0;border-color:#000 transparent transparent;border-style:solid;border-width:5px 4px 0;margin-left:.25em;top:-.125em}.spinner{display:inline-block;width:40px;height:40px;opacity:.4;margin-left:10px;margin-right:-50px}.spinner:before{content:"";box-sizing:border-box;position:absolute;top:50%;left:50%;width:30px;height:30px;margin-top:-15px;margin-left:-15px;border-radius:50%;border:5px solid #999;border-top-color:#000;animation:spinner .6s linear infinite}@keyframes spinner{to{transform:rotate(1turn)}}