:root {
  --primary: #248dce;
  --secondary: #1262a1;
  --accent: #a5cf53;
}
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Poppins", Arial, sans-serif;
  min-height: 100vh;
  overflow: hidden;
}
body {
  height: 100vh;
  width: 100vw;
  position: relative;
}
::placeholder {
  color:rgba(255, 255, 255, 0.4);
  opacity: 1;
}
input {
  color-scheme: dark;
}
input:focus::-webkit-input-placeholder {
  color: #fff;
}
.bg-slider {
  position: fixed;
  top: 0; left: 0;
  width: 100vw; height: 100vh;
  z-index: 0;
  overflow: hidden;
}
.bg-slide {
  position: absolute;
  width: 100vw; height: 100vh;
  object-fit: cover;
  opacity: 0;
  transition: opacity 4s ease;
}
.bg-slide.active {
  opacity: 1;
  z-index: 1;
}
.overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100vw; height: 100vh;
  background: linear-gradient(135deg, rgba(36,141,206,0.4), rgba(165,207,83,0.7));
  z-index: 2;
}
#imgLogo{
  position: absolute;
  z-index:2;
  height: 100px;
  width: 100px;
  transition: all 0.4s cubic-bezier(0.4,0,0.2,1);
  transition: transform 0.5s ease-in-out;
  transition-property: top, left;
}
.jumping-image {
  animation: jump 0.5s ease-out infinite;
}
.stretch-image {
  animation: stretch 0.5s ease-out infinite;
}
.divSlogan{
  position: fixed;
  left: 5vw;
  bottom: 8vh;
  z-index: 3;
  display: flex;
  align-items: center;
}
#divImageLogo{
  width: 100px;
  height: 100px;
}
.textSlogan{
  color: #fff;
  text-shadow: 2px 2px 8px rgba(36,141,206,0.7), 0 0 12px rgba(0,0,0,0.5);
  /*color: #fff;
  text-shadow: 0 2px 8px rgba(16, 171, 34, 0.8);
  letter-spacing: 4px;
  margin: 0;*/
}
.login-container {
  position: absolute;
  top: 50%;
  left: auto;
  right: 8vw;
  transform: translateY(-50%);
  background: rgba(36, 141, 206, 0.25);
  box-shadow: 0 8px 32px rgba(18, 98, 161, 0.25);
  border-radius: 18px;
  padding: 4rem 3rem 4rem 3rem;
  width: 350px;
  z-index: 2;
  backdrop-filter: blur(6px);
  border: 2px solid rgba(165, 207, 83, 0.25);
}
.verification-container {
  background: rgba(255, 255, 255, 0.7);
  /*background: rgba(36, 141, 206, 0.25);*/
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  border-radius: 18px;
  max-width: 90vw;
  z-index: 2;
  border: 4px solid rgba(165, 207, 83, 0.25);
}
.login-container h2 {
  color:rgba(255, 255, 255, 0.4);
  text-align: center;
  margin-bottom: 1.2rem;
  font-weight: 700;
  letter-spacing: 1px;
}
.login-container input[type="text"],
.login-container input[type="password"] {
  width: 100%;
  padding: 10px 10px 10px 40px;
  margin-bottom: 1.5rem;
  border:none;
  border-bottom: solid 1px rgba(255, 255, 255, 0.4);
  font-size: 1.2rem;
  outline: none;
  background-color: transparent;
  color: #FFF;
}
.login-container input[type="text"]:focus,
.login-container input[type="password"]:focus {
  border-bottom: 1px solid #FFF;
  color: #fff;
}
.login-container button {
  width: 100%;
  padding: 0.8rem;
  margin-top: 1rem;
  background: rgba(18, 98, 161, 0.25);
  /*background: linear-gradient(90deg, var(--primary), var(--secondary));*/
  color: rgba(255, 255, 255, 0.4);
  border: none;
  border-radius: 8px;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s, color 0.3s;
}
.login-container button:hover {
  background: linear-gradient(90deg, var(--secondary), var(--primary));
  color: #fff;
}

.input-group i {
  position: absolute;
  left: 10px;
  top: calc(50% - 10px);
  transform: translateY(-50%);
  color:rgba(255, 255, 255, 0.4)
}
.input-group input:focus + i,
.input-group input:focus ~ i {
  color:var(--accent);
  transition: color 0.2s;
}
.input-group i {
  transition: color 0.2s;
}
@media (max-width: 720px) {
  .login-container {
    left: 50%;
    right: auto;
    max-width: 90vw;
    transform: translate(-50%, -50%);
  }
  h1{
    font-size: 1.2rem;
  }
}
.alert{
  background: linear-gradient(135deg, rgba(36,141,206,0.4), rgba(165,207,83,0.7));
  color: #222 !important;
  padding: 16px 56px 16px 76px !important;
  border-radius: 8px !important;
  margin-bottom: 20px !important;
  text-align: center !important;
  display: inline-block !important;
  position: absolute !important;
  top: 80px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  font-weight: 500 !important;
  min-width: 300px !important;
  z-index: 9999;
}

@keyframes jump {
  0% { transform: translateY(0); }
  50% { transform: translateY(-50px); }
  60% { transform: translateY(-20px); }
  100% { transform: translateY(0); }
}
@keyframes stretch {
  0% { transform: scale(1); }
  50% { transform: scale(1.5); }
  100% { transform: scale(1); }
}