:root{--brand-color-1:#0d6f48;--brand-color-2:#0e9948;--brand-color-3:#fab915;--brand-color-4:#005de0;--error-color:#ef4444;--black:#000;--whit:#fff;--slate:#475569;--gray:#9ca3af;--stone:#78716c}body{background:var(--whit);font-family:OpenSans-Light,Helvetica,Arial,sans-serif;font-size:14px;line-height:1.2em;margin:0;min-height:100vh}*{box-sizing:border-box}a{color:#1b9dd9}button{background:none;border:none;padding:0}.scrollbar,body{overflow-y:auto}.scrollbar::-webkit-scrollbar-thumb,body::-webkit-scrollbar-thumb{background-color:var(--gray);border-radius:20px;cursor:pointer}.scrollbar::-webkit-scrollbar,body::-webkit-scrollbar{background-color:#f5f5f5;width:4px}.scrollbar::-webkit-scrollbar-track,body::-webkit-scrollbar-track{border-radius:20px}.input__label,.select__label{font-size:1em;line-height:1.1;margin-bottom:4px}.input__control,.select__control{background-color:transparent;background-color:#f4f5f7;background-image:none;border:1px solid #ededed;border-radius:4px;box-shadow:none;font-size:1em;line-height:1;min-height:40px;outline:none;padding:10px;width:100%}.input__message,.select__message{color:var(--black);font-size:.88em;line-height:1;margin-top:5px}.input_error .input__control,.input_error .select__control,.select_error .input__control,.select_error .select__control{border:1px solid var(--error-color)}.input_error .input__control,.input_error .input__label,.input_error .input__message,.input_error .select__control,.input_error .select__label,.input_error .select__message,.select_error .input__control,.select_error .input__label,.select_error .input__message,.select_error .select__control,.select_error .select__label,.select_error .select__message{color:var(--error-color)}.form{background-color:#fff;border-radius:8px;display:block;margin:20px auto;max-width:900px;padding:10px 20px;width:-moz-fit-content;width:fit-content}.slim-section{max-width:500px;width:auto}h1{line-height:1.1em;margin-bottom:30px;text-align:center}.grid-2{display:grid;gap:20px;grid-template-columns:1fr 1fr}.button{background:#0d4fc0;border-radius:4px;color:#fff;cursor:pointer;line-height:1.2em;padding:15px 20px;text-align:center}.logo{margin:10px auto;width:80px}.logo img{max-width:100%}
