.services {
	position: relative;
	font-family: Roboto,sans-serif;
	display: flex;
	flex-direction: column;
	justify-content: center;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.auth-services {
	padding: 0;
	margin: 0 0 20px 0;
	border-radius: 3px;
	overflow: hidden;
	border: 1px solid rgba(0,0,0,.12);
	-webkit-transition: 0;
	transition: 0;
	background: #fff;
}
.auth-service {
	box-sizing: border-box;
	position: relative;
	background: rgba(0,0,0,0);
	width: 100%;
	padding: 0 0 0 24px;
	margin: 0;
	border: 0;
	cursor: pointer;
	-webkit-transition: 0;
	transition: 0;
}
.auth-service:hover {
	background: #f5f5f5;
}
.auth-service:first-child a {
	border-top: 0;
}
.auth-link {
	font-family: verdana, tahoma, arial, sans-serif;
	font-weight: 500;
	color: rgba(0,0,0,.87);
	letter-spacing: .3px;
	font-size: 12px;
	line-height: 16px;
	height: 50px;
	min-height: 50px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 0;
	border-top: 1px solid rgba(0,0,0,.12);
}
.auth-icon {
	display: inline-block !important;
	padding-right: 45px;
	box-sizing: content-box;
	font-size: 30px;
}
.auth-title {
	flex-grow: 1;
	text-align: left;
	display: block;
}