﻿body {
    padding-bottom: 20px;
    background-color: rgb(239, 226, 200);
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

/* Set top logo header */
.logo{
    background-color: #fff;
    padding: 15px;
    position: relative;
}

/* styling for _LoginPartial*/
.login_clear{
    clear: both;
}

.login_position {
    position: absolute;
    bottom: 5px;
    right: 10px;
}

/* makes body background white */
.body_background {
    background-color: white;
    padding: 15px
}

/* makes footer different color */
.footer {
    background-color: rgb(255, 248, 235);
    padding: 15px;
}

/* inner padding for divs */
.inner-padding {
    padding: 25px;
}