.br-sign-in {
    border-radius: 100em;
    background-color: #f8f8f8;
    display: inline-flex;
    border: 0;
    align-items: center;
    cursor: pointer;
    padding: 0 16px;
    position: relative;
    color: #1351b4;
    font-size: 16.8px;
    font-weight: 500;
    height: 40px;
    justify-content: center;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
    text-decoration: none !important;
}

.br-sign-in:hover {
    background-color: gainsboro;
}

.br-sign-in img {
  max-height: 20px;
}