.login-form {
  border-radius: 20px;
  padding: 25px;
  background: white;
  max-width: 400px;
  margin: 0 auto;
  box-shadow: 1px 1px 4px #ccc;
}

.login-form-title h2 {
  font-size: 24px;
  margin-bottom: 10px;
}

.login-form-title p {
  text-align: center;
  font-size: 14px;
  margin-bottom: 20px;
}

.recover-password {
  text-decoration: underline;
  background: none;
  display: block;
  margin: 0 auto;
  border: none;
  cursor: pointer;
  margin-top: 15px;
}

.login-form .btn {
  padding: 0 50px;
  margin: 0 auto;
}

.custom-input {
  margin-bottom: 20px;
  position: relative;
}

.custom-input input {
  width: 100%;
  padding: 10px;
  font-size: 16px;
}

.error {
  color: red;
  font-size: 14px;
  margin-top: 5px;
}

.password-wrapper {
  position: relative;
}

.toggle-password {
  position: absolute;
  top: 30px;
  right: 10px;
  cursor: pointer;
  user-select: none;
  font-size: 18px;
}

#login-error {
  margin-bottom: 15px;
  text-align: center;
}
