


a.btn-login-social {
    font-weight: 100;
    width: 100%;
    font-size: 1.5rem;
    color: #555;
    justify-content: center;
    align-items: center;
    text-transform: none !important;
    background: rgba(255, 255, 255, 1) 0% 0% no-repeat padding-box;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
    border-radius: 15px;
    opacity: 1;
}


.btn-microsoft svg {
    width: 20px;
    height: 20px;
}


.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}


.btn-microsoft small {
    font-size: 11px;
    display: block;
    line-height: 1;
    color: #777777;
    text-wrap: auto;
}