@charset "utf-8";

html,
body {
  width: 100%;
}

body {
  margin-top: 0;
  margin-left: 0;
  top: 0;
  left: 0;
  background: #fff3dd;
  color: #636363;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
}

select,
input {
  background: #fff;
}

h4 {
  text-transform: uppercase;
}

input, select {
  border-bottom-width: 2px !important;
}

input:invalid, select:invalid {
  /* background-color: #fadddd; */
  border-bottom-color: #f00;
}

.w3-2019-jester-red {
  color: #fff !important;
  background-color: #9e1030 !important;
}

.w3-2019-biking-red,
.w3-hover-2019-biking-red:hover {
  color: #fff !important;
  background-color: #77212e !important;
}

.w3-card {
  background-color: #fff;
}

.w3-button {
  text-transform: uppercase;
}

#wrap_head {
  margin-top: 0;
  margin-left: 0;
  background: url(images/wrap_head.jpg) center/contain repeat-x;
}

.logo img {
  max-width: 100%;
  max-height: 120px;
}

#form-container {
  max-width: 800px;
  margin: 0 auto;
}

#register .error {
  color: red;
  clear: left;
  margin-left: 1em;
  margin-bottom: 20px;
  font-size: 70%;
}
