html {
	font-family: serif;
	font-size: 12px;
}

body {
	margin: 0;
	background: #fff;
}

header {
	background: #fff;
	line-height: 65px;
	text-align: center;
}

nav > a {
	margin-right: 32px;
	color: #1c1c1c;
	text-decoration: none;
}

nav > a:last-child {
	margin-right: 0;
}

.spacer {
	height: 3px;
	background: #f7f7f7;
}

.content {
	margin-bottom: 35px;
	background: #fff;
}

h1 {
	margin: 0 0 40px 0;
	padding-top: 23px;
	font-size: 30px;
	font-weight: normal;
	text-align: center;
}

.login_form {
	width: 263px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 68px 28px 54px 28px;
	background: #f7f7f7;
}

input {
	display: block;
	width: 100%;
	padding: 0 10px;
	box-sizing: border-box;
	margin: 0 0 16px 0;
	line-height: 37px;
	border: 1px solid #e2e2e2;
	border-radius: 4px;
	outline: none;
}

#viber {
	display: none;
}

button {
	display: block;
	width: 100%;
	background: #7f7f7f;
	border: none;
	border-radius: 4px;
	line-height: 37px;
	cursor: pointer;
}

.error {
	display: none;
    margin-top: 10px;
	color: #c00;
}
