/*!
 * Copyright (C) Oleg Karakoz, Agile Apps. 2012-2025.
 * Project: mts
 * Last modified: 21/01/2020, 16:01
 */
.home-content-login {
  width: 450px;
  height: 10em;
  border-radius: 7px;
  background-color: #ffffff;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  top: 10em;
  text-align: center;
  font-family: Assistant, sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5%;
  border: 1px solid gray;
  box-shadow: 5px 5px 15px 5px gray;
  z-index: 2;
}
.home-content-login .home-content-login-title {
  font-weight: bold;
}
.home-content-login input {
  font-weight: bold;
  text-align: right;
  color: #353535;
  margin: 10px 0 10px 0;
  direction: ltr;
  font-size: 1.375em;
}
.home-content-login .home-content-login-close {
  font-size: 1.625em;
  font-weight: 300;
  text-align: center;
  color: #444;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}
.home-content-login .home-content-login-remark {
  font-size: 1.125em;
  font-weight: 300;
  line-height: 1.38;
  text-align: right;
  color: #8b8b8b;
  padding: 0 95px;
  margin: 10px 0;
}
.home-content-login .home-content-login-loading {
  display: none;
  font-size: 26px;
}

/*# sourceMappingURL=home-login.css.map */
