﻿body {
    padding-top: 0px;
    padding-bottom: 0px;
    
}

/* 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: 100%;
    /*comentado para ajuste do tamanho dos form*/
}
btn btn-default btn-sm {
    padding-top: 100px;
    text-align: center
}
.container-fluid {
    display: flex;
    justify-content: center;
    align-items: center;
}

img {
    max-width: 100%;
    max-height: 50%;
}

.col-xs-6 {
    margin: 0 auto;
    margin-top: 1rem;
}

.navbar {
    border-radius: 0px;
}



