body {
    font-family: "Karla", sans-serif;
    background-color: #fff;
    min-height: 100vh;
}

.brand-wrapper {
    padding-top: 7px;
    padding-bottom: 8px;
}

.login-section-wrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 30px 100px;
    /*padding: 68px 100px;*/
    background-color: #eceff1;
}

@media (max-width: 991px) {
    .login-section-wrapper {
        padding-left: 50px;
        padding-right: 50px;
    }
}
@media (max-width: 575px) {
    .login-section-wrapper {
        padding-top: 20px;
        padding-bottom: 20px;
        min-height: 100vh;
    }
}

.login-wrapper {
    width: 70%;/*300px*/
    max-width: 100%;
    padding-top: 24px;
    padding-bottom: 24px;
}
@media (max-width: 575px) {
    .login-wrapper {
        width: 100%;
    }
}
.login-wrapper label {
    font-size: 14px;
    font-weight: 500;
    color: #464646;
}

.login-wrapper .form-control {
    border: none;
    border: 1px solid #C4C4C4;
    border-radius: 4px;
    padding: 9px 5px;
    min-height: 40px;
    font-size: 14px;
    font-weight: normal;
}
.login-wrapper .form-control::-webkit-input-placeholder {
    color: #b0adad;
}
.login-wrapper .form-control::-moz-placeholder {
    color: #b0adad;
}
.login-wrapper .form-control:-ms-input-placeholder {
    color: #b0adad;
}
.login-wrapper .form-control::-ms-input-placeholder {
    color: #b0adad;
}
.login-wrapper .form-control::placeholder {
    color: #b0adad;
}
.login-wrapper .login-btn {
    padding: 9px 20px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    color: #eceff1;
    margin-bottom: 14px;
    height:40px !important;

}
.login-wrapper .login-btn:hover {
    border: 1px solid #25405E;
    color: #fff;
}

.login-wrapper a.forgot-password-link {
    color: #0071BC;
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 20px;
}

@media (max-width: 575px) {
    .login-wrapper a.forgot-password-link {
        margin-bottom: 20px;
    }
}

.login-wrapper-footer-text {
    font-size: 16px;
    color: #000;
    margin-bottom: 0;
}

.login-title {
    font-size: 25px;
    color: #1D1D1B;
    font-weight: bold;
    margin-bottom: 25px;
}

.login-img {
    width: 100%;
    height: 100vh;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.footer-link {
    position: absolute;
    bottom: 3rem;
    text-align: center;
    width: 90%;
}

/*# sourceMappingURL=login.css.map */
.rodape {
    float: left;
}

.texto-rodape {
    padding-left: 20px;
    font-size: 11px;
    color:#1d1d1b;
}

.texto-desenvolvido, .texto-direitos{
    font-size: 11px;
    color:#1d1d1b;
    margin-bottom:3px;
}

a{
    color:#1d1d1b;
    text-decoration: none;
}
a:hover{
    color:#1d1d1b;
    text-decoration: decoration;
}

a:visited{
    color:#1d1d1b;
    text-decoration: none;
}

.logo-rodape{
    width:70px;
}

.login-section-wrapper{
    padding-left:5%;
}

.logo{
    margin-right:50px;
    margin-bottom: 20px;
}

p {

    font-size: 13px !important;
}

.tool-search{
    width: 100%;
    min-height: 0px !important;
    padding-top: 0px !important;
}

body > * {
    padding: 0px !important;
}

.logo{
    max-width:280px;
    max-height:100px;
}

.cookieinfo-close {
    margin-top: 8px;
    margin-right: 10px;
}

.modal-token {
    z-index: 10;
    transition: 0.3s;
    top:-100%;
    left:0;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    text-align: center;
}

.modal-token.show {
    top : 0;
}

.float-popup-token {
    position: absolute;
    background-color: white;
    width: 600px;
    left: calc(50% - 300px);
    margin-left: auto;
    margin-right: auto;
    top: calc(25% - 60px);
    border-radius: 4px;
}

@media screen and (max-width : 600px){
    .float-popup-token {
        width: 90%;
        left: calc(50% - 175px);
        top: calc(25% - 60px);
    }
}

#btnCancel, #sendCodigo {
    color: black;
}

.form-token {
    margin-left: 10px;
    margin-right: 10px;
    padding: 5px;
}

.float-popup-bottom-token {
    margin-top: 5px;
    width: 100%;
}

.float-popup-token input {
    margin-top: 5px;
    width: 100%;
    height: 40px;
}

.float-popup-bottom-token {
    margin-top: 30px;
}

.float-popup-bottom-token button {
    width: 50%;
    padding: 0px;
    margin: 0px;
    border-radius: 0px;
    float: left;
    height: 35px;
}

.cookieinfo{
    font-size: 12px !important;
    padding-left:20px !important;
    text-align: justify !important;

}


.link-resgatar-mobile{
    margin-top:-20px;
}

.float-popup-bottom-alter-pass{
    margin-top: 10px !important;
}

.box-transparencia {
    position: absolute;
    bottom: 0;
    width: 100%;
    height:100%;
}