* {
    padding: 0;
    margin: 0;
}
.html-form {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}
.inputs-fields {
    width: 100%;
    max-width: 768px;
    background-color: #544581;
    padding: 100px 50px;
}
.inputs-fields .field {
    width: 50%;
}
.d-flex {
    display: flex;
}
input {
    width: 100% !important;
}