.login-page input[type="submit"] {
	width: 100%;
}

.login-page input[type="text"] {
	font-size: 1em;
	padding: 14px 15px 14px 37px;
	width: 100%;
	color: #A8A8A8;
	outline: none;
	border: 1px solid #D3D3D3;
	background: #FFFFFF;
	margin: 0 0 1.5em 0;
}

.social-login-option a {
	font-family: Arial, serif;
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	border-radius: 0;
	font-size: 14px;
	height: 45px;
	padding: 12px;
	margin-top: 10px;
}

a.social-login-facebook {
	background-color: #3B5998;
	text-align: center;
	color: white;
	text-transform: none;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}

a.social-login-facebook > img {
	padding-right: 1px;
	width: 19px;
}

a.social-login-google {
	background-color: #fff;
	text-align: center;
	color: black;
	text-transform: none;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	border: 1px solid rgb(0, 0, 0, 0.2);
}

a.social-login-google > img {
	padding-right: 4px;
	width: 23px;
}

a.social-login-apple {
	background-color: #000;
	text-align: center;
	color: white;
	text-transform: none;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}

a.social-login-apple > img {
	padding-right: 4px;
	width: 24px;
}
