@charset "UTF-8";
*{
    margin: 0;
    padding: 0;
   
    
}
body{
    background-color: #d0d6d6a1;
}


div{
  
   
    margin: auto;
    margin-top: 10vh;
   
}
#e-mail{
    width: 55vw;
    height: 4.5vh;

}
#senha{
    width: 55vw;
    height: 4.5vh;
  
    
  
    
    
  
}
p #e-mail{
    position: relative;
    padding-left: 2.5rem;
    top: 17px;
    background-color: #f5f5f507;
   
    


    
   
    
}

#icon-email{
    position: absolute;
    top:22px;
    z-index: 10;
    font-size:  24px;
    padding-left: 8px;
    
    
    

}
#icon-login{
    position: relative;
    font-size: 15vh;
    text-align: center;
    left: 17vh;
    padding-bottom: 30px;
    font-weight: 100;
    
  
    
   
}

p #senha{
    position: relative;
    padding-left: 2.5rem;
    top: 20px;
    background-color: #55555500;
    
}
#icon-senha{
    position: absolute;
    z-index: 10;
    top: 20px;
    font-size: 30px;
    padding-left: 5px;

}
#lembrar-senha{
    
    position: relative;
    top: 18px;
    gap: 19vw;
    display: inline-flex;
    font-size: 10px;
    padding-top: 4px;
    
    
    
}



span{
    display: flex;
    gap:0.5vw;
    color: #ffffff;
    
    
}

form{
    height: 40vh;
    padding-top: 10px;
}
fieldset{
    width: 60vw;
    height: 57vh;
    margin: auto;
    margin-top: 10vh;
    padding: 5px;
    position: relative;
}
fieldset  p{
    margin: auto;
    position: relative;
    
   
    
  



}

#login{
    width: 70vw;
    height: 80vh;
    background-color:#AEC0DB;
    position: relative;
    margin: auto;
    border-radius: 0px 0px 10px 10px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.253);
    background-image: url(imagens/login.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 25;
    

}

#esqueceu-senha{
    color: rgba(255, 255, 255, 0.979);
    text-decoration: none;
    font-weight: 200;
    position: relative;
    left: 5vh;
    font-size: 10px;
   
}
#esqueceu-senha:hover{
    text-decoration: underline;
}
#entrar{
  text-align: center;
  padding-top: 10px;
  position: relative;
  top: 20px;
 
  
}
input{
    border: 1px solid #a7a6a6;
}

::placeholder{
   color: rgba(255, 255, 255, 0.849);
 
    
}
#entrar input{
    width: 40vw;
    height: 4vh;
    background: linear-gradient(135deg, #007bff, #3d51ac);
    border-radius: 8px;
    transition: 0.3s;
    color: white;    
}
#entrar input:hover{
   transform: scale(1.05);
}
#cadastro{
    position: relative;
    text-align: center;
    padding-top: 1px;
    color: #fafafa;
    font-size: 12px;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.144);
    top: 30px;
    
    
}

#cadastro a {
    color: rgb(124, 179, 243);
    text-decoration: none;
}
#cadastro a:hover{
    text-decoration: underline;
    font-weight: bolder;
  

}
#logarcom{
    color: rgba(255, 255, 255, 0.651);
    text-align: center;
    font-size: 12px;
    position: relative;
    top: 40px;
    text-shadow: 1px 2px rgba(0, 0, 0, 0);
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    
    
}
a > img:hover{
    font-size: 50px;
    transition: 0.1s;
    transform: scale(1.2);
 
}
a > img {
    padding-top: 10px;
    width: 45px;
    height: 45px;
   
    
   
}



