.header .right .sign {
	margin: 20px 0 0 0;
}

.header .right .sign .item {
	display: inline-block;
}

.header .right .sign .item .link {
	color: #555555;
	font-size: 18px;
	font-family: 'Proxima Nova SemiBold';
	text-decoration: none;
	padding: 0 15px 0 0;
	position: relative;
}

.header .right .sign .item .link:after {
	content: '';
	position: absolute;
	width: 1px;
	height: 13px;
	background: #555;
	display: block;
	right: 0;
	top: 2px;
}

.header .right .sign .item:last-child .link {
	padding: 0 0 0 12px;
}

.header .right .sign .item:last-child .link:after {
	content: none;

}

.header .right .sign .item .link .fa {
	margin-right: 8px;
	position: relative;
}

.banner {
	background: url(/public/images/images_new/banner.jpeg) no-repeat top center;

	background-size: cover;
	height: 520px;

}

.banner .form {
	width: 472px;
	float: right;
	margin: 20px 0 0 0;
	background: rgba(255, 255, 255, 0.9);
	/* background-image: -moz-linear-gradient( 90deg, rgb(248,248,248) 0%, rgb(255,255,255) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(248,248,248) 0%, rgb(255,255,255) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(248,248,248) 0%, rgb(255,255,255) 100%); */
	box-shadow: inset 0px 0px 18px 0px rgba(0, 0, 0, 0.09);
	border-radius: 8px;
	text-align: center;
	padding: 34px 20px 50px;
	border: 1px solid #CFDADC;
}

.banner .form .title {
	margin: 27px 0 -5px;
	text-transform: uppercase;
}

.banner .form .title .blue {
	color: #0049c1;
	font-size: 24px;
	letter-spacing: -0.2px;
	line-height: 31px;
	font-family: 'Proxima Nova Bold';
}

.banner .form .title .gray {
	color: #303030;
	font-size: 26px;
	letter-spacing: -0.2px;
	line-height: 31px;
	font-family: 'Proxima Nova Bold';
}

.banner .form .title .red {
	color: #e60000;
	font-size: 55px;
	letter-spacing: -0.2px;
	line-height: 65px;
	font-family: 'Proxima Nova Bold';
}

.banner .form .title .percent {
	font-family: 'Proxima Nova SemiBold';
}

.banner .form input[type='text'],
.banner .form input[type='password'] {
	margin: 21px auto 0;
	border: 1px solid #CCCBCB;
	border-radius: 7px;
	outline: none;
	font-size: 17.93px;
	font-family: 'Lato';
	padding: 15px 17px 16px 43px;
	color: #3b3b3b;
	background-color: #FFFFFF !important;
	width: 337px;
}

.banner .form textarea {
	margin: 21px auto 0;
	border: 1px solid #CCCBCB;
	border-radius: 7px;
	outline: none;
	font-size: 17.93px;
	font-family: 'Lato';
	padding: 15px 17px 16px 43px;
	color: #3b3b3b;
	background-color: #FFFFFF !important;
	width: 337px;
    height: 70px;
	background: url(/public/images/images_new/icons/email.png) no-repeat 15px 17px;
}

.banner .form input[type='text']:nth-child(3) {
	background: url(/public/images/images_new/icons/name.png) no-repeat 15px center;
}

.banner .form input[type='password'] {
	background: url(/public/images/images_new/icons/name.png) no-repeat 15px center;
}

.banner .form input[type='text']:nth-child(4) {
	background: url(/public/images/images_new/icons/lastname.png) no-repeat 15px center;
}

.banner .form input[type='text']:nth-child(5) {
	background: url(/public/images/images_new/icons/email.png) no-repeat 17px center;
}

.reset-pass {
    display: block;
    text-align: center;
    margin: 20px 0 0 0;
}

.banner .g-recaptcha {
    margin: 19px 0 -15px 82px;
}

.banner .form input[type='submit'], .banner .form input[type='button'] {
	border-style: solid;
	border-width: 3px;
	border-color: rgb(195, 3, 3);
	border-radius: 7px;
	background-image: -moz-linear-gradient( 90deg, rgb(245,0,0) 0%, rgb(156,0,0) 24%, rgb(156,0,0) 47%, rgb(242,0,0) 82%, rgb(125,0,0) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(245,0,0) 0%, rgb(156,0,0) 24%, rgb(156,0,0) 47%, rgb(242,0,0) 82%, rgb(125,0,0) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(245,0,0) 0%, rgb(156,0,0) 24%, rgb(156,0,0) 47%, rgb(242,0,0) 82%, rgb(125,0,0) 100%);
	width: 397px;
	height: 55px;
	display: inline-block;
	outline: none;
	cursor: pointer;
	margin: 30px 0 0 0;
	font-family: 'Lato';
	font-size: 21.52px;
	color: #FFFFFF;
	text-decoration: none;
}

/* style for thks page */
.thks-h2, .thks-p, .thks-p-note {
	text-align: center;
}
.thks-h2 {
	font-size: 41px;
    margin-bottom: 45px;
    color: #003893;
}
.thks-h2 span {
	display: block;
	font-size: 20px;
	color: #333;
}
.thks-p-note {
	color: rgba(128, 128, 128, 0.91);
    margin-bottom: 40px;
}

form#f2 a img {
    width: 100%;
    margin-top: 20px;
}