/* CUSTOM */

.custom-autentication {
    height: 100vh;
    align-items: center;
    justify-content: center;
    display: flex;
}

.custom-autentication-header {
    background-color: #1f4969 !important;
    color: #FFFFFF !important;
}

.custom-required:after {
    content: "*";
    margin-left: 2px;
    color: red;
}

.custom-msg-validacoes {
    font-size: 11px;
    color: red;
}

.custom-icon {
    vertical-align: middle;
    margin-inline-end: 8px;
    font-size: 16px;
}

.custom-text-wrap {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.custom-text-center {
    display: flex;
    justify-content: center; /* horizontal */
    align-items: center; /* vertical */
}

@media only screen and (max-width: 768px) {
    .custom-navbar-brand {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media (max-width: 767px) {
    .custom-botao-mobile {
        width: 100%;
    }
}

.custom-password-button {
    position: absolute;
    /*padding: 0.4rem;*/
    inset-block-start: 0;
    inset-inline-end: 4px;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    z-index: 2;
}

