﻿body {
    padding-top: 5px;/*50*/
    padding-bottom: 0px;/*20*/
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 0px; /*15*/
    padding-right: 0px; /*15*/
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    color: #ffffff;
    background: #ff2953;
    margin: 0px 0 0 auto;
    text-transform: uppercase;
    max-width: 280px;
}

