label {
  display: block;
  padding: 0.75rem 0.25rem 0.25rem 0;
  font-size: 1rem;
}
label.small {
  font-size: 0.875rem;
}

input[type=text], [type=password], textarea, [type=number] {
  width: 100%;
  border: thin solid #999999;
  border-radius: 4px;
  padding: 0.5rem;
  background-color: #fff;
  color: #4d4d4d;
  resize: vertical;
  font-size: 1rem;
}
input[type=text].small, [type=password].small, textarea.small, [type=number].small {
  font-size: 0.875rem;
}

input[type=radio] {
  color: #4d4d4d;
  font-size: 1rem;
}
input[type=radio].small {
  font-size: 0.875rem;
}

input[type=submit] {
  margin: 0.75rem 0.5rem;
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 4px;
  background-color: #c80e13;
  color: #ebebeb;
  font-size: 1rem;
  cursor: pointer;
}
input[type=submit].toleft {
  float: left;
}
input[type=submit].toright {
  float: right;
}
input[type=submit].tocenter {
  justify-content: center;
}
input[type=submit].capsule {
  border-radius: 16px;
}
input[type=submit].small {
  font-size: 0.875rem;
}
input[type=submit]:hover {
  background-color: #980b0e;
  color: #cdd422;
}
input[type=submit].submit__small {
  font-size: 12px;
  font-weight: normal;
  font-family: "Open Sans Condensed", sans-serif;
}

input[type=file]:hover {
  cursor: pointer;
}

select {
  width: 100%;
  border: thin solid #999999;
  padding: 0.25rem;
  margin: 0.25rem 0;
  font-size: 1rem;
}
select.small {
  font-size: 0.875rem;
}
select.tall {
  height: 40px;
}

.success {
  width: 100%;
  height: auto;
  margin: 0.5rem auto;
  padding: 0.75rem;
  text-align: left;
  font-size: 0.875rem;
  border: thin solid #99e7a0;
  background-color: #78d9c1;
  color: #fff;
}

.error {
  width: 100%;
  height: auto;
  margin: 0.5rem auto;
  padding: 0.75rem;
  text-align: left;
  font-size: 0.875rem;
  border: thin solid #b34700;
  background-color: #e65b00;
  color: #fff;
}

.input-error {
  color: #b34700;
  font-size: 0.875rem;
}

.msg__err {
  position: absolute;
  display: flex;
  align-items: center;
  align-content: center;
  top: 50px;
  right: 10px;
  width: 150px;
  min-height: 60px;
  border: thin solid black;
  padding: 8px;
  color: white;
  font-size: 12px;
  z-index: 1;
  background-color: #c94949;
}

.msg__success {
  position: absolute;
  display: flex;
  align-items: center;
  align-content: center;
  top: 50px;
  right: 10px;
  width: 150px;
  min-height: 60px;
  border: thin solid black;
  padding: 8px;
  color: white;
  font-size: 12px;
  z-index: 1;
  background-color: green;
}

.button__close {
  position: relative;
  margin: auto;
  height: 24px;
  width: 24px;
  padding: 0px;
  cursor: pointer;
}

.button__close:hover {
  opacity: 0.4;
}

.btn {
  margin: 0.75rem 0.5rem;
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 4px;
  background-color: #c80e13;
  color: #ebebeb;
  font-size: 1rem;
  cursor: pointer;
}
.btn:hover {
  background-color: #980b0e;
  color: #cdd422;
}
.btn.btn-small {
  font-size: 12px;
  font-weight: normal;
  font-family: "Open Sans Condensed", sans-serif;
}

/*# sourceMappingURL=form.css.map */
