#divBondeDestaques {
    padding: 10px;
    border: 1px solid rgb(177, 174, 174);
    border-radius: 5px;
    background-color: rgb(207, 227, 204);
    margin-top: 2px !important;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}


.divBondeDestaqueExtensao {
    padding: 10px;
    border: 1px solid rgb(177, 174, 174);
    border-radius: 5px;
    background-color: rgb(207, 227, 204);
    margin-top: 2px !important;

    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}


#divBondeDestaques span {
    text-shadow: 1px 1px gray;
}

.fundoVerdeEscuro {
    margin-top: 22px;
    background-color: rgb(197, 217, 194);
    border-radius: 0.3em;
    box-shadow: 5px 5px 5px #888888;
    height: 235px;
}

.fundoVerdeEscuro2 {
    margin-top: 22px;
    margin-left: -40px;
    background-color: rgb(197, 217, 194);
    border-radius: 0.3em;
    box-shadow: 5px 5px 5px #888888;
    height: 55px;
}



.fundoVerde {    
    width: 430px;
    height: 220px;
}

#DOCUMENTO span{
    font-weight: bold !important;
}
#DOCUMENTO .ui-corner-all{
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}



#autenticar {
    float: left;
    width: 49%;
}

.autenticar {
    margin-left: 8.1%;
}

#cadastro {
    float: right;
    width: 45%;
    font-size: small;
}

#cadastro, #autenticar {
    min-height: 225px !important;
}


#divLinkSenha {
    margin-top: 12px;
    margin-bottom: 12px;
}

#btnNovoPF,#btnNovoPJ,#btnNovoUE {
    margin-left: 40px;
    margin-top: 10px;
}



#divRedefinirPF {
    margin-left: 10.5%;
    margin-top: 9%;
}
#divRedefinirPJ {
    margin-left: 11%;
    margin-top: 9%;
}

#dialogRedefinirSenha label{
    margin-top: 8%;
}
#autenticar button {
    margin-bottom: 1%;
}

@media only screen and (max-width: 767px) {
    #autenticar {
        margin: 12px;
    }
    #cadastro {
        margin: 1% 3%;
    }
    #cadastro, #autenticar {
        display: block;
        width: 95%;
        height: auto;
    }
    #divLinkSenha {
        margin-left: 0%;
    }
}

@media only screen and (min-width: 768px) {
    #autenticar {
        min-width: 29%;
    }
    #divSenha input, #divCPF input{
        max-width: 75%;
    }
    #divLinkSenha {
        margin-left: 6%;
    }
}

@media only screen and (min-width: 930px) {
    #autenticar {
        min-width: 29%;
    }
    #divSenha input, #divCPF input{
        max-width: 100%;
    }
    #divLinkSenha {
        margin-left: 5%;
    }
}

#divLinkSenha a, #dialogRedefinirSenha a {
    color: royalblue !important;
    font-style: italic;
}

#divLinkSenha a:hover, #dialogRedefinirSenha a:hover {
    color: deepskyblue !important;
}