html, body {
  margin: 0; }

html {
  background: url(/images/login/background.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

body {
  background-color: transparent; }

.vertical-center {
  min-height: 100%;
  /* Fallback for browsers do NOT support vh unit */
  min-height: 100vh;
  /* These two lines are counted as one :-)       */
  display: flex;
  align-items: center; }

.container {
  width: 650px;
  background-color: #f7f7f7;
  box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.4); }

.school-logo {
  display: block;
  margin: 0 auto;
  max-width: 90%; }

.abode-logo {
  display: block;
  margin: 0 auto;
  max-width: 80%; }

.account-left, .account-right {
  min-height: 400px;
  padding-top: 50px;
  padding-bottom: 20px; }

.account-left {
  background-color: #35475b; }

.account-right .logos {
  margin-bottom: 20px; }
.account-right .school-logo {
  display: none; }
.account-right .error, .account-right .notice {
  text-align: center;
  font-weight: bold; }
.account-right .error {
  color: red; }
.account-right .notice {
  color: green; }
.account-right .form-signin {
  padding-top: 20px; }
.account-right .input-group {
  margin-bottom: 10px; }

.footer {
  padding-top: 20px;
  padding-bottom: 10px;
  background-color: #f6e2bb; }
  .footer h3 {
    margin-top: 0;
    text-align: center;
    font-size: 1.2em; }
  .footer p {
    text-align: center; }

@media (max-width: 767px) {
  .vertical-center {
    min-height: 0;
    display: block;
    align-items: stretch; }

  .container {
    box-shadow: none;
    width: auto; }

  .logos {
    text-align: center; }

  .account-right .abode-logo, .account-right .school-logo {
    display: inline-block;
    max-width: 38.709%;
    margin: 0 3.225%; }

  .account-left {
    display: none; } }
.client-content {
  margin-top: 40px;
  color: #f7f7f7; }
