﻿body {
    /*padding-top: 50px;*/
    /*padding-bottom: 20px;*/
    font-family: 'Poppins', sans-serif;
    line-height: normal;
    height: 100%;
}

.body-content {
    max-width: 1920px;
    padding-right: 15px !important;
    padding-left: 15px !important;
    margin-right: auto !important;
    margin-left: auto !important;
    background-color: #ffff;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

/* 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;
}


.form-horizontal .form-group {
    margin-right: 0px;
    margin-left: 0px;
}
