html, body {
	position: relative;
	height: 100%;
	margin: 0;
	background: #363636;
	font-weight: 300;
	font-family: 'Roboto', sans-serif;
}
body input {
	font-weight: 300;
	font-family: 'Roboto', sans-serif;
}
.m-0 {
	margin: 0 !important;
}
.login {
	display: none;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 480px;
	height: 390px;
	margin: auto;
	padding: 40px 0;
	background: #fff;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.login_forgot-password .login-form,
.login_change-password .login-form {
	display: none;
}
.login_error {
	height: 420px;
}
.login_captcha {
	height: 420px;
}
.login_error_captcha {
	height: 470px;
}
.login-content {
	position: relative;
	width: 300px;
	padding: 0 90px;
}
.forgot-password-content {
	position: relative;
	width: 300px;
	padding: 0 90px;
}
.login__logo {
	margin: 0 0 30px;
	text-align: center;
}
.login__logo-img {
	width: 300px;
}
.login__form-row {
	position: relative;
	margin: 0 0 15px;
}
.login__form-row_centered {
	text-align: center;
}
.login__form-row_change-controls {
	position: relative;
	left: -10px;
	width: 360px;
}
.login__form-row__label {
	display: block;
	margin: 0 0 8px;
	font-size: 13px;
	color: #acacac;
	text-transform: lowercase;
}
.login__form-row__label_checkbox {
	line-height: 15px;
	color: #000;
	font-size: 15px;
	cursor: pointer;
	-webkit-user-select: none;  /* Chrome all / Safari all */
  -moz-user-select: none;     /* Firefox all */
  -ms-user-select: none;      /* IE 10+ */
  user-select: none;          /* Likely future */
}
.login__form-row__label_checkbox:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 13px;
	height: 13px;
	line-height: 15px;
	margin: 0 6px 0 0;
	border: 1px solid #cdd7db;
	border-radius: 1px;
}
.login__form-row__label_checkbox_active:before {
	background: #00c2f5 url(../images/check.png) no-repeat center center;
}
.login__form-row__label_checkbox__input {
	display: none;
}
.login__form-row__input {
	display: block;
	width: 100%;
	padding: 12px;
	border: 1px solid #cdd7db;
	border-radius: 1px;
	color: #000;
	font-size: 15px;
	outline: none;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.login__form-row__img {
	vertical-align: middle;
	height: 43px;
}
.login__form-row__input_code {
	float: right;
	width: 90px;
}
.login__form-row__btn {
	display: inline-block;
	margin: 10px 0 0;
	padding: 15px 40px;
	text-decoration: none;
	cursor: pointer;
	border: none;
	background: none;
	background-image: none;
	background-repeat: no-repeat;
	outline: none;
	color: #fff;
	background-color: #33c1f3;
	font-weight: 400;
	font-size: 14px;
	text-transform: uppercase;
	border-radius: 30px;
}
.login__form-row__btn:hover {
	background-color: #00abe0;
}

.preloader {
	display: block;
	position: relative;
}
.preloader:before {
	content: '';
  z-index: 100;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #fff url(../images/preloader.gif) center center no-repeat;
  opacity: 0.9;
}

.notetext {
	color: #289628;
	font-weight: 400;
	font-size: 13px;
}
.errortext {
	color: #c50f0f;
	font-weight: 400;
	font-size: 13px;
}

.forgot-form {
	display: none;
}
.login_forgot-password .forgot-form {
	display: block;
}
.forgot-btn {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	color: #00abe0;
	font-size: 13px;
	background: none;
	background-image: none;
	border: none;
	border-bottom: 1px dotted #00abe0;
	outline: none;
	cursor: pointer;
	text-decoration: none;
}
.back-to-auth-btn {
	margin: 0 0 0 40px;
	padding: 0;
	color: #00abe0;
	background: none;
	background-image: none;
	border: none;
	border-bottom: 1px dotted #00abe0;
	outline: none;
	cursor: pointer;
}
.login__form-row_change-controls .back-to-auth-btn {
	margin: 0 0 0 20px;
}

.change-form {
	display: none;
}
.login_change-password .change-form {
	display: block;
}
