body{margin:0}.form-input{width:100%;padding:8px;margin-top:4px}.form-input-container{margin-bottom:16px;display:flex;flex-wrap:wrap}.form-button{width:100%;padding:10px;background-color:#ff6b6b;color:#fff;border:none;border-radius:4px;cursor:pointer}.form-button:disabled{background-color:#ffb3b3;cursor:not-allowed!important}.form-button.green{background-color:#4abc96}.form-button.green:disabled{background-color:#a3d9c9;cursor:not-allowed!important}.form-bottom-text{margin-top:20px;font-size:.9em;text-align:center}.form-bottom-text a{color:gray;text-decoration:underline}.form-message{width:100%;font-size:.8em;margin-top:4px}.form-error-message{width:100%;color:red;font-size:.8em;margin-top:4px}.spinner{display:block;margin:auto;width:16px;height:16px;border:2px solid rgba(255,255,255,.6);border-radius:50%;border-top-color:#fff;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.back-button{align-self:flex-start;margin-top:-8px;font-size:.9em;color:gray}.secondary-button{margin:8px auto auto;font-size:.9em;color:gray}
