.hidden {
  display:none;
}
.vitec-interest-form-container {

}
/*.vitec-interest-form-dialog-overlay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 201;
}

.vitec-interest-form-dialog {
  position: fixed;
  top: 10vh;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 500px;
  padding: 20px;
  border-radius: 2px;
  z-index: 202;
  background: #fff;
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.4);
  min-height: 40vh;
  max-height: 80vh;
  overflow: auto;
}*/

.vitec-interest-form label.required:after{
  content: '*';
  color:red;
}

.vitec-interest-form {
  /* empty */
}

.vitec-interest-form-errors {
  color:red;
}

.vitec-interest-form-errors span {
  display: block;
}

.vitec-interest-form div {
  margin: 0.5em 0;
}

.vitec-interest-form label {
  /* empty */
}

.vitec-interest-form input {
  /* empty */
}

.vitec-interest-form textarea {
  /* empty */
}

.vitec-interest-form button {
  width: 100%;
  text-align: center;
}

.vitec-interest-form .error input{
  border:2px solid red;
}

/**
* FIELDS
*/

.vitec-interest-form-first-name {

}
.vitec-interest-form-last-name {

}
.vitec-interest-form-phone {

}
.vitec-interest-form-cellphone {
  display: none;
}
.vitec-interest-form-email {

}
.vitec-interest-form-address {
  display: none;
}
.vitec-interest-form-zip {
  display: none;
}
.vitec-interest-form-city {
  display: none;
}
.vitec-interest-form-message {

}
