.container-fluid {
  overflow: hidden;
}

#loginFormWrapper {
  min-height: 444px;
}

.login-left {
  background-color: #fff;
  height: 100vh;
  position: relative;
}

.login-right {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
}

.login-container {
  display: block;
  width: 350px;
  margin-left: -150px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
}

.school-logo {
  margin: 0 auto;
  display: block;
}

.educlimber-logo {
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 300px;
}

.login-button, .continue-button {
  display: block;
  width: 100%;
  padding: 10px;
  position: relative;
}

.continue-button {
  margin: 30px 0;
}

.main-login {
  background-color: #8FCD50;
  border-color: #8FCD50;
}
.main-login.ignore-unapplied-migrations {
  background-color: #de4949;
  border-color: #673030;
}

.google-login-button img {
  height: 35px;
  width: 35px;
  background-color: #fff;
  padding: 3px;
  border-radius: 4px;
  float: left;
  position: absolute;
  left: 4px;
  top: 4px;
}


label {
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 11px;
  margin: 0;
  margin-top: 20px;
}

.forgot {
  display: inline-block;
  float: right;
  margin: 30px 0;
  color: #aaa;
  font-size: 13px;
  text-align: right;
}

.forgot:hover {
  color: #222;
}

.login-separator {
  margin: 25px 0;
}

.secondary-form-logins {
  margin: 25px 0;
}

.back-link {
  font-size: 13px;
  float: right;
  padding-top: 10px;
}

.footer {
  display: block;
  margin: 0 auto;
  margin-top: 50px;
}

.social {
  display: flex;
  justify-content: center;
  width: 85px;
  margin: 0 auto;
  margin-top: 10px;
}

.social .icon {
  font-size: 26px;
  color: #4A90E2;
  margin: 0 10px;
}

.social .icon.fa-facebook-f {
  font-size: 20px;
  margin-top: 3px;
}

.social .icon.fa-tumblr {
  font-size: 20px;
  margin-top: 3px;
}

.follow {
  font-weight: 800;
  font-size: 14px;
  width: 100%;
  text-align: center;
}

.app-list {
  list-style: none;
  text-align: center;
  margin: 20px auto;
  padding: 0;
  box-sizing: border-box;
}

.app-list li {
  margin: 0 0 15px;
  width: 100%;
  list-style-type: none;
}

.app-list li a {
  display: block;
  padding: 18px;
  color: #ffffff;
  cursor: pointer;
  font-size: 18px;
  text-decoration: none;
  text-shadow:0px 0px 3px #000;
  -webkit-transform: all 0.3s;
  transition: all 0.3s;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 2px #505050;
}

.educlimber {
  background: #f35000;
}

.educlimber-ea {
  background: #006C90;
}


.dpr {
  background: #00aeef;
}

.psportal {
  background: #52b947;
}

.app-list li a:hover {
  background-color: #505050;
}

ul#unappliedMigrations {
  margin: 18px 0 0 0;
  padding: 0;
  list-style-type: none;
  max-height: 300px;
  overflow: auto;
}
ul#unappliedMigrations > li .title {
  font-size: 18px;
  opacity: 0.65;
  text-overflow: ellipsis;
  overflow: hidden;
}
ul#unappliedMigrations > li .header {
  font-size: 18px;
  font-weight: bold;
  text-decoration: underline;
  margin-bottom: 18px;
  text-align: center;
}
ul#unappliedMigrations > li .description {
  font-size: 18px;
  margin-bottom: 18px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

@media (max-width: 767.98px) {
  .login-right {
    display: none;
  }
}

@media (max-height: 600px) {
  .container-fluid {
    overflow: auto;
  }
}
