
@media screen and (min-width:320px) and (max-width: 600px) {
    :root{
        --cor0:#002060;
        --cor1:#FFFF99;
        --cor3:#ffffff;
    }
    body{
        background-color: var(--cor1);
        height: 100dvh;
        width: 100dvw;    
        display: flex;
        align-items: center;
        justify-content: center;
        background-image: linear-gradient(#FFFF99,#002060);
        background-repeat: no-repeat;
        background-size: cover;
        overflow: hidden;
    }
    .main-conteudo-login{
        background-color: var(--cor0);
        display: flex;
        flex-direction: column;
        width: 85%;
        height: 85%; 
        border-radius: 30px;
        padding: 20px;
        opacity: 1;
    }
    .login-form{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .incone-login{
        width: 30px;
        height: 30px;
    }
    .login-usuario{
        display: flex;
        gap: 10px;
    }
    .senha-usuario{
        display: flex;
        gap: 10px;
        margin-top: 10px;
    }
    .inputs{
        display: flex;
        flex-direction: column;
        gap: 10px;
        width: 100%;
        margin-top: 15px;
        justify-content: center;
        align-items: center;
    }
    .input-usuario{
        border-radius: 10px;
        border: none;
        width: 100%;
        font-size: 16px;
    }
    .link-cadastro{
        text-decoration: none;
        color: var(--cor3);
        transition: 0.3s;
        font-size: 15px;
    }
    .checkbox-texto{
        font-size: 13px;
    }
    .checkbox-marcado{
        width: 12px;
        height: 12px;
    }
    .link-cadastro:hover{
        transition: 0.3s ease;
        color: var(--cor1);
        scale:1.1;
    }
    .texto-logins{
        color: var(--cor3);
        font-size: 16px;
    }
    .texto-infos{
      margin-top: 10px;
      display: flex;
      align-items: center;
      flex-direction: column;
      margin-bottom: 10px;
      
    }
    .logo-header{
        height: 100%;
        width: 35%;
    }
    .footer{
        margin-top: 15px;
        display: flex;
        gap: 20px;
        color: var(--cor3);
    }
    .checkbox-user{
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 5px;
    }
    .entar-box{
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10%;
        
    }
    .btn-entar{
        margin-top: 5%;
        width: 45%;
        padding: 6px;
        background-color: var(--cor1);
        color: var(--cor0);
        border: none;
        border-radius: 20px;
        cursor: pointer;
        font-size: 15px;
        font-weight: 700;
        font-size: 17px;
        
    }
    .senha-usuario{
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: var(--cor3);
        margin-top: 10px;
        border-radius: 10px;
    }
    .btn-entar:hover{
        background-color: var(--cor3);
    }
    .input-usuario2{
        border-radius: 10px;
        border: none;
        width: 9.1rem;
        font-size: 18px;
        background-color: rgb(255, 255, 255)
    }
    
.btn-link{
    text-decoration: none;
    background-color:var(--cor1);
    color: var(--cor0);
    width: 35%;
    border: none;
    padding: 0.8rem;
    border-radius: 15px;
    font-size: 17px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    margin-top: 10%;
}
.btn-link:hover{
    background-color: var(--cor3);
    color: var(--cor0);

}

}
@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);
        background-repeat: no-repeat;
        background-size: cover;
        overflow: hidden;
    }
    .main-conteudo-login{
        background-color: var(--cor0);
        display: flex;
        flex-direction: column;
        width: 70%;
        height: 90%; 
        border-radius: 30px;
        padding: 20px;
        opacity: 1;
    }
  

}

@media screen and (min-width:768px) and (max-width: 992px) {
    *{
        padding: 0;
        margin: 0;
        box-sizing: border-box;
        font-family: "Rubik", sans-serif;
    }
    
    body{
        background-color: var(--cor1);
        height: 100dvh;
        width: 100dvw;    
        display: flex;
        align-items: center;
        justify-content: center;
        background-image: linear-gradient(#FFFF99,#002060);
        background-repeat: no-repeat;
        background-size: cover;
        overflow: hidden;
    
    }
    :root{
        --cor0:#002060;
        --cor1:#FFFF99;
        --cor3:#ffffff;
    }
    
    .logo-header{
        height: 90%;
        width: 30%;
    }
    
    .main-conteudo-login{
        background-color: var(--cor0);
        display: flex;
        flex-direction: column;
        width: 45%;
        height: 90%; 
        border-radius: 30px;
        padding: 20px;
        opacity: 1;
    }
    .login-form{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .incone-login{
        width: 30px;
        height: 30px;
    }
    .login-usuario{
        display: flex;
        gap: 10px;
    }
    .senha-usuario{
        display: flex;
        gap: 10px;
        margin-top: 10px;
    }
    .inputs{
        display: flex;
        flex-direction: column;
        gap: 10px;
        width: 100%;
        margin-top: 15px;
        justify-content: center;
        align-items: center;
    }
    .input-usuario{
        border-radius: 10px;
        border: none;
        width: 300px;
        font-size: 18px;
    }
    .link-cadastro{
        text-decoration: none;
        color: var(--cor3);
        transition: 0.3s;
        font-size: 15px;
    }
    .checkbox-texto{
        font-size: 15px;
    }
    .checkbox-marcado{
        width: 15px;
        height: 15px;
    }
    .link-cadastro:hover{
        transition: 0.3s ease;
        color: var(--cor1);
        scale:1.1;
    }
    .texto-logins{
        color: var(--cor3);
        font-size: 20px;
    }
    .texto-infos{
      margin-bottom: 10px;
      display: flex;
      align-items: center;
      flex-direction: column;
      margin-bottom: 10px;
      
    }
    .footer{
        margin-top: 15px;
        display: flex;
        gap: 20px;
        color: var(--cor3);
    }
    .checkbox-user{
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 5px;
    }
    .entar-box{
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10%;
    }
    .btn-entar{
        margin-top: 7%;
        width: 30%;
        padding: 6px;
        background-color: var(--cor1);
        color: var(--cor0);
        border: none;
        border-radius: 20px;
        cursor: pointer;
        font-size: 15px;
        font-weight: 700;
        font-size: 17px;
        
    }
    .btn-entar:hover{
        background-color: var(--cor3);
    }
    
.input-usuario{
    border-radius: 10px;
    border: none;
    width: 300px;
    font-size: 18px;
    background-color: rgb(255, 255, 255);
    padding-top: 7px;
    padding-bottom: 7px;
   
}
.senha-usuario{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--cor3);
    margin-top: 10px;
    border-radius: 10px;
}

.input-usuario2{
    border-radius: 10px;
    border: none;
    width: 15.8rem;
    font-size: 18px;
    background-color: rgb(255, 255, 255)
}
    
    
}
@media (width > 1368){
    body{
        background-color: var(--cor1);
        height: 100dvh;
        width: 100dvw;    
        display: flex;
        align-items: center;
        justify-content: center;
        background-image: linear-gradient(#FFFF99,#002060);
        background-repeat: no-repeat;
        background-size: cover;
        overflow: hidden;
    }
    .main-conteudo-login{
        background-color: var(--cor0);
        display: flex;
        flex-direction: column;
        width: 45%;
        height: 90%; 
        border-radius: 30px;
        padding: 20px;
        opacity: 1;
    }

}