body .auth-login-page {
  height: 100%;
  min-height: 100vh;
  position: relative;
}
body .auth-login-page .logo {
  background: #fff;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
}
body .auth-login-page .logo .image {
  width: auto;
  height: 128px;
}
body .auth-login-page .logo .image_ru {
  background: url("../../img/logo-auth.svg") no-repeat center;
}
body .auth-login-page .logo .image_en {
  background: url("../../img/logo-auth_en.svg") no-repeat center;
}
body .auth-login-page .logo .capability-block {
  margin-top: 10px;
}
body .auth-login-page .logo .capability-block span {
  font-size: 16px;
  font-weight: bold;
  padding-left: 0.5rem;
}
body .auth-login-page .container-fluid .container {
  max-width: 750px;
}
body .auth-login-page .auth-main {
  padding-bottom: 3rem;
}
footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 3em;
  padding-top: 10px;
}
/*# sourceMappingURL=auth.css.map */