.center-container{display:flex;flex-direction:column;width:600px;max-width:50vw;justify-content:center;margin:auto auto 60px;gap:25px}h4{font-weight:600;font-size:16px}form .input{height:38px;border-radius:3px;background-color:#f2f2f2;border:2px solid #cacaca;box-shadow:none;padding:6px 12px;color:#555;font-weight:400;font-size:18px;outline-color:#499fb4;width:100%}.form--password{display:flex;align-items:center;height:38px;border-radius:3px;background-color:#f2f2f2;font-size:14px;border:2px solid #cacaca;box-shadow:none;padding:6px 12px;color:#555;font-weight:400;font-size:18px;outline-color:#499fb4}.form--password input{border:none;margin:0;background-color:transparent;outline:0;width:100%;color:#555;font-weight:400;font-size:18px;line-height:1.2;height:100%;-webkit-appearance:none;appearance:none}.form--password svg{width:24px;padding:2px}.form--password svg:first-of-type{display:none}.form--password input[type=password]+span svg:first-of-type{display:block}.form--password input[type=password]+span svg:last-of-type{display:none}.form--password input[type=text]+span svg:first-of-type{display:none}.form--password input[type=text]+span svg:last-of-type{display:block}form .label{color:#505050;font-size:16px;margin-bottom:5px;font-weight:600;user-select:none}form button{color:#fff;background-color:#07819e;border-color:#07819e;cursor:pointer;line-height:45px;font-size:14px;border-radius:3px;font-weight:600;text-align:center;white-space:nowrap;vertical-align:middle;border:1px solid transparent;padding:0 20px;transition:background-color .3s ease}form button a{color:#fff;text-decoration:none;font-size:14px}form button:hover{background-color:#0a9bbd}.form--row{gap:20px;margin-bottom:20px;display:flex;justify-content:space-around;flex-wrap:wrap;text-wrap:auto}.form--row.centered{justify-content:center}.form--row .centered{margin:auto;text-align:center}.form--control{flex:1;display:flex;flex-direction:column}@media (max-width: 767px){.center-container{width:100%;max-width:100%}}.form--error,.form--error span{color:red;font-size:small}.form--error li{color:red;list-style-type:none}
