﻿
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:'Arial';
    
}
/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 600px;
}

/* 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;
}