body{
    background-color: #162441;
}

@media screen and (max-width: 1024px) {
    
    #left{
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        width: 100% !important;
        height: 100% !important;
        background-color: #162441;
    }
    #right{
        display: none !important;
    }
    #img_fundo{
        display: block !important;
        width: 100% !important;
        margin: 0px !important;
        margin-top: 20px !important;
        margin-bottom: 50px !important;
    }
    #logo_prefeitura_1{
        display: block !important;
        width: 95% !important;
        margin: auto;
    }
    #logo_prefeitura_2{
        display: none !important;
    }
}

#wrapper {
    display: flex;
    height: 100vh;
    width: 100vw;
}

#left{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    width: 25%;
    height: 100%;
    background-color: #162441;
}

#right{
    display: flex;
    flex-direction: column;
    width: 75%;
    height: 100%;
    background-color: #162441;
}
#img_fundo{
    margin: auto;
    width: 100%;
}

#img_fundo_index{
    z-index: -3;
    position: absolute;
    width: 100%;
    height: 100%;
}

#logo_prefeitura_2{
    width: 50%;
    margin: 0px auto 70px 60px;
    position: absolute;
    top: 83%;
}

#div_logo_dengue{
    position: fixed;
    left: 40vw;
    z-index: 10;
    top: 3%;
    width: 50%;
}



#logo_dengue{

    width: 10%;
}
#btn_entrar{
    font-size: 22pt;
    color: green;
    cursor: pointer;
    margin-top: 12px;
    margin-top: 20px;
    padding: 10px 20px;
}

.label-inactive{
    animation: label-inactive 600ms;
    animation-fill-mode: forwards;
}

.label-active{
    animation: label-active 600ms;
    animation-fill-mode: forwards;
}

@keyframes label-inactive {
    
    from{
        transform: translateY(0%);
        opacity: 1;
        color: green;
        font-size: .8rem;
    }
    
    to{
        transform: translateY(100%);
        opacity: 33%;
    }
}

@keyframes label-active {
    
    from{
        transform: translateY(100%);
        opacity: 33%;
    }
    
    to{
        transform: translateY(0%);
        opacity: 1;
        color: green;
        font-size: .8rem;
    }
}


form{
    border-radius: 12px;
    /* border: 1pt solid #8080809c; */
    padding: 12px;

}

#div_login,#div_password,#user_login{
    margin-bottom: 0 !important;
}

#seePass {
    position: relative;
    width: 300px;
}

#iconEye {
    position: absolute;
    right: -25px;
    top: 60%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #fff; /* opcional, só pra garantir visibilidade */
}

#form_user {
    font-size: 1.5rem;
    margin: auto 10px auto 40px;
    & input[type="text"],
    & input[type="password"]{
        width: 270px;
        height: 40px;
        font-size: 1.5rem;
        padding: 10px;
        margin-top: 10px;
    }
    & label {
        font-size: 1.4rem;
        margin: 20px 0 1px 0;
        color: white;
    }
}

#link_acesso_restrito {
    color: #fff;
    font-size: 1.6rem;
    margin-top: 20px;
    display: inline-block;
}