@import "main.css";
@import "custom.css";

.webform {
  width: 75%;
  position: relative;
  margin: auto;
  box-shadow: var(--boxShadow) !important;
  padding: 30px;
  background-color: #fffffd;
  margin-top: 25px;
  margin-bottom: 25px;
}

.webform div {
  margin-top: 10px;
}

#age {
  width: 100px;
}

#date {
  width: 150px;
}

#custom {
  margin-top: 5px;
}

.submit {
  border-color: var(--secondaryColor) !important;
  color: var(--secondaryColor) !important;
}

.submit:hover {
  border-color: var(--secondaryColor) !important;
  background-color: var(--secondaryColor) !important;
  color: #ffffff !important;
}

.checkbox,
.radio {
  width: 20px !important;
  height: 20px !important;
}


 .verify-email {
	 display: none;
}