﻿body {
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #192B37;
}

.page-header {
    color: #4CB99A;
    margin: 0 !important;
}

.page-header small {
    color: whitesmoke;
}

.h1 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

footer {
    color:whitesmoke;
}
/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 280px;
}
