@import url('https://fonts.googleapis.com/css?family=Roboto:100,200,300,400,500,600,700,800,900');

.button.-blue {
    color: #444444;
    background: #fff !important;
    border: 1px solid #e8e8e8;
    background-image: url(/static/img/logo.png);
    background-repeat: no-repeat;
    background-position: 6px 3px;
    background-size: 41px;
    animation: all 1s;
    font-family: inherit;
    font-weight: 400;
    font-size: 16;
    margin-top: 10px;
}


.button {
    display: flex;
    overflow: hidden;
    margin: 0px;
    padding: 12px 12px;
    cursor: pointer;
    user-select: none;
    transition: all 100ms ease-in-out;
    text-align: center;
    white-space: nowrap;
    text-decoration: none !important;
    text-transform: none;
    margin: 0px 8px 8px 0px;
    color: #fff;
    border: 0 none;
    border-radius: 3px;
    font-size: 20px;
    font-weight: 500;
    line-height: 0.8;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    justify-content: center;
    align-items: center;
    box-shadow: 3px 2px 6px 0px rgba(0, 0, 0, 0.16);
    transform: scale(.9999999);
}

.button.-blue:not(.tipped):hover {
    background-position: -16px -13px;
    background-size: 80px;
    border: 1px solid #2196f3;
    color: #2196f3;
    /* border-radius: 6px; */
}


.button.label {color:red;}
