#authPage input[type="text"],
#authPage input[type="password"] {
	border: 1px solid #919191;
	padding: 0 15px;
	font-size: 16px;
	line-height: 2.5rem;
	display: block;
	margin-top: 1.5rem;
	width: 290px;
	color: #4b4b4b;
	letter-spacing: 0.1rem;
}

#authPage input:first-child {
	margin-top: 0;
}

#authPage input[type="submit"] {
	background: none;
	cursor: pointer;
	width: 232px;
	border: 1px solid #121212;
	letter-spacing: 0.1rem;
	height: 52px;
	line-height: 52px;
	padding: 0;
	margin: 1.5rem 0;
}

#authPage input[type="submit"]:hover {
	color: #808080;
	border: 1px solid #808080;
}

#authPage p {
	margin-bottom: 0;
}

#authPage .form_message.err {
	color: red;
	background: #fff;
	font-weight: bold;
	display: none;
}

#authPage .authText {
	margin: 1rem 0;
	min-height: 34px;
	align-items: center;
}

#authPage {
	width: 64%;
}

#authPage.slim {
	width: 45%;
}

#authPage #authForm {
	margin-bottom: 1.5rem;
}


@media screen and (max-width: 991px) {
	
	#authPage.slim,
	#authPage {
		width: 100% !important;
	}
	
}