.ifsl-login-container {
	margin-top: 20px;
	margin-bottom: 20px;
	width: 100%;
}

.ifsl-separator {
	display: flex;
	align-items: center;
	text-align: center;
	margin-bottom: 15px;
	color: #666;
	font-size: 14px;
}

.ifsl-separator::before,
.ifsl-separator::after {
	content: '';
	flex: 1;
	border-bottom: 1px solid #ddd;
}

.ifsl-separator:not(:empty)::before {
	margin-right: .25em;
}

.ifsl-separator:not(:empty)::after {
	margin-left: .25em;
}

.ifsl-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 10px 15px;
	border-radius: 4px;
	text-decoration: none;
	font-weight: 500;
	font-size: 15px;
	box-sizing: border-box;
	transition: background-color 0.3s, box-shadow 0.3s;
}

.ifsl-btn:hover {
	text-decoration: none;
}

.ifsl-btn-google {
	background-color: #ffffff;
	color: #3c4043;
	border: 1px solid #dadce0;
	box-shadow: 0 1px 2px 0 rgba(60,64,67,0.3), 0 1px 3px 1px rgba(60,64,67,0.15);
}

.ifsl-btn-google:hover {
	background-color: #f8f9fa;
	box-shadow: 0 1px 3px 0 rgba(60,64,67,0.3), 0 4px 8px 3px rgba(60,64,67,0.15);
}

.ifsl-icon {
	width: 20px;
	height: 20px;
	margin-right: 10px;
}

/* WP Login overrides */
#login .ifsl-login-container {
	margin-top: 15px;
	padding-top: 15px;
}
