html,
body {
  padding: 0;
  margin: 0;
  font-family: arial;
  font-size: 16px;
  line-height: 140%;
  color: #4f4f4f;
  overflow-x: hidden;
  overflow-y: auto;
}
.backend.error {
  display: block;
  clear: left;
  color: #931638;
}
.hospital-form label.empty {
  display: none;
}
.hospital-form .email-message {
  color: #87a03c;
  font-weight: 700;
  margin-top: 15px;
  padding-left: 20px;
  background: url(../images/checkmark.png) 0 0.2em no-repeat;
}
.hospital-form p.required-message {
  font-weight: 700;
  color: #931638;
}
.hospital-form label b {
  color: #931638;
  font-weight: 700;
  font-size: 1.4em;
  padding-left: 2px;
  position: absolute;
}
#main-content {
  padding-bottom: 2em;
}
h1 {
  display: none;
}
form {
  box-sizing: border-box;
  padding-left: 2px;
}
fieldset {
  border: 0;
  padding: 0;
  margin: 2em 0 0;
  box-sizing: border-box;
}
.field-group {
}
hr {
  margin: 2em 0;
  background: #ccc;
  border: 0;
  height: 1px;
}
legend {
  margin: 0 0 0.25em;
  color: #000;
  font-size: 1.15em;
  max-width: 960px;
  width: 100%;
}
input[type="text"],
textarea,
select {
  height: 2.75em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 none;
  -moz-box-shadow: 0 none;
  box-shadow: 0 none;
  border: 1px solid #ccc;
  margin: 0.5em 0;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-indent: 6px;
  padding-left: 6px;
  width: 50%;
  font-size: 1em;
}
option {
  margin: 0;
  padding: 0;
}
textarea {
  height: 7em;
  resize: vertical;
  padding: 0.5em 0.25em;
}
input[type="checkbox"],
input[type="radio"] {
  vertical-align: top;
  position: relative;
  top: 1px;
  cursor: pointer;
}
label {
  display: block;
  margin-bottom: 0.5em;
  margin-top: 1em;
}
.field-group-sub.checkbox label,
.field-group-sub.radio label {
  margin-top: 0.25em;
  cursor: pointer;
}
label.error {
  color: red;
  margin-bottom: 1.25em;
  margin-top: 0.5em;
}
input.error {
  border: 1px solid red;
}
.form-action-buttons input {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 none;
  -moz-box-shadow: 0 none;
  box-shadow: 0 none;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  display: inline-block;
  padding: 0.5em 1em;
  line-height: 1.5em;
  text-decoration: none;
  text-shadow: none;
  text-align: center;
  margin: 0 0.75em 0 0;
  vertical-align: middle;
  cursor: pointer;
  font-size: 1.15em;
  width: 200px;
}
.form-action-buttons {
  margin-top: 1em;
}
.form-action-buttons input[type="submit"]:focus,
.form-action-buttons input[type="reset"]:focus {
  border: 0;
  -webkit-box-shadow: 0 none;
  -moz-box-shadow: 0 none;
  box-shadow: 0 none;
  outline: 0;
}
.form-action-buttons input[type="submit"] {
  border: 2px solid #3681e7;
  background: #1967d1;
  color: #fff;
}
.form-action-buttons input[type="submit"]:hover {
  background: #4685da;
}
.form-action-buttons input[type="submit"]:active {
  background: #1557b1;
}
.form-action-buttons input[type="reset"] {
  border: 2px solid #999;
  background: 0 0;
  color: #999;
}
.form-action-buttons input[type="reset"]:hover {
  border: 2px solid #1350a4;
  color: #1350a4;
}
.form-action-buttons input[type="reset"]:active,
.form-action-buttons input[type="reset"]:focus {
  background-color: #0e3a76;
  border: 2px solid #0e3a76;
  color: #fff;
}
@media (max-width: 48em) {
  input[type="text"],
  textarea {
    width: 98%;
  }
  .form-action-buttons input {
    width: 98%;
    margin-bottom: 0.5em;
    margin-right: 0;
  }
}
