@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0;100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
*{
    margin:0; 
    padding:0;
    font-family: 'Roboto', sans-serif;
}
body
{
    background-image: url();
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.container{
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 100px;
}
.card{
    background-color: #ffffff80;
    padding: 30px;
}



color: #7a3077;
font-weight: bold;
text-decoration: none;
transition: all .3s ease-out;

a:hover{
  color: #272262;
}
        
.fa-eye{
    position: absolute;
    top: 15px;    
    right: 10px;
    cursor: pointer;
    color: #272262;
 }       
#msgError{
 text-align: center;
 color: #ff0000;
 background-color: #ffbbbb;
 padding: 10px;
 border-radius: 4px;
 display: none;
}
