.modal-backdrop.show {
    background-color: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

.modal-dialog {
    border-radius: 40px;
    width: 100%;
    margin: auto;
    padding-left: 12px;
    padding-right: 12px;
}

.modal-content {
    background: #0E223B !important;
    color: white;
    border: none;
    border-radius: 40px !important;
    width: 100%;
}

.modal-header-custom {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.modal-header-custom img {
    max-height: 60px;
}

.modal-header-custom .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    background-color: transparent !important;
    color: gray;
    opacity: 1;
    font-size: 1.25rem;
    border: none;
}

.modal-custom h5 {
    font-size: 22px;
    max-width: 350px;
    text-align: center;
    margin: 0 auto;
}

.modal-custom p {
    font-size: 14px;
}

.btn-cadastrar {
    border-radius: 10px;
    background-color: transparent;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    padding: 10px 0px 10px 0px;
}

.btn-cadastrar:hover {
    background-color: #ffffff22;
    color: #FFFFFF;
    border-color: #FFFFFF;
}


.btn-entrar {
    border-radius: 10px;
    background-color: #23C3E2;
    color: #0E223B;
    padding: 10px 0px 10px 0px;
}

.btn-entrar:hover {
    background-color: #1bb5d5;
    color: #0E223B;
}


.btn-group-custom {
    padding: 0px 20px 20px 20px;
    display: flex;
    justify-content: center;
    gap: 12px;
}


.modal-content .btn-close-custom {
    background-color: #fff;
    border-radius: 999px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
}

.btn-close-custom svg {
    width: 14px;
    height: 22px;
    fill: #000812;
}

.modal-content .input-group .form-control,
.modal-content .input-group .input-group-prepend .input-group-text {
    border-radius: 10px !important;
}

@media (min-width: 768px) {

    .modal-gradient-border {
        background: linear-gradient(90deg, #142F50, #123F77, #2A4668);
        padding: 1px;
        border-radius: 40px;
        width: 100%;
    }


    .modal-dialog {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 768px) {
    .modal-content-full {
        height: 100vh !important;
        border-radius: 0px !important;
    }

}

.eng-show-hide-password {
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    cursor: pointer;
    font-family: "Font Awesome 5 Free", sans-serif;
    font-weight: 900;
    font-size: 16px;
    color: #555;
    height: 100%;
    display: flex;
    align-items: center;
    z-index: 10;
}


.toggle-password {
    font-style: normal;
    user-select: none;
    line-height: 1;
}