/* === Global style for VIP plugin === */

/* Bakgrund och text */
body {
    background-color: #000 !important;
    color: #fff !important;
    font-family: Arial, sans-serif;
}

/* Login form */
form input[type="password"],
form input[type="text"],
form textarea {
    background: #111;
    color: #fff;
    border: 1px solid #444;
    padding: 10px;
}

form input[type="submit"] {
    background: #fff;
    color: #000;
    font-weight: bold;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    margin-top: 10px;
}

form input[type="submit"]:hover {
    background: #ddd;
}

/* Meny till vänster */
div[style*="width:200px"] {
    background: #000 !important;
}

div[style*="width:200px"] a {
    color: #fff !important;
    text-decoration: none;
    display: block;
    margin: 8px 0;
    font-weight: bold;
}

div[style*="width:200px"] a:hover {
    color: #ccc !important;
}

/* Innehåll */
div[style*="flex:1"] {
    color: #fff !important;
}

/* Footer */
p,
footer,
div[style*='Vianke Ltd'] {
    color: #aaa !important;
    font-size: 0.9em;
}
