.logins{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    width: 175px;
    height: 40px;
    background-color: aliceblue;
    color: rgb(8,95,99);
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 17px;
    border-radius: 10px;
    border-color: rgb(73,190,183);
    border-style: solid;
    border-width: 5px;
}
.icons{
    width: 20px; 
    height: 20px;
}