body {
    background-color: #101827 !important;
    font-family: "Segoe UI", sans-serif;
    color: #f1f1f1;
}

.login-card {
    background-color: #1e2939;
    border-radius: 20px;
    padding: 40px 30px;
    width: 100%;
    max-width: 420px;
    border: 2px solid #00bcd4;
    box-shadow: 0 0 40px rgba(66, 153, 225, 0.3);
}

.login-logo {
    width: 80px;
    margin: 0 auto 20px;
    display: block;
}

.form-label,
.form-check-label {
    color: #e0e0e0;
}

.form-control {
    background-color: #2c2c2c !important;
    border: 1px solid #444 !important;
    color: #fff;
    border-radius: 10px;
    box-shadow: none !important;
}

.form-control:focus {
    background-color: #2c2c2c;
    border-color: #00bcd4;
    color: #fff;
    outline: none;
    box-shadow: 0 0 0 2px rgba(0, 188, 212, 0.3);
}

.form-control::placeholder {
    color: #aaa;
}

.input-group-text {
    background-color: #2c2c2c;
    border: 1px solid #444;
    color: #ccc;
}

.btn-login {
    border-radius: 10px;
    border: 2px solid #00bcd4;
    color: #00bcd4;
    background-color: transparent;
    font-weight: bold;
    transition: all 0.3s ease;
}

.btn-login:hover {
    background-color: #00bcd4;
    color: #fff;
}

.remember-forgot {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.login-title {
    text-align: center;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 20px;
    color: #00bcd4;
}

.login-wrapper {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.alert-danger {
    background-color: #e53935;
    color: #fff;
    border: none;
}

a.text-primary {
    color: #00bcd4 !important;
}

a.text-primary:hover {
    color: #26c6da !important;
}
