body {
    background-color: #fff;
    color: #25456a;
    font-size: 1.2em;
}

nav, footer {
    padding: 20px;
}

footer {
    font-size: 80%;
    text-align: center;
    color: #999;
}

nav img {
    max-width: 60px;
}

label {
    display: inline;
    position: relative;
    top: -6px;
}

#registration_form_agreeTerms {
    display: inline;
    float: left;
    padding-right: 15px;
}

.alert-success {
    border-left: 10px solid green;
}

.alert-danger {
    border-left: 10px solid darkred;
}