.left-column {
    background-color: #dc241f;
}

.right-column {
    background: url('//static.dalnix.se/dalnix_forest_bw.svg') no-repeat center bottom fixed;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.input-group label {
    color: #000;
    font-weight: bold;
}

.btn-primary:hover {
    background-color: #000;
}


a.pull-right {
    font-weight: bold;
    color: #fff;
}

.btn-primary {
    background-color: #dc241f;
}

.alert-box {
    background-color: #000000;
    color: white;
    text-align: left;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 20px;
    border: solid #ffffff 2px;
}

.alert-box ul {
    list-style: none;
    padding: 5px;
    margin: 0;
}

.alert-box ul li {
    line-height: 1.5em;
}
