﻿/* Style for Single Sign-On buttons. */

.ms-signin-button {
    display: inline-flex;
    align-items: center;
    background-color: #f3f2f1;
    color: #5E5E5E;
    font-family: 'Segoe UI', Arial, sans-serif;
    font-weight: 600;
    padding: 0px 10px;
    box-shadow: inset 0 0 0 1px #8C8C8C;
    text-decoration: none;
    text-transform: initial;
    transition: background-color 0.3s;
}

.ms-signin-button:hover {
    background-color: #e1dfdd;
}

.ms-logo {
    margin-right: 10px;
}