/*Forgot Password, Reset Password, Login Page CSS */

body::before {
  content: '';
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #707070;
  opacity: 57%;
}

.login-container {
  position: relative;
  z-index: 2;
  background: rgba(255, 255, 255, 0.9);
  padding: 40px;
  border-radius: 12px;
  width: 100%;
  max-width: 550px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.logo img {
  width: 70px;
  margin-bottom: 10px;
}

.logo h2 {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 600;
  color: #333;
}

.form-group label {
  font-weight: 500;
  margin-bottom: 6px;
}

.code-input {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
}

.code-input input {
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 18px;
  border: 1px solid #ccc;
  border-radius: 6px;
  outline: none;
}

.btn-continue {
  margin-top: 10px;
  width: 100%;
  padding: 10px;
  font-weight: 500;
}

.back-link {
  font-size: 13px;
  color: #666;
  text-decoration: none;
  margin-top: 20px;
  display: block;
}

.form-group label {
  font-weight: 500;
  margin-bottom: 6px;
}

.form-control {
  border-radius: 6px;
  padding: 10px;
}

.forgot-password {
  font-size: 13px;
  text-align: right;
  display: block;
  margin-top: 5px;
  color: #666;
  text-decoration: none;
}

.btn-login {
  margin-top: 30px;
  width: 100%;
  padding: 10px;
  font-weight: 500;
}

.form-group label {
  font-weight: 500;
  margin-bottom: 5px;
}

.form-control {
  border-radius: 6px;
  padding: 10px;
}

.btn-reset {
  margin-top: 30px;
  width: 100%;
  padding: 10px;
  font-weight: 500;
}

.back-link {
  font-size: 13px;
  color: #666;
  text-decoration: none;
  margin-top: 20px;
  display: block;
}

.form-control {
  font-size: 1.5rem !important;
}

.form-control {
  border-radius: 6px;
  padding: 10px;
  width: 100%;
  margin-bottom: 10px;
  position: relative;
}

.password-toggle {
  position: absolute;
  right: 15px;
  top: 73%;
  transform: translateY(-50%);
  cursor: pointer;
  color: #666;
}

.btn-reset {
  margin-top: 20px;
  width: 100%;
  padding: 10px;
  font-weight: 500;
}

.back-link {
  font-size: 13px;
  color: #666;
  text-decoration: none;
  margin-top: 20px;
  display: block;
}