html,
body {
  height: 100%;
}

.valign-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.valign-wrapper .valign {
  display: block;
  width: 100%;
}

.row.no-margin {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}

#_login_ {
  min-height: 100%;
  margin: 0;
  background: #ffffff;
  /* Disable text selection, or your app will feel like a web page */
  -webkit-user-select: none;
  -webkit-app-region: drag;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-overflow-scrolling: touch;
}

.login-container {
  width: 100%;
  padding: 0;
}

.login-card {
  max-width: 800px;
  background-color: #fff;
  border-radius: 10px;
  padding: 0;
  overflow: hidden;
  box-shadow: 0 13px 27px -5px rgba(50, 50, 93, 0.25),
    0 8px 16px -8px rgba(0, 0, 0, 0.3), 0 -6px 16px -6px rgba(0, 0, 0, 0.025);
}

@media only screen and (min-width: 700px) and (max-width: 859px) {
  .login-card {
    max-width: calc(100% - 80px);
  }
}

.login-card .col-banner,
.login-card .col-login {
  position: relative;
  width: 100%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.login-card .col-login {
  padding: 0 30px 0 30px;
  border-left: 1px solid #ced4da;
}

@media only screen and (max-width: 879px) {
  .login-card {
    box-shadow: none;
    overflow: initial;
  }
  .login-card .col-banner {
    display: none;
    -ms-flex: 0 0 0px;
    flex: 0 0 0px;
    max-width: 0px;
  }
  .login-card .col-login {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 400px;
    padding: 30px;
    margin: 0 auto;
    border-radius: 10px;
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.15);
  }
}

@media only screen and (max-width: 567px) {
  .login-card .col-login {
    width: calc(100% - 30px);
    max-width: 350px;
    padding: 27px 15px 35px 15px;
    box-shadow: none !important;
  }
}

@media only screen and (min-width: 568px) and (max-width: 879px) {
  .login-card .col-login {
    margin: 45px auto;
  }
}

.login-card .col-banner {
  overflow: hidden;
  pointer-events: none;
  user-select: none;
}

.login-card .col-banner img {
  width: 100%;
  pointer-events: none;
  user-select: none;
}

.col-login #form-container {
  max-width: 300px;
  margin: 0 auto;
}

.col-login div.logo {
  padding: 0;
  margin: 0 0 25px 0;
  pointer-events: none;
  user-select: none;
  min-height: 80px;
}

div.logo img {
  display: block;
  height: 86px;
  margin: 0 auto;
}

@media only screen and (max-width: 879px) {
  .col-login div.logo {
    min-height: 70px;
  }
  div.logo img {
    height: 75px;
  }
}

.form-group {
  margin-bottom: 25px;
  position: relative;
  line-height: 1;
}

.form-group label {
  font-size: 12px;
  line-height: 1;
  color: #696969;
  margin: 0 0 2px 4px;
}

.form-group input {
  border-radius: 8px;
  font-size: 15.5px;
  color: #636363;
  height: 38px;
}

@media only screen and (max-width: 1100px) {
  .form-group label {
    font-size: 13.5px;
  }

  .form-group input {
    height: 44px;
    font-size: 16.5px;
  }

  button {
    height: 44px;
  }
}

.form-group input:focus {
  box-shadow: 0 0 0 0.1rem rgba(0, 123, 255, 0.25);
  border-color: #80bdff;
}

.form-group .invalid-feedback {
  position: absolute;
  display: block;
  margin-top: 2px;
  margin-left: 4px;
  bottom: -15px;
  line-height: 1;
  font-size: 11.5px;
  font-weight: 500;
}

.col-login p#help {
  font-size: 12px;
  text-align: center;
  color: #828282;
  top: -10px;
  position: relative;
  margin-bottom: 5px;
}

.col-login button {
  border-radius: 8px;
}

.col-login button:focus {
  box-shadow: none;
}

.col-login button[disabled] {
  pointer-events: none;
}

.col-login a#terms {
  display: table;
  cursor: pointer;
  font-size: 11.5px;
  text-align: center;
  color: #868686;
  margin: 15px auto 0 auto;
  font-weight: 300;
}

.col-login p#promoting-the-app {
  font-size: 13px;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 8px;
  font-weight: 500;
  color: #535353;
}

#download-app .col-6:first-of-type {
  padding: 0 20px 0 0;
  text-align: right;
}

#download-app .col-6:last-of-type {
  padding: 0 0 0 20px;
  text-align: left;
}

.col-login #download-app img {
  height: 33px;
  pointer-events: none;
  user-select: none;
}

#edu-footer {
  height: 0px;
  position: relative;
  text-align: center;
}

#powered-by {
  position: absolute;
  cursor: pointer;
  user-select: none;
  text-align: center;
  transform: translateX(-50%);
  top: -35px;
  line-height: 1;
}

#educavita {
  height: 21px;
  pointer-events: none;
  user-select: none;
}

@media only screen and (max-width: 568px) {
  #powered-by {
    top: -25px;
  }
  #educavita {
    height: 16px;
  }
}

@media only screen and (min-width: 569px) and (max-width: 1024px) {
  #powered-by {
    top: -29px;
  }
  #educavita {
    height: 19px;
  }
}

@media only screen and (max-width: 767px) {
  .grecaptcha-badge {
    display: none;
  }
}
