html {
    min-height: 100%;
}

.termsfeed-com---nb-simple {
    max-width: 100% !important;
}

body {
    background-image: url("images/FundoLogin.jpg");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
    width: 100%;
    height: 100%;
    min-height: 10vh;
}

.full-h {
    height: 100%;
    min-height: 100vh;
}

.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
    margin: 0px;
    padding: 0px;
    height: 100%;
}

/*Parte 1*/

#pocket {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
    margin-top: 25%;
}

.ajusteimg1 {
    width: 60%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*Parte 2*/

#folder {
    width: 100%;
    height: 100%;
    margin: 0px;
    background-color: #0E3147;
    padding: 20px;
    border-right: 10px solid #1A6693;
    display: block;
}

.modulo01 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-top: 100px;
}

.txt-aux {
    font-family: Dosis, Arial, Helvetica, sans-serif;
    font-size: 1.4em;
    color: #fff;
    text-align: center;
    font-weight: 500;
}

.ajusteimg2 {
    width: 80%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*Formulário*/

.title {
    font-family: Dosis, Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    color: #fff;
    text-align: left;
    font-weight: 100;
}

input[type=text], input[type=password], select {
    width: 90%;
    height: 30px;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 5px 5px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
    display: inline-block;
    color: #fff;
    outline: none;
}

input[type=submit] {
    width: 40%;
    height: auto;
    margin: 0 auto;
    margin-top: 50px;
    padding: 10px 20px;
    background-color: transparent;
    border: none;
    border-radius: 3px;
    box-sizing: border-box;
    display: inline-block;
    background-color: #1A6693;
    font-family: Dosis, Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    color: #fff;
    text-align: center;
    font-weight: 600;
}

.icones {
    font-size: 1em;
    color: #fff;
    margin-right: 10px;
    display: inline-block;
}

.hvr-fade {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    overflow: hidden;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
}

    .hvr-fade:hover, .hvr-fade:focus, .hvr-fade:active {
        background-color: #fff;
        color: #1A6693;
    }

.fgtpswd {
    margin-left: 40px;
    display: inline-block;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    text-align: left;
    font-weight: 400;
}

.text-white {
    color: white;
    text-align: center;
    margin-top: 10px;
}

/*footer*/

.txt-footer {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    color: #fff;
    text-align: center;
    font-weight: 500;
    margin-top: 120px;

}

.banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 1em;
    text-align: center;
    z-index: 1;
}

    #cookie-banner .cookie-consent-message {
        margin: 0;
    }

    #cookie-banner button {
        background-color: #fff;
        color: #000;
        border: none;
        padding: 0.5em 1em;
        margin-left: 1em;
        cursor: pointer;
    }