/* partnership.css */
.about_layer8 {
	min-height: 650px;
}

.partnership_layer1_wrapper {
	margin: 0 auto;
	width: 920px;
	font-family: 'helveticaneuecyrlight';
	overflow: hidden;
	text-align: center;
}


.l-big-title {
	margin-top: 100px;
	text-align: center;
	font-family: 'helveticaneuecyrmedium';
	font-size: 1em;
	letter-spacing: .6em;
}

.login-title {
	margin-top: 60px;
	margin-bottom: 60px;
	font-size: 2.5em;
	text-align: center;
}

.inpt-wr {
	margin-bottom: 20px;
	overflow: hidden;
	text-align: center;
}

.error-text {
	margin: 0 auto;
	width: 360px;
	text-align: left;
	display: block;
}

.inpt {
	color: #fff;
	background-color: transparent;
	border: rgba(255,255,255,.4) solid;
	border-width:  0 0 2px;
	width: 360px;
	height: 35px;
	font-family: 'helveticaneuecyrlight';
	display: inline-block;
	font-size: 1.6em;
	
}

.inpt::-webkit-input-placeholder { /* WebKit browsers */
    color:    #fff;
}
.inpt:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #fff;
    opacity:  1;
}
.inpt::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #fff;
    opacity:  1;
}
.inpt:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #fff;
}

.login-sub-bl {
	margin: 40px auto;
	width: 360px;
	overflow: hidden;
}

.reme-bl {
	font-family: 'helveticaneuecyrroman';
	font-size: .9em;
	float: left;
} 

.login-ctrl-bl {
	float: right;
}

.login-btn {
	background-color: #4687ef;
	border: 1px #fff solid;
	border-radius: 2px;
	height: 34px;
	font-family: 'helveticaneuecyrmedium';
	line-height: 34px;
	padding-left: 27px;
	padding-right: 27px;
	float: right;
	cursor: pointer;
}

.login-sub-bl a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	font-size: .7em;
	line-height: .9em;
	float: right;
}

.lost-pass {
	margin-top: 10px;
}

.sign-up {
	margin-top: 5px;
}

.st {
	margin: 0 auto;
	width: 360px;
	font-family: 'helveticaneuecyrroman';
}

.error-inpt {
	background: #89b1f9;
	width: 353px;
	padding-left: 3px;
	border: 2px #da1b31 solid;
	border-radius: 3px;
}

.reset-pass-title {
	margin-bottom: 20px;
	text-align: center;
	font-family: 'helveticaneuecyrroman';
}

/**/

.pres-wr {
	margin: 150px auto;
	width: 629px;
}

.pres-bl {
	background: rgba(78,141,242,.5) url('../img/presentation_logo.png') center top 140px no-repeat;
	border: 1px #fff solid;
	border-radius: 2px;
	height: 440px;
}

.pres-title {
	margin-top: 250px;
	font-size: 2.3em;
	text-align: center;
}

.pres-bl span {
	margin-top: 60px;
	display: block;
	font-size: 1.4em;
	text-align: center;
}

.getpdf-btn {
	color: #fff;
	margin: 60px auto;
	background-color: #4687ef;
	border: 1px #fff solid;
	border-radius: 2px;
	width: 175px;
	height: 34px;
	font-family: 'helveticaneuecyrmedium';
	line-height: 34px;
	text-align: center;
	display: block;
	text-decoration: none;
}

/*--*/
