.background-esperto {
  background-size:cover;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  display: none;
}

.login-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 263px;
  max-height: 363px;
}

.locked {
  pointer-events: none;
  opacity: 0.70;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently */
}

.login-card {
  position: absolute;
  top: -10%;
  opacity: 1;
  width: 130%;
  left: -15%;
  border: 1px solid #ff000059;
  border-radius: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 0px;
  padding-bottom: 8px;
  background-color: white;
  box-shadow: 0px 2px 19px 5px rgba(0, 0, 0, 0.3);
}

.login-loading {
  height: 31px;
  top: 6px;
  right: 6px;
  position: absolute;
}

#login {
  position: absolute;
  right: 20px;
}

.img-responsive.logo {
  background-size: cover;
}

.login-padding {
  padding: 25px 42px;
}

.header {
  height: 32px;
}

.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
}