.login-section {
  position: absolute;
  z-index: 0;
  width: 100vw;
  height: 100vh;
  background-size: cover;
  background-position: center 70%;
}

.login-section .background-filter {
  position: absolute;
  z-index: -100;
  width: 100vw;
  height: 100vh;
  background-color: #2A55A3;
  opacity: 0.45;
}

.login-section .login-container {
  width: 80%;
  height: 100%;
  background-color: white;
  border-radius: 5px;
  padding: 25px;
}

.login-section .form-logo {
  margin-bottom: 30px;
}

.login-section .form-logo img {
  border-radius: 4px;
  margin-left: 10px;
  height: 110px;
  text-align: center;
}

.moneda {
  text-align: right !important;
}

.application--wrap > .child > .container,
.application--wrap > .container.child {
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.pointer {
  cursor: pointer;
}

.cut {
  clear: both;
}

.pull-right {
  float: right;
}

