
/* Güncel custom-login.css - Giriş + Kayıt Modern Stil */

body.page-template-page-home {
  background: url('/wp-content/themes/hello-elementor/assets/images/channels4_banner.png') no-repeat center center fixed;
  background-size: cover;
  margin: 0;
  padding: 0;
  font-family: 'Segoe UI', sans-serif;
}

/* Footer ve header'ı gizle */
body.page-template-page-home footer,
body.page-template-page-home .site-info,
body.page-template-page-home #colophon,
body.page-template-page-home .footer,
body.page-template-page-home .footer-bottom,
body.page-template-page-home .site-footer,
body.page-template-page-home header,
body.page-template-page-home .site-header {
  display: none !important;
}

/* Ortak kutu stil */
body.page-template-page-home .home-box,
body.page-template-page-home .ur-form-row {
  background: rgba(10, 10, 10, 0.95);
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 0 20px rgba(0, 247, 255, 0.8);
  position: relative;
  width: 100%;
  max-width: 420px;
  margin: 0 auto 30px auto;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(0, 247, 255, 0.2);
  animation: fadeIn 0.8s ease-in-out;
  z-index: 99;
  text-align: center;
  box-sizing: border-box;
}

@keyframes fadeIn {
  0% { opacity: 0; transform: translateY(30px); }
  100% { opacity: 1; transform: translateY(0); }
}

body.page-template-page-home label {
  color: #00f7ff;
  font-weight: 500;
  margin-bottom: 6px;
  display: block;
  font-size: 14px;
  text-align: center;
  width: 100%;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}

body.page-template-page-home input[type="text"],
body.page-template-page-home input[type="email"],
body.page-template-page-home input[type="password"] {
  background-color: #0c0c0c !important;
  color: #00f7ff !important;
  border: 1px solid #00f7ff !important;
  padding: 12px;
  border-radius: 8px;
  width: 100%;
  max-width: 320px;
  margin: 0 auto 18px auto;
  font-size: 15px;
  display: block;
  text-align: center;
  transition: all 0.3s ease;
  box-sizing: border-box;
}

body.page-template-page-home input::placeholder {
  color: #00f7ffaa;
}

body.page-template-page-home input:focus {
  outline: none;
  border-color: #00d3cc;
  box-shadow: 0 0 10px #00f7ff33;
  background-color: #111;
}

body.page-template-pagehome input:invalid {
  background-color: #0c0c0c !important;
  box-shadow: none !important;
  border: 1px solid #00f7ff !important;
}

body.page-template-page-home .ur-submit-button,
body.page-template-page-home button[type="submit"],
body.page-template-page-home .login form input[type="submit"] {
  background: linear-gradient(to right, #00f7ff, #00d3cc);
  color: black;
  font-weight: bold;
  padding: 12px 24px;
  border-radius: 10px;
  transition: 0.3s;
  width: 100%;
  max-width: 320px;
  font-size: 16px;
  box-shadow: 0 0 15px rgba(0, 247, 255, 0.6);
  border: none;
  cursor: pointer;
  margin: 0 auto;
  display: block;
  text-align: center;
}

body.page-template-page-home .ur-submit-button:hover,
body.page-template-page-home button[type="submit"]:hover,
body.page-template-page-home .login form input[type="submit"]:hover {
  background: linear-gradient(to right, #00e1e1, #00bfbf);
  box-shadow: 0 0 20px rgba(0, 247, 255, 0.9);
}

body.page-template-page-home h2 {
  color: #00f7ff;
  text-align: center;
  margin-bottom: 25px;
  font-size: 24px;
  text-shadow: 0 0 8px #00f7ff;
  margin-top: -10px;
}

body.page-template-page-home a.ur-login-forgot-password {
  color: #00f7ff;
  font-weight: 500;
  text-decoration: none;
  font-size: 14px;
  display: inline-block;
  margin-top: 6px;
  transition: color 0.3s;
}

body.page-template-page-home a.ur-login-forgot-password:hover {
  color: #00d3cc;
  text-decoration: underline;
}

body.page-template-page-home .ur-form,
body.page-template-page-home .user-registration-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

body.page-template-page-home .ur-form-row {
  width: 100%;
  display: flex;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  margin-bottom: 16px;
  box-sizing: border-box;
}

body, a, button, input, textarea {
  cursor: url('<?php echo get_template_directory_uri(); ?>/assets/cursors/custom-cursor.cur'), auto;
}
