.employees_auth {
	max-width: 400px;
	padding: 52px 54px 67px 55px;
	box-sizing: content-box;
	margin: 0 auto;
}

.employees_auth__title {
	text-align: left;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 22px;
}

.employees_auth input {
	color: #000;
	width: 100%;
	border-radius: 0;
	border: 1px solid var(--color-default);
	padding: 16px 18px;
	font-size: 14px;
	margin-bottom: 20px;
}

.employees_auth button {
	border-color: #000;
	background: #000;
	color: white;
	font-size: 14px;
	padding: 13px 15px;
	width: 100%;
}

.employees_auth__error {
	color: red;
	margin-bottom: 22px;
}