﻿.body-content {
}

html, body {
    height: 100%;
    margin: 0;
}


/* 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;
}

@media only screen and (max-width: 768px) {
    .body-content {
        padding-top: 50px;
        padding-bottom: 250px;
        padding-left: 50px;
        padding-right: 50px;
    }
}

.ab-logo {
    max-width: 150px !important;
    max-height: 80px !important;
}

.btn-info.disabled,
.btn-info:disabled {
    color: white !important;
    opacity: 1;
}