@media screen and (min-width:320px) and (max-width: 600px) {
    body{
        background-color: var(--cor1);
        height: 100dvh;
        width: 100dvw;    
        display: flex;
        align-items: center;
        justify-content: center;
        background-image: linear-gradient(#FFFF99,#002060);
        overflow: hidden;
    
    }
    :root{
        --cor0:#002060;
        --cor1:#FFFF99;
        --cor3:#ffffff;
    }
    .main-conteudo-cadastro{
        background-color: var(--cor0);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 90%;
        height: 90%;
        border-radius: 30px;
    }
    .titulo-cadastramento{
        margin-top: 20px;
        color: var(--cor3);
        font-weight: 500;
        font-size: 19px;
    }
    .laber-texto{
        color: var(--cor3);
        font-size: 14px;
    }
    .input-data{
        width: 49%;
        border: none;
        padding: 5px;
        font-size: 14px;
    }
    .titulo-cadastramento{
        margin-top: 0px;
        width:95%;
        text-align: center;
        color: var(--cor3);
        font-weight: 700;
        font-size: 18px;
    }
    #toggle-password img {
        width: 20px;
        height: 20px;
    }
    .senha-usuario input:focus-visible{
        outline: none;
    }
    
    .input-usuario{
        border-radius: 10px;
        border: none;
        width: 200px;
        font-size: 18px;
        background-color: rgb(255, 255, 255);
        padding-top: 7px;
        padding-bottom: 7px;
        
    }
    .senha-usuario{
        display: flex;
        gap: 5px;
        background-color: var(--cor3);
        margin-top: 10px;
        border-radius: 10px;
        align-items: center;
        justify-content: center;
    }
    
    .input-usuario2{
        border-radius: 10px;
        border: none;
        width: 9.5rem;
        font-size: 18px;
        background-color: rgb(255, 255, 255);
    }
    .inputs{
        display: flex;
        flex-direction: column;
        gap: 10px;
        width: 10%;
        margin-top: 15px;
        justify-content: center;
        align-items: center;
    }
    .incone-login{
        height: 30px;
        width: 30px;
    }
    
}
@media screen and (min-width:600px) and (max-width: 768px){
    body{
        background-color: var(--cor1);
        height: 100dvh;
        width: 100dvw;    
        display: flex;
        align-items: center;
        justify-content: center;
        background-image: linear-gradient(#FFFF99,#002060);
        overflow: hidden;
    
    }
    :root{
        --cor0:#002060;
        --cor1:#FFFF99;
        --cor3:#ffffff;
    }
    .main-conteudo-cadastro{
        background-color: var(--cor0);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 60%;
        height: 90%;
        border-radius: 30px;
    }
    .titulo-cadastramento{
        margin-top: 20px;
        color: var(--cor3);
        font-weight: 500;
        font-size: 19px;
    }
    .laber-texto{
        color: var(--cor3);
        font-size: 14px;
    }
    .input-data{
        width: 49%;
        border: none;
        padding: 5px;
        font-size: 14px;
    }

}
@media screen and (min-width:768px) and (max-width: 992px){
    body{
        background-color: var(--cor1);
        height: 100dvh;
        width: 100dvw;    
        display: flex;
        align-items: center;
        justify-content: center;
        background-image: linear-gradient(#FFFF99,#002060);
        overflow: hidden;
    
    }
    :root{
        --cor0:#002060;
        --cor1:#FFFF99;
        --cor3:#ffffff;
    }
    .main-conteudo-cadastro{
        background-color: var(--cor0);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 50%;
        height: 90%;
        border-radius: 30px;
    }
    .titulo-cadastramento{
        margin-top: 20px;
        color: var(--cor3);
        font-weight: 500;
        font-size: 19px;
    }
    .laber-texto{
        color: var(--cor3);
        font-size: 14px;
    }
    .input-data{
        width: 49%;
        border: none;
        padding: 5px;
        font-size: 14px;
    }

}
@media screen and (min-width:992px) and (max-width: 1200px){
    body{
        background-color: var(--cor1);
        height: 100dvh;
        width: 100dvw;    
        display: flex;
        align-items: center;
        justify-content: center;
        background-image: linear-gradient(#FFFF99,#002060);
        overflow: hidden;
    
    }
    :root{
        --cor0:#002060;
        --cor1:#FFFF99;
        --cor3:#ffffff;
    }
    .main-conteudo-cadastro{
        background-color: var(--cor0);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 40%;
        height: 90%;
        border-radius: 30px;
    }
    .titulo-cadastramento{
        margin-top: 20px;
        color: var(--cor3);
        font-weight: 500;
        font-size: 19px;
    }
    .laber-texto{
        color: var(--cor3);
        font-size: 14px;
    }
    .input-data{
        width: 49%;
        border: none;
        padding: 5px;
        font-size: 14px;
    }

}