@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css');

.logo{
    height: 30px;
}
.banner{
    width: 100%;
}
.Recuo{
    background-color: #2c408e;
}
.text-center{
    color: white;
}
.recuo{
    padding: 40px 120px;
}
.fale{
    width: 200px;
    margin: 10px;
}
#contato form{
    width: 360px;
    margin: auto;
}
#contato textarea{
    height: 100px;
    resize: none;
}
.img{
    position: absolute;
    right: 200px;
    top: 1350px;
    width: 550px; 
    padding: 50px;
}
.foto{
    width: 110px;
    border-radius: 50%;
    filter: drop-shadow(5px 5px 10px #666);
}
.nome{
    color: white;
    font-weight: bold;
    font-size: 24px;
    margin-left: 20px;
}
.dep p{
    color: white;
    margin: 20px 5px;
    padding: 20px;
    filter: drop-shadow(5px 5px 10px #666);
}
.dep .col{
    rotate: -1deg;
}
#rodape{
    background-color: #2c408e;
    color: aliceblue;
    padding: 60px 150px;
}

/* Mostrar senha */

.eye1, .eye3 {
    font-size: 18px;
    background-color: #aaa;
    border-radius: 0 5px 5px 0;
    margin-left: -30px;
    padding: 10px 12px;
    color: black;
    cursor:pointer;
}
.eye2, .eye4 {
    font-size: 18px;
    background-color: #aaa;
    border-radius: 0 5px 5px 0;
    margin-left: -30px;
    padding: 10px 12px;
    color: black;
    cursor: pointer;
    display: none;
}


/* ajustes para celular */

@media only screen and (max-width: 640px) {
    .banner{
        display: none;
    }

    .recuo{
        padding: 40px 10px;
    }
    .fale{
        width: 90%;
    }
    #contato form{
        width: 90%;
    }
  }