body.path-frontpage {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px !important;
}
body.path-frontpage .region-header {
  text-align:center;
}
.sign-header {
  border-bottom: 0;
  background-color: #294058;
  padding: 20px 15px;
  text-transform: uppercase;
  text-align: left;
  color: #ffffff;
}
body.path-frontpage .region-content {
  float: left;
  width: 100%;
}
.logo img {
  max-width: 100%;
}
.sign-body {
  background-color: rgba(234, 234, 236, 1);
  margin: 0;
  padding: 15px 15px;
  color: #ffffff;
}
.sign-body .input-group input[type=text] {
  box-shadow: none !important;
  border: none !important;
  color: #2a2a2a;
  height: 46px;
  padding: 10px 16px;
  font-size: 12px;
  border-radius: 0;
  text-transform: uppercase;
}
.sign-body button#edit-submit {
  background-color: #81b71a;
  border-color: #81b71a;
  color: white;
  width: 100%;
}
.sign-body .form-group .input-group-addon {
  background-color: white;
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border: none;
  border-radius: 0;
}
.sign-body .form-group .input-group-addon .glyphicon {
  font-size: 15px;
  color: #B6B6B6;
}
.sign-welcome {
  text-align: center;
  font-size: 15px;
  color: #fff;
  margin: 10px 0px;
  padding: 10px 0px;
}
.sign-welcome p {
  font-size: 19px;
}

.sign-welcome a, .sign-welcome a:hover, sign-welcome a:focus {
  color: white;
}

.sign-welcome a:hover {
  text-decoration: underline;
}

.sign-footer {
  font-style: oblique;
  color: #fff;
  margin: 10px 0px;
  padding: 10px 0px;
  text-align: center;
}
.sign-footer a {
  color: #fff;
  text-decoration: underline;
}