.elementor-361 .elementor-element.elementor-element-6b89f3b{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-1c916e0 */.tendi-login-form {
  max-width: 360px;
  margin: 40px auto;
  padding: 30px 24px;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  font-family: 'Inter', sans-serif;
}

.tendi-logo-text {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  color: #3CAEA3;
  margin-bottom: 0;
}

.tendi-subtitle {
  text-align: center;
  font-size: 14px;
  color: #666;
  margin-top: 4px;
  margin-bottom: 24px;
}

.tendi-section-title {
  font-size: 20px;
  font-weight: 700;
  color: #111;
  margin-bottom: 4px;
}

.tendi-section-subtitle {
  font-size: 14px;
  color: #555;
  margin-bottom: 20px;
}

.tendi-login-form label {
  display: block;
  font-size: 14px;
  margin-bottom: 6px;
  color: #333;
}

.tendi-input-wrapper {
  position: relative;
  margin-bottom: 20px;
}

.tendi-input-wrapper input[type="text"],
.tendi-input-wrapper input[type="password"] {
  width: 100%;
  padding: 10px 40px 10px 36px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 15px;
}

.tendi-icon {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #aaa;
  display: flex;
  align-items: center;
}

.tendi-remember-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  margin-bottom: 20px;
}

.tendi-remember-wrapper a {
  color: #3CAEA3;
  text-decoration: none;
}

.tendi-remember-wrapper a:hover {
  text-decoration: underline;
}

.tendi-login-button {
  background-color: #3CAEA3;
  color: white;
  border: none;
  border-radius: 8px;
  width: 100%;
  padding: 10px;
  font-size: 16px;
  cursor: pointer;
  font-weight: 600;
}

.tendi-login-button:hover {
  background-color: #319e95;
}
.tendi-login-error {
  background-color: #ffe5e5;
  border-left: 4px solid #e53935;
  color: #b71c1c;
  padding: 12px;
  border-radius: 6px;
  margin-bottom: 20px;
  font-size: 14px;
}/* End custom CSS */