#providers {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
}

.provider {
    flex: 1 0 20%;
    height: 100px;
    margin: 10px;
    border-radius: 20px;
    cursor: pointer;
    background-color: #444;
    text-align: center;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.provider:hover {
    background-color: #aaa;
}

.provider-img {
    margin: 0!important;
    width: auto!important;
    /*height: 80%!important;*/
}

.logout {
    font-family: Arial, Helvetica, sans-serif;
    color: #ccc;
    font-size: 12px;
    cursor: pointer;
    display:block;
}