body{margin:0;padding:0;font-family:sans-serif;text-decoration:none}.wrapper{width:100%;height:100vh;background-color:#1b998b;display:flex;flex-direction:column;align-items:center}.form-wrapper{background-color:#fff;width:400px;height:250px;padding:20px;border-radius:10px;box-shadow:0 10px 50px #555}form{display:flex;flex-wrap:wrap}label{font-size:10px;font-weight:600px;padding-bottom:2px}input{border-radius:5px;padding:7px;outline:none;border:1px solid grey}button{padding:7px;background-color:teal;color:#fff;border:none;border-radius:2px}button:hover{background-color:#1b998b;color:#000}.firstname,.lastname{display:flex;flex-direction:column;width:49%;padding-bottom:10px}.lastname{padding-left:5px}.email,.password{padding-bottom:10px}.button,.email,.password{display:flex;flex-direction:column;width:100%}.errorMessage{font-size:.7em;color:red}.errorMessage-highlight{border-color:red}
/*# sourceMappingURL=main.2182fca7.chunk.css.map */