body {
  padding-top: 0 !important;
  background: #D8E1F1 url("/layout/bg.png") repeat fixed left top;
  border-top: 10px solid #426AB3;
}
h2 {
  font-family: 'PT Serif', Georgia, "Times New Roman", Times, serif;
  font-weight: 500;
  line-height: 1.1;
  color: #426AB3;
}
h2 {
  font-size: 3.5rem;
}
.form-horizontal {
  margin-top: 20px;
}
.background {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: white;
  z-index: -1;
}
.form-signin {
  max-width: none;
}
.form-signin .form-control {
  padding: 5px 10px;
  border-radius: 3px !important;
}
.form-signin .checkbox {
  margin-bottom: 20px;
  margin-top: 0;
}
.form-signin .form-group {
  margin-bottom: 20px;
}
.form-signin .btn-block {
  display: inline-block !important;
  width: auto !important;
  padding: 8px 25px;
}
.btn {
  padding: 8px 25px;
}
.container {
  background-color: white;
}
.content-main {
  padding-bottom: 0;
  min-height: calc(100vh - 10px);
  max-width: 1060px;
  position: relative;
  margin: auto;
}
.container {
  max-width: 1060px;
}
footer {
  margin-bottom: 0;
}
.wrap {
  padding-top: 10vh;
  position: relative;
  margin-bottom: 200px;
  background-color: white;
}
@media (max-width: 420px) {
  .wrap {
    margin-bottom: 300px;
  }
}
@media (max-width: 350px) {
  .wrap {
    margin-bottom: 450px;
  }
}
.logo {
  position: absolute;
  top: 5px;
  left: 10px;
  height: auto;
  width: 110px;
}
.fb-login {
  color: #3b5998;
  vertical-align: middle;
  line-height: 32px;
}
.fb-login img {
  width: 32px;
  height: 32px;
  float: left;
  margin-right: 10px;
}
.footer-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.footer-wrap .container {
  position: relative;
}
#mainNavbar,
#snippet--flashes {
  display: none;
}
.notifyjs-corner {
  font-size: 2rem;
  top: 20px !important;
}
.notifyjs-corner .notifyjs-bootstrap-base {
  background-size: auto 60%;
  background-position: left center;
  padding-left: 30px;
}
