:root {
    --accent-gold: #d4af37;
    --accent-gold-dark: #b8941f;
    --accent-gold-light: #e6c757;
    --dark-bg: #0f172a;
    --dark-card: #1e293b;
    --dark-border: #334155;
}


.bg-dark-bg { background-color: var(--dark-bg) !important; }
.bg-dark-card { background-color: var(--dark-card); }
.border-dark-border { border-color: var(--dark-border) !important; }
.text-accent-gold { color: var(--accent-gold); }
.bg-accent-gold { background-color: var(--accent-gold); }
.hover\:bg-accent-gold-dark:hover { background-color: var(--accent-gold-dark); }
.focus\:ring-accent-gold:focus { --tw-ring-color: var(--accent-gold) !important; }
.focus\:border-accent-gold:focus { border-color: var(--accent-gold) !important; }
a:active, a:hover {
    color: #d4af37 !important;
}

/* Logo Styles */
.logo {
    display: flex;
    flex-direction: column;
    align-items: end;
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--accent-gold);
    letter-spacing: .2px;
    text-decoration: none;
    justify-content: center;
}

.logo:hover {
    text-decoration: none;
}

.logo img {
    height: 60px;
    margin-bottom: 0.75rem;
}

.logo-text {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
    text-align: center;
}

.logo-main {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--accent-gold);
}

.logo-sub {
    font-size: 0.875rem;
    font-weight: 500;
    color: #10b981;
    margin-top: -2px;
    font-style: italic;
}

/* Logo corner positioning */
.logo-corner {
    position: relative;
    top: 20px;
    right: 20px;
    z-index: 1000;
}

.logo-corner .logo {
    justify-content: flex-start;
}

.logo-corner .logo img {
    height: 70px;
    margin-bottom: 0.5rem;
}

.logo-corner .logo-main {
    font-size: 1.25rem;
}

.logo-corner .logo-sub {
    font-size: 0.75rem;
}

.login-background {
    
    background-image: linear-gradient(90deg, 
    rgba(102, 194, 108, 0.8) 0%, 
    rgba(39, 171, 210, 0.42) 100%
  ), url('../images/banner.png'); 
    background-size: cover; 
    background-attachment: fixed;
    background-position: top center;
    background-color: #0a0a1a; 
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
}
.text-gray-400, .text-gray-500 {
    color: #ffff !important;
}

.text-gray-400 {
	font-size: 16px;
}
.text-2xl {
    font-size: 38px !important;
}
.card-glow {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5), 0 0 60px rgba(212, 175, 55, 0.1);
    backdrop-filter: blur(15px);
    background: rgba(30, 41, 59, 0.92);
    border: 1px solid rgba(212, 175, 55, 0.2);
}

.input-glow:focus {
    box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.3);
}

input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    padding: .8rem 1rem .8rem 2.5rem;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 1000px var(--dark-bg) inset !important;
    -webkit-text-fill-color: white !important;
    transition: background-color 5000s ease-in-out 0s;
}

button#togglePassword:hover, button#togglePassword:focus {
    background-color: transparent;
    border: none;
}


button#togglePassword {
    border: none;
}

/* Content overlay for readability */
.content-overlay {
    position: relative;
    z-index: 10;
}

.login-background .max-w-md.w-full.space-y-8 {
    max-height: fit-content !important;
    }	

/* responsive view */
@media (min-width: 1025px) and (max-width: 1500px) {
	.login-background .max-w-md.w-full.space-y-8 {
    padding-top: 0 !important;
    }	
	input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text],     input[type=url], select, textarea {
    padding: .5rem 1rem .5rem 2.5rem;
   }
	.logo-corner .logo img {
		height: 65px;
	}
	.text-2xl {
    font-size: 1.8rem !important;
    }
	.space-y-6 > :not([hidden]) ~ :not([hidden]) {
    margin-top: 1rem !important;
   }
	
	.space-y-8 > :not([hidden]) ~ :not([hidden]) {
    margin-top: 1rem !important;
   }
}

@media (min-width: 768px) and (max-width: 1024px) {
	.login-background .max-w-md.w-full.space-y-8 {
    padding-top: 0% !important;
    }	
		input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text],     input[type=url], select, textarea {
    padding: .5rem 1rem .5rem 2.5rem;
   }
	.logo-corner .logo img {
		height: 60px;
	}
	.text-2xl {
    font-size: 1.8rem !important;
    }
	.space-y-6 > :not([hidden]) ~ :not([hidden]) {
    margin-top: 1rem !important;
   }
	
	.space-y-8 > :not([hidden]) ~ :not([hidden]) {
    margin-top: 1rem !important;
   }

}

@media (max-width: 768px) {
	.logo-corner .logo img {
    height: 50px;
    }
	.text-2xl {
    font-size: 1.8rem !important;
    }
	input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text],     input[type=url], select, textarea {
    padding: .5rem 1rem .5rem 2.5rem;
   }
	
	.space-y-6 > :not([hidden]) ~ :not([hidden]) {
    margin-top: 1rem !important;
   }
	
	.space-y-8 > :not([hidden]) ~ :not([hidden]) {
    margin-top: 1rem !important;
   }

    .logo-corner {
    position: relative;
    top: 30px;
    margin: 0 !important;
    padding: 0 !important;
    }
	.logo {
	align-items: center;
	}
	.login-background .max-w-md.w-full.space-y-8 {
    padding-top: 8% !important;
    }	
	
}

