@charset "utf-8";
/* CSS Document */
a {
	outline:none;
	border:0px;
	text-decoration:none;
}
a img {
	outline:none;
	border:0px;
}
html, body {
	padding: 0;
	margin: 0;
}
div, p, ul, li, form, h2, select {
	padding: 0;
	margin: 0;
}
h2, h3 {
	font-weight:normal;
}
strong, b {
	font-weight: bold;
}
ul, li {
	list-style:none;
	list-style-image:none;
}
.lefts {
	float:left;
	display:inline;
}
.rights {
	float:right;
	display:inline;
}
.gaper {
	width:100%;
	clear:both;
}
.center {
	width:915px;
	margin:0px auto;
}
@font-face {
    font-family: 'nexa_boldregular';
    src: url('fonts/nexa_bold_0.eot');
    src: url('fonts/nexa_bold_0.eot?#iefix') format('embedded-opentype'),
         url('fonts/nexa_bold_0.woff2') format('woff2'),
         url('fonts/nexa_bold_0.woff') format('woff'),
         url('fonts/nexa_bold_0.ttf') format('truetype'),
         url('fonts/nexa_bold_0.svg#nexa_boldregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'nexa_lightregular';
    src: url('fonts/nexa_light.eot');
    src: url('fonts/nexa_light.eot?#iefix') format('embedded-opentype'),
         url('fonts/nexa_light.woff2') format('woff2'),
         url('fonts/nexa_light.woff') format('woff'),
         url('fonts/nexa_light.ttf') format('truetype'),
         url('fonts/nexa_light.svg#nexa_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	margin:0px;
	padding:0px;
	background:url(images/form-background.jpg) no-repeat;
	background-size:cover;
}
body.reg_one {
	background:url(images/form-background.jpg) no-repeat;
	background-size:cover;
}
#login_form {
	margin:37px 0 0 0;
	float:left;
}
#login_form .logo {
	margin:0px;
}
#login_form .left_colom {
	width:571px;
}
#login_form .left_colom .caption {
	margin:280px 0 0 0;
	float:left;
}
#login_form .form_section {
	background:url(images/form_bg.png) repeat;
	width:344px;
	margin:145px 0 0 0;
	-moz-border-radius:2px;
	border-radius:2px;
	-webkit-border-radius:2px;
}
#login_form .form_section .form_top {
	width:84%;
	padding:8%;
	float:left;
	font-family: 'nexa_boldregular';
}
#login_form .form_section .form_top .title {
	color:#fff;
	font-size:37px;
	margin:0 0 16px 0;
	float:left;
}
#login_form .form_section .form_top .row {
	width:100%;
	float:left;
	color:#fff;
	font-size:15px;
	margin:15px 0 0 0;
}
#login_form .form_section .form_top .row label {
	width:100%;
	font-family: 'nexa_lightregular';
	float:left;
}
#login_form .form_section .form_top .row .name_field {
	background:url(images/textbox-icon.png) no-repeat 14px 13px #fff;
	border:none;
	line-height:46px;
	padding:0 5% 0 15%;
	width:80%;
}
#login_form .form_section .form_top .row input[type="password"] {
	background:#fff;
	border:none;
	line-height:46px;
	padding:0 5%;
	width:90%;
}
#login_form .form_section .form_top .row input[type="submit"] {
	background:#09b0da;
	color:#fff;
	border:none;
	font-size:18px;
	text-transform:uppercase;
	font-family: 'nexa_boldregular';
	margin:0 16px 0 0;
	padding:12px 26px;
	cursor:pointer;
}
#login_form .form_section .form_top .row .forget_psw {
	background:url(images/white-bullet.png) no-repeat 99px 5px;
	color:#fff;
	padding:0 10px 0 0;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
#login_form .form_section .form_top .row .forget_psw:hover {
	text-decoration:underline;
}
#login_form .form_section .btm_sec {
	width:100%;
	float:left;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#fff;
	padding:10px 0;
	border-top:1px solid #464948;
}
#login_form .form_section .btm_sec a {
	color:#fff;
}
#login_form .form_section .btm_sec a:hover {
	text-decoration:underline;
}
#footer {
	text-align:center;
	color:#fff;
	font-size:14px;
	width:100%;
	float:left;
	margin:200px 0 24px 0;
	font-family:Arial, Helvetica, sans-serif;
}
#footer a {
	color:#fff;
}
#footer a:hover {
	text-decoration:underline;
}

/*-------------- registration page ---------------*/

#login_form .reg_one {
	width:684px;
	float:left;
	margin:153px 0 0 123px;
	color:#fff;	
	font-family: 'nexa_boldregular';
}
#login_form .reg_one .top_title {
	background:#1f50a8;
	color:#fff;
	font-family: 'nexa_boldregular';
	padding:2% 5%;
	width:90%;
	font-size:37px;
	border-top-right-radius:3px;
	-moz-border-top-right-radius:3px;
	-webkit-border-top-right-radius:3px;
	border-top-left-radius:3px;
	-moz-border-top-left-radius:3px;
	-webkit-border-top-left-radius:3px;
    opacity: 0.8;
}
#login_form .reg_one .mid {
	background:url(images/form_bg.png) repeat;
	padding:3% 5%;
	width:90%;
	float:left;
	border-bottom-right-radius:3px;
	-moz-border-bottom-right-radius:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-left-radius:3px;
	-moz-border-bottom-left-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	border:1px solid #565d60;
	border-top:none;
}
#login_form .reg_one .mid .font17 {
	font-size:17px;
}
#login_form .reg_one .mid .row {
	width:100%;
	margin:22px 0 0 0;
}
#login_form .reg_one .mid p {
	color:#fff;
	font-size:14px;
	width:90%;
	margin:0 0 0 24px;
}
#login_form .reg_one .link {
	background:#f98200;
	color:#fff;
	text-transform:uppercase;
	font-size:17px;
	padding:2% 4%;
	float:left;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
#login_form .reg_one .link:hover {
	background:#000;
}
#login_form .block {
	width:47%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	margin:0 0 10px 0;
}
#login_form .block label {
	width:100%;
	float:left;
}
#login_form .block input[type="text"] {
	border:none;
	margin:4px 0 0 0;
	padding:4% 5%;
	width:90%;
	float:left;
}

#login_form .block input[type="password"] {
	border:none;
	margin:4px 0 0 0;
	padding:4% 5%;
	width:90%;
	float:left;
}

#login_form .block span {
	font-size:12px;
	margin:3px 0 0 0;
	float:right;
}
.video_bg {
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	width:100%;
}
.video_bg .img_bg {
	position:absolute;
	left:0;
	top:0;
	z-index:2;
	width:100%;
	height:100%;
	background:url(images/form_bg_01.png) repeat;
}
.video_cont {
	position:relative;
	z-index:2;
}

/* #Media Queries
================================================== */

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
img {
	max-width:100%;
	height:auto;
}
.center {
	width:90%;
	padding:5%;
}
#login_form {
	width:100%;
}
#login_form .left_colom {
	width:100%;
	margin:20px 0 0 0;
}
#login_form .logo {
	width:100%;
	text-align:center;
}
#login_form .left_colom .caption {
	width:100%;
	margin:0px;
	text-align:center;
}
#login_form .form_section {
	margin:20px 0 0 0;
	width:100%;
	display:inline;
	float:left;
}
#login_form .reg_one {
	margin:20px 0 0 0;
}
#login_form .block label {
	height:40px;
}
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
img {
	max-width:100%;
	height:auto;
}
.center {
	width:90%;
	padding:5%;
}
#login_form {
	width:100%;
}
#login_form .left_colom {
	width:100%;
	margin:20px 0 0 0;
}
#login_form .logo {
	width:100%;
	text-align:center;
}
#login_form .left_colom .caption {
	width:100%;
	margin:0px;
	text-align:center;
}
#login_form .form_section {
	margin:20px 0 0 0;
	width:100%;
	display:inline;
	float:left;
}
#login_form .reg_one {
	margin:20px 0 0 0;
	width:100%;
}
#login_form .block {
	width:100%;
}

}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {}