﻿body {
    padding-bottom: 20px;
}

/* 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;
}

.s003 {
  min-height: 100vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  font-family: 'Poppins', sans-serif;
  background-color: aliceblue;
  background-size: cover;
  background-position: center center;
  padding: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.loading-fundo {
    display: none;
    background: black;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    z-index: 9998;
    position: fixed;
    top: 0;
    left: 0;
}

.loading-label {
    display: none;
    text-align: center;
    z-index: 9999;
    position: fixed;
    color: #ffffff;
    top: 30%;
    font-size: 15pt;
    margin: 0 auto;
    width: 100%;
    text-shadow: 2px 2px #000000;
}
    .loading-label img {
        width: 8%;
    }


@media (max-width: 768px) {

    .loading-label {
        display: none;
        text-align: center;
        z-index: 9999;
        position: fixed;
        color: #ffffff;
        top: 35%;
        font-size: 18pt;
        margin: 0 auto;
        width: 100%;
        text-shadow: 2px 2px #000000;
    }

        .loading-label img {
            width: 20%;
        }
}
