html, body {
  font-family: 'Outfit', sans-serif;
  font-weight: 200;
  margin: 0;
  padding: 0;
  height: 100%;
  overflow: hidden;
}

.carousel-login {
  height: 100vh;
  object-fit: cover;
  object-position: center;
}

.box-login {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 137px;
  width: 450px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  animation: moveUp 1s forwards;
}

@keyframes moveUp {
  0% {
      transform: translateY(100%);
      opacity: 0;
  }
  50% {
      opacity: 1;
  }
  100% {
      transform: translateY(0);
  }
}

.box-body-login {
  padding: 50px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-login {
  padding: 0 70px;
  margin-bottom: 7rem;
}

.badge-admin {
  color: #fff !important;
  background: #102335 0% 0% no-repeat padding-box;
}

.input-login {
  font-size: 20px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 2px 10px #0000001A;
  border-radius: 15px;
  padding: 10px 20px;
}

.input-login:focus {
  box-shadow: 0px 2px 10px #0000001A;
}

.btn-login {
  font-size: 16px;
  font-weight: bold;
  background: #102335 0% 0% no-repeat padding-box;
  box-shadow: 0px 2px 10px #0000001A;
  border-radius: 15px;
}

.btn-login:hover, .btn-login:first-child:active {
  background-color: #102335;
}

.item-password {
  position: relative;
}

.item-password > input {
  padding-right: 65px;
}

.toggle-password {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  user-select: none;
  font-size: 1.2em;
  width: 30px;
}

@media (max-width: 901px) {
  .box-login {
    left: 50px;
    right: 50px;
    width: auto;
  }
}

@media (max-width: 650px) {
  .box-login {
    left: 0;
    right: 0;
  }
}

@media (max-width: 500px) {
  .box-body-login {
    padding: 20px;
  }
}

/* html, body {
  background-image: url("../../home/images/wallpaper.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

  background-color: #24874a;
  color: #636b6f;
  font-family: 'Comfortaa', sans-serif;
  font-weight: 200;
  height: auto;
  margin: 0;
} */

/* .login-logo{
  font-weight: bold;
} */

/* .login-box-body{
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
  padding: 20px;
  background-color: #fff;
  border-radius: 15px;
} */

/* .login-box-msg{
  font-size: 15px;
} */

/* .form_login input, .form_login button{
  border-radius: 5px;
} */

/* .form_login button{
  background-color: #24874a;
  color: #fff;
  border: none;
} */

/* .form_login button:hover{
  background-color: #24874a;
  color: #fff;
} */
