﻿body{
background:#000;
}

/* 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;
text-align:center;
font-weight:600;
}

/* Labels */
.label{
color:#e2e8f0;
font-weight:500;
}

/* Input */
.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;
}

.form-control::placeholder{
color:#94a3b8;
}

/* Gold Button */
.btn-primary{
background:linear-gradient(145deg,#b8860b,#ffd700,#b8860b);
border:none;
color:#000;
font-weight:600;
border-radius:8px;
}

.btn-primary:hover{
background:linear-gradient(145deg,#a67c00,#ffcc00,#a67c00);
}

/* Logo */
.text-center img{
height:90px;
width:170px;
}