body {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #404040;
  -webkit-font-smoothing: antialiased;
}
a {
  color: #e66931;
}
a:hover {
  color: #cb5019;
}
.top {
  padding: 20px 0 0;
  border-bottom: 3px solid #e0e1e1;
}
.top h1 {
  font-weight: 700;
  font-size: 55px;
  color: #e66931;
}
.top h3 {
  color: #e66931;
  font-weight: 100;
  font-size: 20px;
  margin-bottom: 1rem;
}
.top .error-dtls {
  list-style: none;
  padding: 0;
}
.top .submit {
  position: relative;
  display: inline-block;
  background: #e66931;
  color: white;
  padding: 10px 20px;
  margin-bottom: 1rem;
  cursor: pointer;
}
.top .submit::before {
  content: " ";
  position: absolute;
  border: 1px solid white;
  display: block;
  top: 3px;
  right: 3px;
  bottom: 3px;
  left: 3px;
}
.top .submit:hover {
  background-color: #cb5019;
}
.graphic-container {
  background: #6b6a6a;
  text-align: center;
}
.graphic-container img {
  max-width: 100%;
}
.graphic-container > div {
  background: url(https://reclique.com/imgs/reclique-cord-long.jpg) bottom center no-repeat;
  background-size: cover;
}
.graphic-container table {
  width: 100%;
}
.bottom {
  padding: 40px 0 0;
}
.footer {
  padding: 30px 0 40px;
}
.footer .container {
  border-top: 1px solid #dfdfdf;
  padding-top: 40px;
}
.footer .div {
  border-right: 1px solid #dfdfdf;
  margin: 0 20px;
}
