html,
body {
  height: 100%;
}

body {
  font-family: "Rubik", sans-serif;
  font-weight: 300;
  position: relative;
  display: flex;
}

.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: url(./../imgs/preloader_login.gif) center no-repeat #fff;
}

.img-fluid {
  -webkit-user-select: none; /* Safari 3.1+ */
  -moz-user-select: none; /* Firefox 2+ */
  -ms-user-select: none; /* IE 10+ */
  user-select: none; /* Standard syntax */
}

.logo {
  width: 180px;
  height: 28px;
  object-fit: contain;
}

.icon-login {
  width: 50px;
}

.btn-logins {
  background-color: #f2515d;
  border-color: #f2515d;
  border-radius: 24px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-bottom: 10px;
}

.btn-logins:hover {
  background-color: #f2515d;
  border-color: #f2515d;
  border-radius: 24px;
  box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.33);
  transform: scale(1.05);
}

.btn-logins:active {
  background-color: #fff !important;
  border-color: #f2515d !important;
  color: #f2515d !important;
  border-radius: 24px;
  box-shadow: none !important;
}

.error-color {
  color: #f2515d;
  display: block;
  margin-top: 10px;
  text-align: center;
}

.success-color {
  color: #4bb543;
  display: block;
  margin-top: 10px;
  text-align: center;
}

.form-recover-password,
.form-change-password,
.form-reset-password,
.form-login {
  width: 100%;
  max-width: 420px;
  padding: 1rem;
  margin: auto;
}

.background {
  background: url(./../imgs/fondo2.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
