* {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

html,
body {
	height: 100%;
	width: 100%;
}

.app-wrapper {
	background-color: #0b5caf;
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.login-error {
	padding: 5px;
	margin-bottom: 5px;
}
.login-table td {
	position: relative;
}
.login-table label,
.login-table .btn-group,
.login-table .btn-group button {
	box-sizing: border-box;
	display: block;
	width: 100%;
}
.dropdown-menu {
	width: 270px;
}
.login-table .form-group {
	margin-bottom: 6px;
}
.login-table .glyphicon {
	color: #333333;
}
.login-table button.btn {
	border-radius: 2px !important;
}
.login-table label {
	font-size: 1em;
	line-height: 1em;
	margin-top: 3px;
	margin-bottom: 3px;
}
.login-table {
	width: 100%;
}
.login-wrapper {
	box-sizing: border-box;
	font-family: Roboto, sans-serif;
	font-size: 13px;
	background-color: white;

	border-radius: 2px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
	width: 404px;
	height: 500px;
	padding: 0 40px;
}
.recovery-wrapper {
	height: auto;
	width: 404px;
	padding: 0 50px 70px;
}
.error-wrapper {
	box-sizing: border-box;
	font-family: Roboto, sans-serif;
	font-size: 13px;
	border: 1px solid rgba(153, 153, 153, .75);
	background-color: #FFFFFF;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
	padding: 25px 50px;
	min-width: 150px;
	max-width: 450px;
}
.error-link {
	margin-top: 10px;
	text-align: center;
}
.login-header {
	margin-top: 40px;
	margin-bottom: 20px;
	text-align: center;
}
.logo {
	display: block;
	height: 40px;
	width: 234px;
	/* background-size: 100% 100%; */
	background-size: 230px 38px;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #0b64c0;
	background-image: url(//www.lenremont.ru/wp-content/plugins/on_advance_theme/img/logo.svg);
	/* background-origin: padding-box; */
	/* background-clip: padding-box; */
	/* background-position-x: center; */
	margin: 0 auto;
	/* margin-bottom: -2px; */
	/* margin-top: -2px; */
	border-radius: 7px;
}
.login-footer {
	text-align: center;
	margin-top: 15px;
	width: 100%;
}
.login-footer a {
	display: inline-block;
	color: #00A2E8;
	font-size: 14px;
	padding: 5px;
	margin-top: 15px;
	font-weight: bold;
}
.login-footer .btn {
	display: block;
	box-sizing: border-box;
	width: 100%;
	font-size: 1.2em;
	margin: 0 auto;
}
.pass-helper {
	cursor: pointer;
	box-sizing: border-box;
	display: block;
	position: absolute;
	line-height: 22px;
	text-align: center;
	height: 20px;
	width: 20px;
	top: 20px;
	right: 2px;
	color: #555555;
}
.pass-helper:hover,
.pass-helper:focus {
	color: #333333;
}

@media screen and (max-width: 750px) {
	.login-wrapper {
		width: 100vw;
		height: 100vh;
		border: 0;
	}
}

label.label-padding {
	margin-top: 6px;
	padding: 0 1px;
}
.login-body h4 {
	padding-top: 10px;
	text-align: center;
}
.login-message {
	font-size: 12px;
	margin-bottom: 5px;
}
.login-message ul {
	margin: 5px 0 0 15px;
}
.input-form {
	padding: 5px 0;
}
.input-form-divider {
	height: 10px;
}

.dropdown-menu {
	width: 100%;
}

#helper_type_block td:first-child {
	padding-top: 5px;
}