ul.social_sign_up {
	padding: 0;
	margin: 0;
	list-style: none;
}

.white_button {
	font-size: 18px;
	line-height: 23px;
	text-decoration: none;
	border-radius: 3px;
	height: 52px;
	box-shadow: 0px 1px 2px 0px rgba(36, 48, 110, 0.20);
	border: 1px solid #f5f5f5;
	display: flex;
	width: 100%;
	align-items: center;
	gap: 20px;
	transition: all 0.3s;
}

.white_button:hover {
	box-shadow: none;
	background-color: #f5f5f5;
}

.social_button {
	justify-content: center;
	gap: 15px;
}

.social_button:before {
	content: '';
}

.social_button.google:before {
	width: 24px;
	height: 24px;
	background: url(../img/google-logo.svg);
}

.social_or {
	position: relative;
	text-align: center;
	margin-bottom: 18px;
}

.social_or:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #c2c8d0;
}

.or_text {
	background-color: white;
	position: relative;
	display: inline-flex;
	padding: 0px 15px;
	text-transform: uppercase;
	font-size: 14px;
}
