*{box-sizing:border-box}body{margin:0;font-family:Inter,serif;font-optical-sizing:auto;font-style:normal}.wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;max-width:600px;margin:0 auto;height:100vh}.form{display:flex;flex-direction:column;align-items:center;row-gap:10px}.input{all:unset;box-sizing:border-box;color:#fff;border:1px solid rgb(102,102,102);background-color:#000;border-radius:100px;font-size:20px;font-weight:400;font-family:inherit;height:60px;line-height:1.33;margin:0;padding:0 20px;width:100%}.input-error{border-color:red}.button{all:unset;box-sizing:border-box;padding:0 15px;width:100%;font-weight:500;height:60px;color:#000;border-radius:100px;font-size:20px;font-family:inherit;text-align:center;cursor:pointer;background-color:#fff;transition:.3s ease all}.button:hover{color:#fff;background-color:#0bad67}.icon{width:48px;height:48px}.text{text-align:center;color:#fff;font-size:24px;font-weight:500}.subtext{text-align:center;color:#fff;font-size:16px}