/**
 * @package    hubzero-cms
 * @copyright  Copyright (c) 2005-2020 The Regents of the University of California.
 * @license    http://opensource.org/licenses/MIT MIT
 */

@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v19/KFOmCnqEu92Fr1Mu4mxKKTU1Kg.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.auth .google:before {
	content: "";
	width: 47px;
	height: 47px;
	background-image: url('../img/btn_google_dark_normal_ios.svg');
	background-repeat: no-repeat;
	left: -2px;
	top: 2px;
}
.auth .google {
	background: #4285F4;
}
.auth .google .signin {
	font-family: "Roboto";
	font-weight: 400;
	margin-left: 55px;
}

/* Others */
.others .google:before {
	content: "\f02c";
}
.others .google {
	color: #4285F4;
}

/* Primary */
.primary .upper.google:before {
	content: "Google";
}
.primary .google:before {
	content: "";
}
.primary .google {
	background-color: #4285F4;
}
