
/*HEADER*/
header .padrao{
    align-items: center;
    justify-content: center;
}

/*MAIN*/
form{
   flex-direction: column;
   align-items: center;
}
select{
    padding: 15px 21px;
    text-transform: uppercase;
    border-radius: 5px;
    border:solid 1px #122F5C;
}

#pass{
    padding: 15px 20px;
    width: 145px;
    border-radius: 5px;
    border:solid 1px #122F5C;
    font-size: 15px;
}
#password img{
   background-color: #122F5C;
   height: 20px;
   padding: 10px;
   border-radius: 5px;
   margin-left: 5px;
   cursor: pointer;
}
#password img:hover{
    background-color: #234372;
 }
#password{
    align-items: center;
}

/*FOOTER*/


/*MOBILE*/
@media (max-width:767px){
    .icon-logo{
        height: 35px;
        margin-right: 5px;
    }
}