h4.modal-title {
  font-size: 23px;
  line-height: 20px;
  font-weight: 600;
  padding: 13px 10px 10px;
  text-align: center;
}

label.control-label {
  font-weight: 600;
  font-size: 15px;
}

section, section:before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0
}

.logo, h1 {
  margin-bottom: 40px
}

body {
  font-family: 'Roboto Condensed', serif;
  letter-spacing: 2px
}

.form-error {
  display: block;
  text-align: left;
  color: red
}

.container, .trs-01 {
  transition: all ease-in .1s;
  -webkit-transition: all ease-in .1s;
  -moz-transition: all ease-in .1s
}

.trs-02, h3 span {
  transition: all ease-in .2s;
  -webkit-transition: all ease-in .2s;
  -moz-transition: all ease-in .2s
}

section {
  background-color: #3c3b42;
  background-image: url(images/homebg.jpeg);
  background-size: cover;
  background-position: center;
  text-align: center
}

section:before {
  content: '';
  background: rgba(47, 46, 56, 0.8);
  background: -webkit-linear-gradient(to right, rgba(44, 119, 68, 0.5), rgba(90, 63, 55, 0.8));
  background: linear-gradient(to right, rgba(44, 119, 68, 0.5), rgba(90, 63, 55, 0.8));
}

section>.container {
  position: relative;
  z-index: 9;
  color: #fff
}

.logo {
  position: relative;
  margin-top: 7%
}

.logo>span {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 10px;
  font-weight: 600;
  margin-top: 1.5px;
  transform: translate(-50%, -50%);
  font-family: Arial;
  letter-spacing: 0;
}

h1 {
  line-height: 70px;
  font-size: 3.5em;
  text-shadow: 0 1.5px 1px #38312f;
}

h3 span {
  display: inline-block;
  margin: 0 10px;
  cursor: pointer;
  font-size: 27px
}

h3 span:hover {
  color: #161619
}
