﻿.login-field.login-field--google {
    width: auto;
    padding: 2rem 3rem;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    background-color: #ffffff;
}

.login-field--google__brand {
    height: 66px;
    max-height: 66px;
    text-align: center;
    margin-bottom: 2rem;
}

    .login-field--google__brand > img {
        min-height: 100%;
        height: 100%;
        max-height: 100%;
    }

.login-field--google__button {
    font-family: Arial,sans-serif;
    background-color: #1a73e8;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .0107142857em;
    transition: background-color 280ms cubic-bezier(0.4,0,0.2,1);
    padding: 0 24px;
    height: 36px;
    min-width: 88px;
    outline: 0;
    border: 0;
    border-radius: 4px;
}

    .login-field--google__button:hover {
        background-color: #1b66ca;
    }
