/** @format */

body {
  background: linear-gradient(rgba(0, 0, 10, 0.67), rgba(0, 0, 0, 0.67)),
    url(../img/bg1.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  object-fit: cover;
  height: 100vh;
}

#password {
  position: relative;
}

#togglePassword {
  border-radius: 8px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  box-shadow: none;
  transition: 0.5s;
  position: absolute;
  right: 50px;
  text-align: center;
  margin-bottom: 2rem;
  bottom: 180px;
  cursor: pointer;
  transition: all 0.3s ease;
}

#reset-pass #togglePassword {
  right: 50px;
  margin-bottom: auto;
  bottom: 131px;
}

.login-header {
  margin-top: -3rem;
  padding-top: auto;
}

.login-header p {
  margin-top: -1rem;
  padding-top: -2rem;
}

.login-footer {
  margin-bottom: -1.5rem;
}

.input-group input {
  width: 100%;
  border: 1px solid red;
}

.theme-btn {
  padding: 10px;
  text-align: center;
  margin: 0 auto;
}

/* reset */
.login-footer p a {
  font-size: 18px;
}

#resetPass #resetBtn {
  margin-top: 2rem !important;
}

#resetPass img {
  margin: auto auto 1.2rem;
}

.login-header p {
  font-size: 18px !important;
  font-weight: normal;
}

@media (max-width: 768px) {
  .login-header {
    margin-top: -1rem;
    padding-top: auto;
  }

  .login-header img {
    margin-top: -2rem;
  }

  .login-header p {
    margin-top: -1rem;
    font-size: 16px;
  }

  #togglePassword {
    right: 35px;
    margin-bottom: 2.3rem;
    bottom: 180px;
  }

  #reset-pass #togglePassword {
    right: 35px;
    margin-bottom: auto;
    bottom: 137px;
  }

  .theme-btn {
    padding: 10px 20px;
    text-align: center;
    margin: 0 auto;
    font-size: 16px !important;
    font-weight: normal;
  }

  .login-footer p a {
    font-size: 17px;
  }

  .login-header p {
    font-size: 16px !important;
    white-space: nowrap;
  }

  /* reset */
  #resetPass {
    margin-top: 1.7rem;
  }

  .container-reset {
    margin-top: 3rem;
  }

  #resetPass p {
    font-size: 20px;
  }

  #resetPass p {
    font-size: 18px;
  }

  #togglePassword i {
    font-size: 18px;
  }
}

/* Otp */

#others {
  text-align: center;
}

#otp {
  margin: -5px auto 25px;
}

#otp-btn {
  margin-top: 20px;
  color: #f2f5f9;
  padding: 1px 8px;
  border: none;
  background: #128578;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 4px;
  margin-left: 5px;
}

#otp-btn:hover {
  background: #116e63;
}

#timer {
  color: red !important;
  text-align: center;
  font-size: 16px;
}
