.areaLogin {
    padding-top: 6px;
    text-align: justify;
}

ul.acessos {
    width: 100%;
    padding: 0;
    margin-top: 25px;
}

ul.acessos li {
    display: grid;
    grid-column-gap: 10px;

    margin-bottom: 20px;
    padding: 10px 10px 2px 10px;
    list-style-type: none;
    height: 110px;

    color: #FFFFFF;
    cursor: pointer;

    box-shadow: 5px 5px 5px 1px lightgrey;
}

.interno {
    background-color: #123141;
}
.interno:hover {
    background-color: #415a67;
}

.externo {
    background-color: #3E4034;
}
.externo:hover{
    background-color: #4c4d45;
}

.certificado {
    background-color: #959b85;
}
.certificado:hover {
    background-color: #b5b9aa;
}

.tipoAcesso {
    font-size: 1.7em;
    font-weight: bold;
    /*background-image: url("../img/themes/olive/mainPage/loginOID.png");*/
    background-position: top left;
    background-repeat: no-repeat;
    padding-left: 34px;
}

.complementoTipoUsuario {
    font-size: 1.3em;
}

.ajudaTipoUsuario {
    padding-top: 15px;
    font-size: 1.2em;
}

ul.acessos li.cadastro {
    height: 55px;
    background-color: #63735F;
}

ul.acessos li.cadastro:hover {
    background-color: #778773; /*#63735F;*/
}

.tipoCadastro {
    font-size: 1.35em;
    font-weight: bold;
    grid-row: 1;
    background-image: url("../img/themes/olive/mainPage/cadastro-id-card.png");
    background-position: top left;
    background-repeat: no-repeat;
    padding-left: 24px;
}

.complementoTipoCadastro {
    grid-row: 2;
    font-size: 1em;
    width: 90%;
}

.iconMoreInfo {
    grid-row: 1;
    float: right;
}