html,
body {
    height: 100%;
}

.login_container {
    display: flex;
    justify-content: center;
    align-items: center;
}

#div-guga img {
    height: 100vh;
}

#caixa-login {
    border-radius: 20px;
    background: #093758;
}

#login-texto>h1 {
    color: #7DF71F;
    text-align: center;
    font-family: Roboto;
    font-size: 49px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

#div-esqueci-minha-senha {
    text-align: center;
    color: #fff;
}

#div-esqueci-minha-senha a {
    color: #fff;
}

#div-esqueci-minha-senha a:hover {
    color: #d5d5d5;
}

#login-footer {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.body_login {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: rgba(0, 0, 0, 0.87);
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

.login-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.login-header img {
    width: 50%;
}

.login_body {
    gap: 30px;
    display: flex;
    flex-direction: column;
    padding: 1rem;
    background-color: transparent;

}

.login_body form .input-group-text {
    padding: 0px;
    background: #ffffff;
    padding-right: 1rem;
    padding-left: 0.5rem;
}

.login_body form input {
    border: 1px solid #ced4da;
}

#btn_logar {
    color: #000;
    background-color: #A6FF46;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 19px;
}

#btn_logar:hover {
    color: #A6FF46;
    background-color: #000;
    transition: all 0.5s ease;
}

label {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700 !important;
    font-size: 20px !important;
    line-height: 23px;
    color: #FFFFFF;
}

@media (max-width: 425px) {
    #caixa-login {
        width: 100%;
    }
}