/*
Template Name: Elements
Updated: (5/7/2019) David Duy Ngo
File: Elements
*/

.google-sign-in {
	font-family: var(--qbench-font-inter);
	width: 190px;
	height: 40px;
	font-size: var(--qbench-label-base-size);
	line-height: var(--qbench-label-base-lh);
	letter-spacing: var(--qbench-ls-snug);
	padding: 8px;
	border: 1px solid rgba(54, 64, 74, 0.05);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
	color: #737373;
	background-clip: padding-box;
	background-color: #FFFFFF;
	transition-property: background-color;
	transition-duration: 150ms;
	transition-timing-function: ease-in-out;
}
.google-sign-in:hover {
	background-color: rgba(54, 64, 74, 0.05);
}

.google-sign-in-shadow {
    background-color: rgba(54, 64, 74, 0.05);
    border-radius: 5px;
    padding-right: 2px;
    padding-bottom: 2px;

}

.google-sign-in:active {
    background-color: #e5e5e5;
}
