body,
legend,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #000000;
  line-height: 1.2;
  font-family: Verdana, sans-serif;
  padding: 5px 0 0;
  background: #F5F5F5;
}

body, legend, th, tr {
  color: #4d4d4d;
  font-size: 14px;
  line-height: 20px;
  padding-top: 125px;
}

h1, .h1 {
  color: #cc1100;
  margin-top: 0px;
  margin-bottom: 20px;
  text-transform: uppercase !important;
}

h2, .h2 {
  font-size: 22px;
  color: #e2001a;
}

h3, .h3 {
  font-size: 20px;
  background-color: black;
  color: white;
  padding: 15px;
  padding-left: 20px;
  border-radius: 0.25em;
}

.error {
  color: red;
  font-weight: bold;
}

.logo {
  height: 90px;
  margin: 20px;
  background-color: transparent;
}

.logo_auditnorm {
  height: 40px;
  background-color: transparent;
}

.logo_footer {
  height: 30px;
  background-color: transparent;
}

.navbar {
  height: 125px;
}

.navbar-right{
  margin-top: 75px;
  background-color: #000000;
  border-radius: 0.25em;
}

.navbar-default a {
  color: white !important;
  text-transform: uppercase !important;
  vertical-align: middle;
  font-size: 14px;
}

.navbar-right a:hover {
  background-color: gold !important;
  border-radius: 0.25em;
}

.dropdown-item {
  background-color: #000000 !important;
}

.footer {
  text-align: center;
  font-size: 12px;
  padding: 15px;
}

.footer_text{
  font-style: italic;
}

.form-control {
  border: none 0px;
  -webkit-appearance: none;
  border-bottom: solid thin black lightgray;
  border-radius: 0.25em;
}

.btn
{
  font-size: 14px;
  background-color: #000000;
  border-color: #000000;
  border-radius: 0.25em;
  margin-top: 10px;
  margin-bottom: 10px;
}

.btn:hover
{
  background-color: darkgray;
  border-color: darkgray;
}

a.white-link:link, a.white-link:visited
{
  color: white;
  text-decoration: none;
}

.fixed-height
{
  display: inline-block;
  margin: auto;
  height: 30px;
}

.text-center {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (max-width: 600px) {
  body, legend {
    padding-top: 180px;
  }

  .navbar {
    height: 180px;
  }
}
