.services {
	margin-top: 20px;
	overflow: auto;
}
.auth-services {
	margin:0;
	list-style: none;
	overflow: auto;
}
.auth-service{margin-top: 10px;}
.auth-service .auth-link{
	display: flex;
	justify-content: center;
	padding: 14px 15px 14px 15px;
}
.auth-service.facebook .auth-link{
	background-color: #1a538a;
}
.auth-service.facebook .auth-link:hover{
	background-color: #164675;
}
.auth-service.google .auth-link, .auth-service.google_oauth .auth-link{
	border: 1px solid #dedfe0;
	background-color: #ffffff;
}
.auth-service.google .auth-link:hover, .auth-service.google_oauth .auth-link:hover{
	background-color: #f2f3f5;
}
.auth-service .auth-link .auth-title {
	color: #122E3B;
	font-family: 'Hind', sans-serif;
	font-size: 17px;
	font-weight: 400;
	line-height: 27px;
}
.auth-service.facebook .auth-link .auth-title{
	color: #ffffff;
}
.auth-service .auth-link .auth-icon{
	width: 30px;
	height: 25px;
	position: relative;
}
.auth-service .auth-link .auth-icon:before{
	content: '';
	width: 25px;
	height: 25px;
	position: absolute;
	left: 0;
}
.auth-service.facebook .auth-link .auth-icon:before{
	background: url("../images/icon-facebook.svg") no-repeat;
}
.auth-service.google .auth-link .auth-icon:before,.auth-service.google_oauth .auth-link .auth-icon:before{
	background: url("../images/icon-google.svg") no-repeat;
	top: 4px;
}