body {
  background-color: #0089d8;
  padding-top: 3rem;
}

h2, h4 {
  text-align: center;
  color: #FFF;
  font-weight: 50;
  font-size: 25px;
  margin-top: 30px;
  margin-bottom: 20px;
}

.bordered {
  background-color: #fff;
  padding: 15px;
  border-radius: .6rem;
}

br {
  margin-bottom: 1em;
}

.container {
  margin-top: 150px;
  margin-bottom: 10rem;
}

.row {
  margin-bottom: 2em;
}

.form-group.required .control-label:after {
  content: "*";
  color: red;
}

.center_div {
  margin: 0 auto;
  width: 100%
}

label {
  font-weight: normal;
}

form {
  padding: .5em;
  margin: .5em;
}

footer {
  padding: 3%;
  text-align: center;
  color: #fff;
}

.my-form-section {
  margin-top: 1em;
  margin-bottom: 1.5em;
  background-color: #0089d822;
}

.invalid-field {
  border: 0.2em solid red
}

#results-supercontainer {
  display: none;
}

#results-container {
  background: white;
  height: 30%;
}

.result-header {
  font-weight: bold;
  /* text-align: right; */
}

.result-date {
  margin: 1.8rem auto;
  text-align: center;
  font-style: italic;
}

.header-hr {
  border-color: black;
  border-width: 2px;
  margin: 5px 0;
}

#wty-cert-title-text {
  text-align: center;
  font-size: 2rem;
  margin: 5px 0;
}

#wty-cert-header {
  display: flex;
  align-items: center;
}

#wty-cert-header-contact-details {
  display: inline-block;
  width: 52%;
}

#wty-cert-header-logo {
  display: inline-block;
  width: 47%;
}

#wty-cert-header-company-name {
  display: block;
  font-size: 18px;
  color: #009ee0;
}

.wty-cert-header-company-details {
  font-size: 14px;
}

.single-space-break {
  margin-bottom: 0;
}

#wty-cert-header-logo-img {
  float: right;
}

#wty-cert-title {
  clear: right;
  margin-top: 1.5rem;
  margin-bottom: 3rem;
}

#download-button-container {
  display: none;
}

.cert-form-values {
  display: none;
}

.left-indent-li {
  list-style: disc;
  margin-left: 30px;
}