

body {
    font-family: 'Inter', 'Segoe UI', sans-serif;
    background: #0f172a;
}
.container {
    margin-top: 150px;
}

.client-pannel {
    background: rgba(255,255,255,0.05);
}
.client-head {
    color: #ffff;
}
.container input,
.container textarea {
    margin-bottom: 10px;
    border: 1px solid #475569;
    border-radius: 8px;
    background: #1e293b;
    color: #fff; 
}
.container input::placeholder {
    color: #e5d3d3;
}
.container select{
    border: 1px solid #475569;
    border-radius: 8px;
    background: #1e293b;
    color: #fff; 
}


.btn-primary {
    margin-top: 16px;
    background: linear-gradient(to right, #3b82f6, #f97316);
    color: #fff;
}
.btn-primary:hover {
  background: linear-gradient(to right, #2563eb, #ea580c);
  transform: translateY(-1px);
}

.form-check {
    color: white;
    display: inline-block;
}


.special {
    color: white;
    font-size: 20px;
}
.register {
    text-align: center;
    color: #e5d3d3;
}

.register a {
    text-decoration: none;
    color:  #e5d3d3;
}
.register a:hover{
    color:  #ea580c;
}
