body{
    background-color: azure;
}
.topo {
  background-color: azure;
}

.imagemlogo {
  float: left;
  width: 175px;
  margin-left:1px;
  width:120px; 
  height:90px;
}

.titulo-principal{
  font-size: "Open Sans Condensed", "Times New Roman", sans-serif;
  text-align: center;
    font-size: 65px;
    margin-left: 25px;
    color: black;
}
   
legend{
font-size: 20px;
font-weight: bold;
}
.botao-volta {
   background-color: paleturquoise;
    border: none;
    color: white;
    padding: 10px 12px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 13px;
    width: 150px;
    margin-left:10px;
    margin-top:80px;
}
#password{
    background-color: lightcyan;
    border-bottom-color:  black;
    color: black;
    text-decoration: none;
    display: inline-block;
    font-size: 13px;
    width: 200px;
    margin-left:50px;
    margin-top:30px;   
}
#confirm_password{
   background-color: lightcyan;
    border-bottom-color:  black;
    color: black;
    text-decoration: none;
    display: inline-block;
    font-size: 13px;
    width: 200px;
    margin-left:50px;
    margin-top:30px;   
}
.confirma{
 background-color: paleturquoise;
    border: none;
    color: white;
    padding: 5px 3px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 13px;
    width: 100px;
    margin-left:50px;
    margin-top:30px;   
}
.form{
    display: flex;
align-items: center;
justify-content: center;
height: 100vh;
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.senha{
background-color: rgba(19, 19, 19, 0.3);
padding: 40px;
border-radius: 2px;
width:280px;
padding-bottom: 50px;
opacity: 0.8;
color: #fff;
content: "";
background-color: #fff;
display: block;
margin-top: -17px;
margin-left: -5px;
color: #fff;
font-size: 12px;
opacity: 0.8;
display: flex;
flex-direction: column;
padding:10px 0;
}
.voltar{
 text-align: center;
font-size: 12px;
opacity: 0.8;
color: #fff;
text-decoration: none;   
}

