﻿.service {
    display: flex;
    align-items: center;
    background-repeat: repeat-x;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 10px;
    text-align: left;
    text-decoration: none;
    height: 42px;
    width: 100%;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    border-radius: 2px;
    font-size:12px;
}

[dir="rtl"] .service {
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.service:active {
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
}

.logo {
    background-size: contain;
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    margin: 12px 24px 12px 12px;
}

.facebook{background: #3c5a99; color: #FFF;}

.google{background: #4285f4; color: #FFF;}

.twitter{background: #1da1f2; color: #FFF;}

.facebook:hover {
    background: #4f6aa1;
    text-decoration: none;
    color: #FFF;
}

.google:hover {
    background: #5593f8;
    text-decoration: none;
    color: #FFF;
}

.twitter:hover {
    background: #30aaf5;
    text-decoration: none;
    color: #FFF;
}

.facebook .logo {
    background-image: url(../../Images/Auth/facebook.png);
}

.google .logo {
    background-image: url(../../Images/Auth/google.png);
}

.office365 .logo {
    background-image: url(../../Images/Auth/microsoft.png);
}

.twitter .logo {
    background-image: url(../../Images/Auth/twitter.png);
    margin-top: 14px;
    margin-bottom: 10px;
}