﻿.external-login-button {
    height: 41px;
}

.external-login-button button {
    direction: ltr;
    width: 320px;
    height: 40px;
    padding: 0 12px;
    color: #3c4043;
    background-color: #ffffff;
    border: 1px solid #dadce0;
    box-shadow: none;
    border-radius: 4px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 500;
}

.external-login-button button:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: rgb(210, 227, 252);
    outline: none;
    background: rgba(66, 133, 244, .08);
}

.external-login-button img {
    float: left;
}

#google-signin-btn {
    direction: ltr;
}