
.pointer {
    cursor: pointer;
}

.divLogin .errorDisplay {
    font-style: italic;
    font-size: 0.9rem;
    color: Red;
}

.icon-secret {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 30px !important;
    height: 27px !important;
    cursor: pointer;
    margin: 2px;
}

.form-control:focus {
    color: white !important;
}

.dialog-text {
    margin: 0 10px;
}

/*X-Small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    .content-wrapper {
        padding: 1rem 1rem;
    }
}
