html {
    background-color: #424549;
    color: white;
}

input[type=text], input[type=password] {
    color: black;
    padding: 5px;
    min-width: 300px;
}

a {
    color: white;
}

body {
    font-family: Arial, serif;
    margin: -21px 0 0;
}

.flash {
    margin-top: 20px;
}

.content {
    margin-left: 30%;
    margin-right: 30%;
    padding: 20px;
    margin-top: 30px;
    /*position: relative;*/
}

.no_display {
    display: none !important;
}

@media (max-width: 1000px) {
    /* Small resolution */
    .content {
        margin-left: 10%;
        margin-right: 10%;
    }
}