/*login header*/
.header .login-header {
  background-color: #ffffff;
  border-bottom: 1px solid #e0e0e0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  padding: 15px 0;
}

.header .login-header .navbar {
  padding: 0;
}

.header .login-header .navbar-brand img {
  height: auto;
  width: 210px;
}

.header .login-header .navbar-toggler {
  border: none;
  background-color: transparent;
  outline: none;
}

.header .login-header .navbar-toggler i {
  font-size: 1.5rem;
  color: #333;
}

.header .login-header .navbar-nav {
  align-items: center;
  gap: 15px;
}

.header .login-header .nav-item {
  margin: 0 5px;
}

.header .login-header .nav-link {
  font-weight: 500;
  color: #333;
  transition: color 0.3s ease;
  text-decoration: none;
}

.header .login-header .nav-link:hover {
  color: #b50000;
}

.header .login-header .nav-link i {
  margin-right: 5px;
}

.header .login-header .login-header {
  font-size: 0.875rem;
}

@media (max-width: 992px) {
  .header .login-header .navbar-nav {
    flex-direction: column;
    gap: 10px;
  }

  .header .login-header .nav-link {
    font-size: 1rem;
  }
}

@media (max-width: 576px) {
  .header .login-header .navbar-brand img {
    max-height: 40px;
  }

  .header .login-header {
    padding: 5px 0;
  }
}

/*================================*/

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: inherit;
  box-shadow: none;
  transition: background-color 5000s ease-in-out 0s;
}

/* Enhanced Login Page CSS */
.login-page {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: linear-gradient(135deg, #ffafbd, #ffc3a0);
  min-height: 100vh;
}

.login-page .form-section {
  min-height: 100vh;
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 15px;
  background: #fff2f2;
}

.login-page .bg-img {
  position: relative;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  padding: 0;
}

.login-page .bg-img:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(36, 10, 99, 0.47);
  z-index: 1;
}

.login-page .bg-img .carousel-item {
  min-height: 100vh;
}

.login-page .bg-img .carousel-item img {
  min-height: 100vh;
  object-fit: cover;
}

.login-page .form-inner {
  max-width: 500px;
  width: 100%;
  text-align: center;
}

.login-page a {
  text-decoration: none;
  color: #535353;
  transition: color 0.3s ease;
}

.login-page a:hover {
  color: #000;
}

.login-page .logo img {
  margin-bottom: 15px;
  height: 40px;
}

.login-page .form-section h3 {
  margin: 0 0 25px;
  font-size: 28px;
  font-weight: 500;
  color: #333;
}

.login-page .form-section .form-group {
  margin-bottom: 20px;
  position: relative;
}

.login-page .form-section .form-control {
  padding: 11px 20px 9px;
  font-size: 16px;
  outline: none;
  height: 55px;
  color: #535353;
  border-radius: 3px;
  font-weight: 500;
  border: 1px solid transparent;
  background: #fff;
}

.login-page .form-section .form-control:focus {
  border-color: #ff7f50;
  box-shadow: 0 0 8px rgba(255, 127, 80, 0.4);
}

.login-page .form-section button {
  width: 100%;
  padding: 12px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(135deg, #ff7f50, #ff6347);
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.2s ease;
}

.login-page .form-section button:hover {
  background: linear-gradient(135deg, #ff6347, #ff4500);
  transform: translateY(-2px);
}

.login-page .form-section button:active {
  transform: translateY(0);
}

.login-page .password-toggle-icon {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 18px;
  color: #999;
}



.login-page input.btn-theme {
  background: var(--tts-buttton-bg) !important;
  padding: 0 50px;
  line-height: 55px;
  position: relative;
  display: inline-block;
  border: none !important;
  outline: none !important;
  color: var(--tts-buttton-txt);
  text-transform: capitalize;
  transition: all 0.3s linear;
  z-index: 1;
  overflow: hidden;
  cursor: pointer;
  font-size: 17px;
  font-weight: 400;
  border-radius: 3px;
  width: 100%;
}


/* General Footer Styles */
.login-footer {
  background-color: #f8f9fa;
  color: #212529;
}

.login-footer a {
  color: #000000;
  text-decoration: none;
  transition: color 0.3s ease;
}

.login-footer a:hover {
  color: var(--tts-buttton-bg);
  /* Darker blue on hover */
}

/* Top Footer Section */
.login-footer-top {
  padding: 20px 0;
}

.login-footer .footer-contact img {
  max-width: 100%;
  height: auto;
  margin-bottom: 15px;
}

.login-footer .footer-address address {
  font-style: normal;
  line-height: 1.6;
}

.login-footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.login-footer .footer-links li a {
  display: inline-block;
  padding: 5px 0;
}

/* Bottom Footer Section */
.login-footer-bottom {
  background-color: var(--tts-buttton-bg);
  padding: 15px 0;
  color: var(--tts-buttton-txt);
}

.login-footer-bottom .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.login-footer-bottom .copyright {
  font-size: 14px;
}

.login-footer .social-links a {
  display: inline-block;
  margin: 0 10px;
  font-size: 18px;
  color: #ffffff;
  transition: color 0.3s ease, transform 0.3s ease;
}

.login-footer .social-links a:hover {
  color: #007bff;
  transform: scale(1.2);
}

/* Responsive Styles */
@media (max-width: 768px) {
  .login-footer-bottom .container {
    flex-direction: column;
    align-items: center;
  }

  .login-footer .social-links a {
    margin: 5px;
  }
}

@media (max-width: 576px) {

  .login-footer .footer-address,
  .login-footer .footer-links {
    text-align: center;
  }

  .login-footer .footer-links ul {
    padding: 0 15px;
  }
}