
/* Links */
a,
a:focus,
a:hover {
  color: #007bff;
  text-decoration: none;
}
html {
    position: relative;
    min-height: 100%;
}


/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
  background-color: #fff;
  border: .05rem solid #fff;
}

html,
body {
  height: 100%;
  color: #FFF;
  background-color: #fff;
  overflow-x: hidden; /* Prevent scroll on narrow devices */
}
body {
    margin-bottom: 40px;
}

main {
    max-width: 560px;
    min-width: 320px;
    margin: 0 auto;
    text-align: left;
}
.lgpdjus_logo {
  width: 132px;
  height: 44px;
  object-fit: contain;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}

.bem-vindo-nome {
 font-size: 1.5em;
 line-height: 1.5em;
}

.divgradient {
    text-align: left;
    /*min-height: 1500px;*/
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, #2a2e72 7%, #3078DE 53%, #fff 96%);
    padding: 1em;
    padding-top: 0;
    padding-bottom: 6em;
    /*border-radius: 20px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;*/
}

div.card-body {
    font-size: 1em;
    background-color: rgba(255,255,255,0.1);
}
div.card-header h5 {
    font-size: 1.1em;
    font-weight: 700;
     text-align: center;
}
.card {
    background-color: rgba(0,0,0,0.15);
}
.h-need-help {padding-top: 2em; text-align: center;}

.custom-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px; /* Set the fixed height of the footer here */
    line-height: 40px; /* Vertically center the text there */
    background-color: #f5f5f5;
    font-size: 0.8rem;
}

.body-gradient {
    background: rgb(255,252,248);
    background: linear-gradient(180deg, rgba(255,252,248,1) 0%, rgba(252,255,245,1) 35%, rgba(255,252,248,1) 100%);
    background-attachment: fixed;
}

.divgray {
    padding: 2em;
    color: #3C3C3B;
    color: #3C3C3BBF;
}

.divgray h1,
.divgray h2,
.divgray h3,
.divgray h4,
.divgray h5 {
    color: #A6CE39;
}
.divgray h1{
    font-size: 20pt;
}
.divgray h2{
    font-size: 18pt;
}
.divgray h3{
    font-size: 16pt;
}
.divgray h4{
    font-size: 16pt;
    font-weight: 700;
}
