:root {
    --main-red-color: #c52026;
    --main-gray-color: #ddd;
}

#content {
    background: whitesmoke;
}

#content a:link {
    border: 0;
}

a:focus{
    outline: none;    
}

.remove-margin {
    margin: 0px;
}

a {
    text-decoration: none;
}

#footer{
    height: 300px;
    background-color: black;
}

#login-form {
    padding-top: 30px;
}

#content-core {
    min-height: 60vh;
}