.loginForm-input {
	width: 100%;
	height: 48px;
	line-height: 48px;
	padding: 0 16px;
	border: 1px solid #e5e5e7;
	border-radius: 14px;
	background-color: #ffffff;
	font-size: 16px;
	color: #1d1d1f;
	outline: none;
	transition: all 0.2s ease-in-out;
}


.loginForm-input:focus {
	border-color: #0071e3;
	box-shadow: 0 0 0 2px rgba(0, 113, 227, 0.2);
}
.loginForm-input::placeholder {
	color: #c7c7cc;
	font-size: 15px;
}
.loginForm-input-half {
	width: 50%;
	height: 48px;
	line-height: 48px;
	padding: 0 16px;
	border: 1px solid #e5e5e7;
	border-radius: 14px;
	background-color: #ffffff;
	font-size: 16px;
	color: #1d1d1f;
	outline: none;
	transition: all 0.2s ease-in-out;
}
.loginForm-input-half:focus {
	border-color: #0071e3;
	box-shadow: 0 0 0 2px rgba(0, 113, 227, 0.2);
}
.loginForm-input-half::placeholder {
	color: #c7c7cc;
	font-size: 15px;
}
