html,
body {
    overflow: hidden;
}

a {
    color: #005da9;
}

a:hover {
    color: #005da9;
}

.side-img {
    height: 100vh;
    background-color: aqua;
}

label{
    font-weight: bold;
}

.btn-green-gradient {
    background: transparent linear-gradient(261deg, #17A651 0%, var(--unnamed-color-8dc63f) 100%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(261deg, #17A651 0%, #8DC63F 100%) 0% 0% no-repeat padding-box;
    color: #ffffff;
    border: none!important;
}

.btn-green-gradient:hover {
    background: transparent linear-gradient(45deg, #17A651 0%, var(--unnamed-color-8dc63f) 100%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(45deg, #17A651 0%, #8DC63F 100%) 0% 0% no-repeat padding-box;
}

.btn-blue {
    background-color: #005da9;
    color: #ffffff;
    border: none!important;
}

.background-login {
    background: #FAFFFC;
}

#manuseia-msg-keyboard {
    display: none;
}

.senha-info {
    font-size: 11px;
    font-style: italic;
    color: #969696;
}

.iso-container {
    padding: 0px 0px 60px;
    display: flex;
    position: absolute;
    bottom: 0;
    justify-content: center;
    width: 100%;
}

.iso-image {
    display: block;
    width: 80%;
    text-align: center;
    min-width: 160px;
    align-items: center;
    justify-content: center;
}

.iso-text {
    display: flex;
    color: white;
    width: 85%;
    align-items: center;
    justify-content: center;
    max-width: 560px;
}

@media only screen and (max-width: 900px) {
    .iso-container {
        display: block;
        padding: 50px 30px;
    }

    .iso-image {
        width: 100%;
        min-width: 100%;
        display: block;
    }

    .iso-text {
        width: 100%;
        min-width: 100%;
        display: block;
    }

}
