.login-container {
    height: 100%;
    width: 100%;
    margin-top: 0px;
    border-radius: 0px;
    /*height: 91%;
    width: 80%;*/
    max-width: 100%;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
    /*margin: 30px auto;*/
    /*border-radius: 25px;*/
    overflow-y: hidden;
    overflow-x: hidden;
    display: flex;
    flex-direction: row;
}

.container-left {
    width: 45%;
    max-height: 100%;
}

.container-right {
    width: 55%;
}

.login-feedbacks {
    width: 80%;
    color: var(--text-color, #6A7075);
    font-family: 'Poppins Light';
    font-size: 9pt;
    margin: auto;
    padding-top: 16px;
}

.login-feedbacks > ul > li {
    margin-bottom: 4px;
}

.forinsia-insia-secretaria {
    height: 102%;
}

.forinsia-insia-txtUser, .forinsia-insia-TxtPwd {
    font-size: 13pt;
}

.forinsia-insia-lembrar-label {
    font-size: 13pt;
    margin-top: -2px;
}

.forinsia-insia-lembrar {
    width: 17px;
    height: 17px;
}

.forinsia-copyright {
    max-width: 34%;
    bottom: 5%;
    font-size: 11pt;
    position: fixed;
}


.recuperar {
    font-size: 13pt;
    text-align: center;
    font-family: 'Poppins Light';
    display: block;
    width: 70%;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.popover {
    max-width: 100%;
    width: 560px;
    padding-top: 16px;
}

.forinsia-olho-div:hover {
    cursor: pointer;
}

.alert-ispa {
    margin-top: 16px;
    width: 130%;
    margin-left: -50px;
    margin-right: -50px;
    font-size: 11pt;
    padding: 9px;
}

.client-logo-div {
    display: flex;
    justify-content: center;
    padding-top: 65px;
}

.client-logo-img {
    width: 40%;
}

.feedback-error {
    background-color: #dc35455e;
    padding: 8px;
    border-radius: 4px;
    margin-top: 16px;
    text-align: center;
}

.logo-insia {
    width: 40%;
}


@media (min-width: 1px) and (max-width: 899px) {
    .forinsia-perfis-div {
        width: 95%;
    }
    
    .container-left {
        width: 100%;
        margin: 0 auto;
    }

    .client-logo-img {
        width: 55%;
    }

    .container-right {
        display: none;
        overflow-y: unset;
    }

    .forinsia-copyright {
        bottom: 3%;
        width: 100%;
        max-width: unset;
        left: unset;
        right: unset;
    }

    .recuperar {
        width: 100%;
    }

   
}

@media (min-width: 900px) and (max-width: 1199px) {
    .container-left {
        width: 70%;
        max-height: 100%;
        margin: 0 auto;
    }

    .container-right {
        display: none;
    }

    .forinsia-copyright {
        bottom: 13%;
        left: 34%;
    }
}

@media (min-width: 1200px) and (max-width: 1599px) {
    .login-container {
        width: 85%;
        margin: auto;
        border-radius: 25px;
        height: 95%;
        margin-top: 15px;
    }

    .forinsia-insia-secretaria {
        width: 100%;
    }
}

@media (min-width: 1600px) {
    .login-container {
        width: 85%;
        margin: auto;
        border-radius: 25px;
        height: 95%;
        margin-top: 15px;
    }

    .login-feedbacks {
        font-size: 12pt;
        padding-top: 32px;
    }

    .forinsia-copyright {
        bottom: 8%;
        font-size: 13pt;
    }

    .forinsia-olho-div {
        top: 4px;
        width: 8%;
    }

    .alert-ispa {
        margin-top: 16px;
    }

    .logo-insia {
        width: 50%;
    }

    .recuperar {
        width: 55%;
    }
}