body {
  background-image: url(/images/bkgd_Login.png);
  background-repeat: repeat-x;
  background-color: #609833;
  margin-top: 100px;
  font-family: 'Open Sans', sans-serif;
}

.pre-auth-header {
  height: 100px;
  background-color: #fff;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.3);
}
.pre-auth-header .logo {
  position: absolute;
  top: 29px;
  left: 20px;
}
.pre-auth-header .social-ctnr {
  position: absolute;
  top: 30px;
  right: 20px;
}
.pre-auth-header .social-ctnr a.social-icon {
  margin-right: 10px;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #589031;
  color: #fff;
  font-size: 28px;
  text-align: center;
  text-decoration: none;
}
.pre-auth-header .social-ctnr a.social-icon .fab {
  line-height: 40px;
}

.pre-auth-content {
  padding: 50px 20px;
  background-color: #fff;
}

@media (min-width: 992px) {
  .container.pre-auth-content {
    width: 1170px;
  }
}

.pre-auth-footer {
  margin: 10px 0;
  text-align: center;
}
.pre-auth-footer a {
  color: #fff;
  font-weight: bold;
}
