body,html{padding:0;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}a{color:inherit;text-decoration:none}*{box-sizing:border-box}.form{width:500px}.form div{display:-webkit-flex;display:flex;padding:5px;-webkit-justify-content:space-between;justify-content:space-between}.form label{width:200px;min-width:200px}.form input,button,select{width:300px;min-height:30px;height:30px}.form .action{margin-top:20px;-webkit-justify-content:center;justify-content:center}a{color:#0073d2}.form button{background-color:#0073d2;color:#fff;border:2px solid #0073d2;border-radius:5px;cursor:pointer}.error{color:red;text-align:center}