:root{
    --primary-color: rgb(146, 14, 10);

}
@keyframes colorChange {
    0% { color: rgb(255, 0, 0); } /* Vermelho */
    10% { color: rgb(255, 165, 0); } /* Laranja */
    70% { color: rgb(8, 255, 20); } /* Verde-amarelo */
    30% { color: rgb(162, 0, 255); } /* Magenta */
    40% { color: rgb(0, 255, 255); } /* Ciano */
    50% { color: rgb(0, 255, 0); } /* Verde */
    60% { color: rgb(0, 0, 255); } /* Azul */
    70% { color: rgb(8, 255, 20); } /* Verde-amarelo */
    80% { color: rgb(128, 0, 128); } /* Roxo */
    90% { color: rgb(255, 192, 203); } /* Rosa */
    100% { color: rgb(255, 0, 0); } /* Vermelho */
   }

@keyframes colorChange2 {
    0% { background-color: rgb(255, 0, 0); } /* Vermelho */
    10% { background-color: rgb(255, 165, 0); } /* Laranja */
    70% { background-color:rgb(8, 255, 20); } /* Verde-amarelo */
    30% {background-color: rgb(162, 0, 255); } /* Magenta */
    40% { background-color: rgb(0, 255, 255); } /* Ciano */
    50% {background-color: rgb(0, 255, 0); } /* Verde */
    60% {background-color: rgb(0, 0, 255); } /* Azul */
    70% { background-color: rgb(8, 255, 20); } /* Verde-amarelo */
    80% { background-color: rgb(128, 0, 128); } /* Roxo */
    90% {background-color: rgb(255, 192, 203); } /* Rosa */
    100% { background-color: rgb(255, 0, 0); } /* Vermelho */

}

body {
    background-color: rgb(5, 67, 109);
    font-family: "Roboto", sans-serif;
    background-image: url("./sun-waves-ocean-retro-tv-moewalls-com.gif");
    background-size: cover;
    background-repeat: repeat;
    border: 10px solid black;
    text-align: center;
    justify-content: center;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    align-self: center;    
    
}
.corpo{

    text-align: center;;
    padding: 0%;
    margin: 0%;
    margin-left: 0%;
    margin-top: 20%;
    background-color: rgb(255, 255, 255);
    border: 1px solid black;
    border-color: black;
    border-radius: 20px;
    padding: 0;
    padding-bottom: 0%;
    margin-bottom: 200px;
    padding-right:70px;
    
}

.parter1{
    border: 1px solid rgba(0, 0, 0, 0.8);
}

.titulo {
   font-size: 40px ;
}

.container{
    height: 100%;
    width: 100%;
    display: grid;
    grid-template-columns: 40% 60%;
    grid-template-rows: auto ;
    grid-template-areas: "login foto " ;
    gap: 0px;
    margin-left: 0%;
    padding-left: 0%;
    margin-right: 0%;
    padding-right: 0%;
    overflow: visible;
    margin-bottom: 0%;
    padding-bottom: 0%;
    border-radius: 15px;
    gap: 0px;

}


.login{
    height: 100%;
    width: 100%;
    background-color: rgb(255, 255, 255);
    grid-area: login;
    align-items: center;
    margin: 0%;
    padding: 0%;
    border-radius: 0%;
    border-radius: 15px;
    

    

   
}

.foto{
    height: 100%;
    width: 100%;
    background-color: blueviolet;
    grid-area: foto;
    align-items: center;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
   
    

    
    

}

.tit{
    text-align: left;
    margin-left: 8px;
    font-size: 25px;
    animation: colorChange 15s linear infinite;
    margin-top: 30px;
    margin-left: 40px;
  

}
.tit2{
    margin-top: -5%;
    text-align: left;
    margin-left: 8px;
    font-weight: bolder;
    font-size: 25px;
    animation: colorChange 15s linear infinite;
    margin-top: -10px;
    margin-left: 40px;

    
}

.L{
    animation: colorChange 15s linear infinite;
}

.form{
    background-color: #ffffff;
    margin: 10px;
    animation: colorChange 15s linear infinite;
}

.email{
    font-size: 12px;
    margin-right: 160px ;

}
.senha{
    font-size: 12px; 
    margin-right: 160px ;
}

.senha1{
    padding: 5px;
    background-color: var(--primary-color) ;
    padding: 10,1,10,1;
    padding-left: 40px ;
    text-align: center;
    padding-right: 40px;
    color: #000000;
    border-radius: 10px;
    animation: colorChange2 15s linear infinite;
    


}

.email1{
    outline: 0;
    border: 0;
    border-bottom: 1px solid black;
    
}

.senha2{
    outline: 0;
    border: 0;
    border-bottom: 1px solid black;
}

.foget{
    text-decoration: none;
    color: var(--primary-color);
    margin-left: 0px;
    font-size: 12px ;
    margin-top: 10px;

}

.create{
    text-decoration: none;
    color: var(--primary-color);
    font-size: 12px ;
    margin: 0%;
    padding: 0px;

    margin-top: 10px;

}

.foget{
    margin-top: -5px;
}

.img{
    overflow: visible;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    
}

#menus{

    background: #3f3f3f;
    border-color: rgb(255, 255, 255);
    text-align: end;
}


.container-fluid{
    display: flex;
}
 
@media screen and (max-width: 768px) {
    body {
       font-size: 20px;
       margin: 0px;
    }
    .header {
       display: none;
    }
    .container{
        display: block;
        margin-left: 0%;
        margin-right: 0%;
        padding: 0%;
    }
    .corpo{
        margin: 0%;
        padding: 0%;
        margin-bottom: 10%;
        margin-top: 20%;
    }
    .form{
        margin: 0%;
        margin-bottom: 4%;
        border-radius: 20px;

        
    }
    .img{
        height: 300px;
        width: 300px;
        border-radius: 0px;

    }
    
}  