﻿body.dark-theme{
background:#000000 !important;
}

/* Center container */
.container{
max-width:500px;
}

/* Card */
.register-card{
border:1px solid #1e293b;
border-radius:12px;
box-shadow:0 10px 25px rgba(0,0,0,0.6);
padding:40px 30px;
background:#020617;
max-width:520px;
margin:40px auto;
}

/* Heading */
.register-card h3{
color:#f1f5f9;
font-size:26px;
font-weight:600;
text-align:center;
margin-bottom:25px;
}

/* Labels */
.form-label{
font-weight:500;
color:#e2e8f0;
}

/* Inputs */
.form-control{
background:#020617 !important;
color:#ffffff !important;
border:1px solid #334155 !important;
border-radius:8px;
}

.form-control:focus{
background:#020617 !important;
color:#ffffff !important;
border-color:#6366f1 !important;
box-shadow:none !important;
}

/* Placeholder */
.form-control::placeholder{
color:#94a3b8;
}

/* Fix typed text color */
input[type="text"],
input[type="password"],
input[type="email"]{
color:#ffffff !important;
}

/* Gold Button */
.btn-primary{
background:linear-gradient(145deg,#b8860b,#ffd700,#b8860b);
border:2px solid #000 !important;
color:#000 !important;
font-weight:600;
border-radius:8px;
}

.btn-primary:hover{
background:linear-gradient(145deg,#a67c00,#ffcc00,#a67c00);
border:2px solid #000 !important;
color:#000 !important;
}

/* Logo size */
.text-center img{
height:38px;
width:auto;
}

.text-center{
margin-top:10px;
}