/* content-type: text/css */

body.bodyLogin {
    background-image: url('/marsh/ProfileStyle/GetFile?fileName=fundo.jpg&profileName=MARSH&dateTime=2025-07-31T15:34:41.000Z');
}

a.preto[data-target="#recuperarSenha"] {
    cursor: pointer;
}

div#recuperarSenha {
    padding-right: 17px;
}

    div#recuperarSenha div.row.conteudoSessao {
        padding-top: 0px;
        margin-top: -30px;
    }

div.rodape.row {
    width: calc(100vw);
}


div#modal-token {
    padding-right: 17px;
}

    div#modal-token div.modal-dialog {
        width: 50% !important;
        margin-top: 12%;
    }

    div#modal-token #idToken {
        border: 1px solid #dedede;
        color: #000 !important;
    }