#rpLogin_RPHT {
    justify-content: center;
    display: flex;
    padding-top: 0.40rem;
    padding-bottom: 0.40rem;
}
#CaixaLogin {
    border: 2px solid #eee; /* Borda cinza clara */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Sombra */
    border-radius: 8px; /* Cantos arredondados (opcional) */
    width: 350px;
    background: #FFF;
}
.LabelLogin {
    margin-bottom: 5px;
}
.PaddingLogin {
    padding-top: 0.40rem !important;
    padding-bottom: 0.40rem !important;
}
#rpLogin_subtitulo {
    color: #aaa !important;
    font-size: 12px !important;
    display: flex !important;
    justify-content: center !important;
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}
.LabelErroLogin {
    white-space: unset !important;
}