/**
* Core
**/
body {
    background-image: linear-gradient(to bottom right, #81c341, #86bdd3) !important;
    background-attachment: fixed !important;
    color: #ffffff !important;
    font-family: Tahoma, sans-serif !important;
    font-size: 16px !important;
}

/**
* Over Write
**/
nav {
    display: none !important;
}

#footer {
    display: none !important;
}

/**
* Page Style
**/
#errorBox {
    width: 98%;
    max-width: 800px;
    margin: 4% auto;
    font-family: Tahoma, sans-serif !important;
    background-color: #ffffff;
    border: 2px solid #000000;
    border-radius: 4px;
    padding: 10px;
    color: #000000;
}

hr {
    border-top: 2px solid #ffffff;
}