/* Quick Click Repairs Dark Theme Fix */
body {
    background-color: #121212;
    color: #e0e0e0;
}

input.form-control,
textarea.form-control,
select.form-control,
input[type="text"],
input[type="password"],
input[type="email"] {
    background-color: #2d2d2d !important;
    color: #ffffff !important;
    border: 1px solid #444444 !important;
}

input::placeholder {
    color: #aaaaaa !important;
}

/* Login page specific */
.card, .login-form, .form-group {
    background-color: #1e1e1e !important;
    border: 1px solid #333 !important;
}

.btn {
    border-radius: 6px;
}