/* copy-paste from new_landing.css/less  */
.mask {
	position: absolute;
	background: #000000;
	z-index: 10100;
	top: 0;
	left: 0;
}
.login-popup,
.forgot-pass-popup {
    padding: 58px 54px 64px;
	background: #d7d7d7;
	display: none;
	position: absolute;
	top: 140px;
	left: 307px;
    z-index: 1000;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.login-popup form,
.forgot-pass-popup form {
	margin: 0 auto;
	width: 257px;
    padding-top: 19px;
}
.login-popup form > div,
.forgot-pass-popup form > div {
	position: relative;
}
.login-popup form > p,
.forgot-pass-popup form > p {
  font: 12px "Helvetica Neue", "PT Sans", sans-serif;
	color: #949494;
	text-align: center;
	margin-bottom: 15px;
	height: 16px;
}
.login-popup form .registration-block-input,
.forgot-pass-popup form .registration-block-input {
	width: 257px;
	margin: 0 auto;
}
.login-popup form input[type='text'],
.forgot-pass-popup form input[type='text'],
.login-popup form input[type='password'],
.forgot-pass-popup form input[type='password'] {
	position: relative;
	width: 237px;
	color: #171F28;
	font-size: 18px;
	padding: 0 10px;
	height: 32px;
	line-height: 32px;
	background: #f5f5f5;
	border: 0 none;
	text-align: center;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
.login-popup form .error-1,
.forgot-pass-popup form .error-1,
.login-popup form .error-2,
.forgot-pass-popup form .error-2 {
	display: none;
}
.login-popup form .error-hint,
.forgot-pass-popup form .error-hint {
	white-space: nowrap;
	position: absolute;
	top: -27px;
	left: 253px;
	background: #e80000;
	padding: 1px 12px 4px;
	font-family: "Helvetica Neue", "PT Sans", sans-serif;
	font-size: 18px;
	color: #ffffff;
}
.login-popup form .error-hint .tick,
.forgot-pass-popup form .error-hint .tick {
	background: url(/images/newdesign/hint-tick.png) no-repeat 0 0;
	position: absolute;
	bottom: -9px;
	left: -6px;
	width: 17px;
	height: 14px;
}
.login-popup form .error-left-hint,
.forgot-pass-popup form .error-left-hint {
	white-space: nowrap;
	position: absolute;
	top: -27px;
	left: -24px;
	background: #e80000;
	padding: 1px 12px 4px;
	font-family: "Helvetica Neue", "PT Sans", sans-serif;
	font-size: 18px;
	color: #ffffff;
}
.login-popup form .error-left-hint .tick,
.forgot-pass-popup form .error-left-hint .tick {
	background: url(/images/newdesign/hint-tick-right.png) no-repeat 0 0;
	position: absolute;
	bottom: -9px;
	right: -6px;
	width: 17px;
	height: 14px;
}

.login-popup form .agree,
.forgot-pass-popup form .agree {
	height: 19px;
	line-height: 19px;
	text-align: left;
    margin-left: 5px;
	margin-bottom: 11px;
	color: #909090;
	font: 12px "Helvetica Neue", "PT Sans", sans-serif;
	color: #949494;
}

.sent a {
    text-align: left;
}

.login-popup form .agree input[type="checkbox"],
.forgot-pass-popup form .agree input[type="checkbox"] {
	vertical-align: middle;
}
.login-popup form .agree a,
.forgot-pass-popup form .agree a {
	color: #949494;
	text-decoration: underline;
}
.login-popup form .agree a:hover,
.forgot-pass-popup form .agree a:hover {
	color: #595959;
}
.login-popup form .login-button,
.forgot-pass-popup form .login-button {
	background: #ff5400;
	font: 18px/49px "PT Sans Narrow", "Helvetica Neue";
	text-align: center;
	letter-spacing: 1.3px;
	color: #ffffff;
	width: 257px;
	height: 49px;
	display: block;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
.login-popup form .login-button:hover,
.forgot-pass-popup form .login-button:hover {
	background: #ff4200;
	text-decoration: none;
}
.login-popup .login-facebook-button {
	background: #0f3f97;
	width: 257px;
	height: 49px;
	display: block;
	overflow: hidden;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
.login-popup .login-facebook-button span {
	float: left;
	display: inline-block;
	font: normal 18px/48px "PT Sans Narrow","Helvetica Neue", sans-serif;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	letter-spacing: 1.3px;
}
.login-popup .login-facebook-button span:first-child {
	font-size: 30px;
	width: 46px;
	border-right: 1px solid #d2d2d2;
	margin-right: 22px;
}
.login-popup form .login-facebook-button:hover,
.forgot-pass-popup form .login-facebook-button:hover {
	background: #0147c7;
	text-decoration: none;
}
.login-popup form .or,
.forgot-pass-popup form .or {
	padding-left: 35px;
}
.login-popup form .or > div,
.forgot-pass-popup form .or > div {
  float: left;
}
.login-popup .or .line {
	border-bottom: 1px solid #909090;
	width: 66px;
	margin: 19px 0 17px;
}
.login-popup .or .line-text {
	color: #909090;
	font: 12px "Helvetica Neue", 'PT Sans', sans-serif;
	margin-top: 10px;
	padding: 0 16px;
}
.login-popup form > p,
.forgot-pass-popup form > p,
.login-popup .forgot-pass-popup form > p,
.forgot-pass-popup .forgot-pass-popup form > p {
	margin-bottom: 26px;
}
.login-popup .messages-block,
.forgot-pass-popup .messages-block {
	position: absolute;
	top: 35px;
	left: 0;
	width: 100%;
	height: 37px;
	text-align: center;
	display: none;
	font: 18px/18px "Helvetica Neue", 'PT Sans', sans-serif;
	color: #ffffff;
}
.login-popup .messages-block > div,
.forgot-pass-popup .messages-block > div {
}
.login-popup .messages-block .green,
.forgot-pass-popup .messages-block .green {
	background: #43c32e;
}
.login-popup .messages-block .red,
.forgot-pass-popup .messages-block .red {
	background: #d80000;
}
.popup-close {
	width: 9px;
	height: 9px;
	background: url(/images/newdesign/popup-close.png) no-repeat 0 0;
	position: absolute;
	top: 14px;
	right: 14px;
	cursor: pointer;
}
.clearfix {
	display: block;
	clear: both;
}

/* модификаторы */
.nologin {
	margin: -200px 0 0 -310px;
	padding: 41px 54px 39px;
	left: 50%;
	top: 45%;
	overflow: hidden;
	position: fixed;
	z-index: 10150;
}
	.nologin form { padding-top: 5px; }
	.nologin > div {
		float: left;
		width: 267px;
		margin-right: 25px;
		padding-bottom: 12px;
		position: relative;
	}
	.nologin > .right {
		margin-right: 0;
		border-left: 1px solid #CCCCCC;
		padding-left: 25px;
	}
		.nologin > .right .messages-block { left: 13px; width: 92%; }

	.nologin > section {
		margin: auto;
		width: 258px;
	}

	.nologin .popup-close { width: 9px; margin: 0; position: absolute; }

	.nologin form > p { margin-bottom: 36px; }

	.nologin form .agree { margin-bottom: 0; padding-bottom: 20px; }
	.nologin form .login-button:hover { background: #FF2600; }
	.nologin form .registration-block-input { margin-bottom: 22px; }
	.nologin .login-facebook-button:hover { text-decoration: none; }
	.nologin .login-facebook-button span { font: 700 18px/48px "PT Sans Narrow","Helvetica Neue", sans-serif; }
	.nologin .login-facebook-button:hover { background: #115CDD; }
	.nologin .login-facebook-button,
	.nologin form .login-button { text-decoration: none; }
	.nologin form .agree label { cursor: pointer; }
	.nologin .or { height: 53px; padding: 10px 0 0 38px; }
		.nologin .or > div { float: left; }

	.nologin .animated {
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

	.nologin .forgotPass > p { margin-bottom: 60px; }
	.nologin .forgotPass .registration-block-input { margin-bottom: 50px; }
	.nologin .forgotPass .agree { margin-bottom: 24px; }

	.nologin .loader {
		margin: 12px auto;
		width: 16px;
		height: 16px;
		background: url(/images/hotels/login-loader.gif) no-repeat;
		display: none;
	}

	.nologin form input.help { position: absolute; top: 0; left: 0;
		color: #949494;
	}

.nologin .login-button:active,
	.nologin .login-button:focus { outline: none; }

	.nologin .messages-block {
		top: 0;
		display: none;
		padding-top: 35px;
		background-color: #AFAFAF;
		color: #fff;
		border-radius: 0 0 4px 4px;
		font-size: 13px;
		text-shadow: 0 1px 0px rgba(0, 0, 0, 0.3);
		box-shadow: 		0 0 4px #b8b9ba;
		-moz-box-shadow:    0 0 4px #b8b9ba;
		-webkit-box-shadow: 0 0 4px #b8b9ba;
		line-height: 13px;
		padding: 12px 4% 10px;
		width: 101%;
		height: 50px;
		left: -12px;
	}
		.nologin .messages-block div { display: table-cell; vertical-align: middle;
			height: 50px;
			text-align: center;
			width: 270px;
            padding-top: 4px;
		}

	.nologin form input.error { border: 2px solid #FF7A23; width: 233px; height: 28px; }

	.nologin .success-password {
	}
		.nologin .success-password p { margin-bottom: 30px; }
		.nologin .success-password h6 { color: #7A7979; }
		.nologin .success-password h6,
		.nologin .success-password h5 {
			color: #6D6D6D;
			font-weight: normal;
			margin-bottom: 38px;
		}
		.nologin .success-password table { font-style: italic; }
		.nologin .success-password td { padding-right: 5px; }
		.nologin .success-password .label { font-weight: bold; }
