.navbar {
    background: #0d1117 !important;
}
.navbar-brand img {
    border-radius: 6px;
}
.nav-link {
    font-weight: 500;
    transition: 0.3s;
}
.nav-link:hover {
    color: #0d6efd !important;
}
.footer {
    background: #0d1117;
}
.footer a {
    text-decoration: none;
    transition: 0.3s;
}
.footer a:hover {
    color: #0d6efd;
}
.register-container{
    width: 90%;
    max-width: 450px;
    margin: 60px auto;
    background: #ffffff;
    padding: 35px;
    border-radius: 12px;
    box-shadow: 0 4px 25px rgba(0,0,0,0.15);
}
.register-container h2{
    text-align: center;
    font-size: 28px;
    margin-bottom: 8px;
    color:#0f172a;
}
.subtitle{
    text-align:center;
    color:#64748b;
    margin-bottom:25px;
}
.register-form .form-group{
    margin-bottom:20px;
}
.register-form label{
    display:block;
    margin-bottom:5px;
    font-weight:600;
    color:#1e293b;
}
.register-form input,
.register-form select{
    width:100%;
    padding:12px;
    font-size:15px;
    border:1px solid #cbd5e1;
    border-radius:8px;
    outline:none;
    transition:0.2s;
}
.register-form input:focus,
.register-form select:focus{
    border-color:#4cc9ff;
    box-shadow:0 0 5px rgba(76,201,255,0.6);
}
.w-100{
    width:100%;
}
.login-link{
    text-align:center;
    margin-top:15px;
    color:#475569;
}
.login-link a{
    color:#0284c7;
    text-decoration:none;
}
.login-link a:hover{
    color:#0ea5e9;
}
.btn-primary.w-100 {
    background: green;
    border: none;
    padding: 10px;
    text-align: center;
    color: white;
    border-radius: 6px;
}
.forgot-pass{
    font-size:14px;
    color:#0284c7;
    text-decoration:none;
    display:inline-block;
    margin-top:-10px;
}
.forgot-pass:hover{
    color:#0ea5e9;
}