﻿
div {   
    padding-right: 50px;
    padding-top:5px;
    padding-left: 50px;
}

.body-content {
    margin-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

body {
    background-image: url('');
    font-family:'Montserrat, Arial, Verdana, sans-serif';
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 600px;
    margin-bottom: 10px;
}

input.textbox {
    margin-bottom: 10px;
    padding: 2px;    
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .body-content {
        padding: 0;
    }
}


img {
    max-width: 100%;
    height: auto;
}

.alert {
    position: absolute;
    right: 5em;
    left: 5em;
    z-index: 1;
}
