@charset "UTF-8";
/**
 * evp
 * login.scss
 *
 * @author Liliya Seipp
 * @copyright Copyright © 2022 Open Professional Group, Inc.
 * @since 2022-08-04
 *
*/
/* CSS Document */
body {
  height: 100%;
}

.container .content-box {
  box-shadow: none;
}

#sticky-footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
}

.h-100 {
  min-height: 100vh !important;
}

.brand-green, .login-left {
  background-color: #77AA43 !important;
}

.login-left-text, .login-left-text a {
  color: #ffffff;
}

.login-right-text {
  font-size: 18px;
  padding-top: 30px;
  font-weight: 600;
  text-transform: uppercase;
}

.login-button {
  border-radius: 4px;
  padding: 15px 20px;
}

.footer-left {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 0;
  padding-bottom: 20px;
}

.login-row {
  padding-top: 50px;
}

@media (min-width: 576px) {
  .login-row {
    padding-top: 150px;
  }
  .login-left-text {
    padding-left: 40px;
    padding-right: 40px;
  }
  h1.login-left-text {
    font-size: 52px;
    padding-bottom: 50px;
  }
}
@media (max-width: 576px) {
  #app {
    padding-bottom: 50px;
  }
  .h-100 {
    height: auto !important;
  }
}
