.modal-header .btn-close {
    padding: 0.5rem 0.5rem;
    margin: -5rem -0.5rem -0.5rem auto;
    background-color: transparent;
    border: none;
    border-color: transparent;
    position: relative;
    outline: none;
    box-shadow: none;
}

.modal-header .btn-close::before,
.modal-header .btn-close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: rgba(107, 107, 107, 0.3);
}

.modal-header .btn-close::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.modal-header .btn-close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.btn-session {
    width: 100%;
    padding: 13px 20px 12px;
    border-radius: 4px;
    color: #fff;
}

/*** Login ***/
.wrapper {
    max-width: 500px;
    border-radius: 10px;
    margin: 0 auto;
    padding: 10px 40px;
}

.input-field {
    border-radius: 5px;
    padding: 5px;
    display: flex;
    align-items: center;
    cursor: pointer;
    border: 1px solid #575796;
    color: #575796;
}

.input-field:hover {
    color: #575796;
    border: 1px solid #575796;
}

input {
    text-decoration: none;
    border: none;
    outline: none;
    box-shadow: none;
    width: 100%;
    padding: 0px 2px;
}

.fa-eye-slash.btn {
    border: none;
    outline: none;
    box-shadow: none;
}

.btn.btn-block {
    width: 100%;
    padding: 13px 20px 12px;
    border-radius: 4px;

    color: #fff;
}

.forgot-password {
    color: #575796;
    text-decoration: none;
}

.input-field span {
    font-size: 1.5em;
    margin-right: 5px;
}

@media(max-width: 575px) {
    .wrapper {
        margin: 10px
    }
}

@media(max-width:424px) {
    .wrapper {
        padding: 30px 10px;
        margin: 5px
    }
}

.logo {
    width: 13rem;
    height: 13rem;
}

.logo-pent {
    width: 17rem;
    height: 10rem;
}

.brand-wrapper {
    margin-bottom: 19px;
    text-align: center;
    align-items: center;
}

.centered-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    /* Adjust this if needed */
}
