﻿
/*-- Reset-Code --*/
	html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
	article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
	ol,ul{list-style:none;margin:0px;padding:0px;}
	blockquote,q{quotes:none;}
	blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
	table{border-collapse:collapse;border-spacing:0;}
	/* start editing from here */
	a{text-decoration:none;}
	.txt-rt{text-align:right;}/* text align right */
	.txt-lt{text-align:left;}/* text align left */
	.txt-center{text-align:center;}/* text align center */
	.float-rt{float:right;}/* float right */
	.float-lt{float:left;}/* float left */
	.clear{clear:both;}/* clear float */
	.pos-relative{position:relative;}/* Position Relative */
	.pos-absolute{position:absolute;}/* Position Absolute */
	.vertical-base{vertical-align:baseline;}/* vertical align baseline */
	.vertical-top{vertical-align:top;}/* vertical align top */
	nav.vertical ul li{display:block;}/* vertical menu */
	nav.horizontal ul li{display: inline-block;}/* horizontal menu */
	img{max-width:100%;}
/*-- //Reset-Code --*/
body {
	background:url('../images/1.jpg') no-repeat 0px 0px;
	background-size: cover;
	font-family: 'Open Sans', sans-serif;
	background-attachment: fixed;
    background-position: center;
}

body a {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

#switcher{height:42px;z-index:99999;position:fixed;width:100%;top:0;background:rgba(249, 249, 249, 0.43);}
.center{width:100%;padding-top:0}
.center ul li{display:inline; float:right; line-height:42px; padding-right:10px;}
.center ul li a{
	color:#fff;
	text-decoration:none;
	padding-right:20px;
}
.container2 {
	width:400px;
	margin: 50px auto;
	margin-top:150px;
	text-align: center;
	border-radius: 2px;
	background:rgba(0, 0, 0, 0.43);
	-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 53px 68px -20px rgba(0,0,0,0.75);
}

h2 {
	font-size:	30px;
	color: #FFF;
	padding-top: 45px;
	letter-spacing:3px;
}
.cont_top{
	padding-left:66px;
	font-size:20px;
	text-align:left;
	color:#fff;
    padding-top: 40px;
    letter-spacing: 3px;
	height:40px;
    -webkit-box-sizing:initial;box-sizing:initial;
}

.cont_top span{
	padding:0px; line-height:52px;
}
.logo{ width:100px; height:40px; float:left;}
.log_lin{
	border-bottom:rgba(0, 91, 255, 0.80) 2px solid;
	margin:0 15px 0 55px;
}
.reg_text{
	color:#fff;
	padding:0 15px;
}
form {
    padding: 40px 65px 20px 65px;
}

form span {
    width:25%;
    float: left;
    /*background:rgba(255, 255, 255, 0.15);
	border-radius:20px 0px 0px 20px;*/
    position: relative;
    color: #fff;
	height:40px;
	line-height:40px;
	padding:0 10px;
    font-size: 14px;
    letter-spacing: 1px;
	-webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form_txt{
	font-size:12px;
	text-align:left;
}
.mbot{
	margin-bottom:35px;
}
.username1{
	background:rgba(255, 255, 255, 0.15);
	border-radius:20px;
}
input.name {
	width:75%;
	border: none;
	outline: none;
	color:#fff;
	font-size: 14px;
	height:40px;
	line-height:40px;
	letter-spacing: 1px;
	background-color:transparent;
	float:left;
	-webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	border-radius:0px 20px 20px 0px;
}

input.password {
	width:75%;
	color:#fff;
	border: none;
	outline: none;
	font-size: 14px;
	height:39px;
	line-height:39px;
	letter-spacing: 1px;
	background-color:transparent;
	float:left;
	-webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0px 20px 20px 0px;
}
.rem-for-agile{
	width:50%;
	float:left;
	text-align:left;
	font-size:13px;
	color:rgb(238, 223, 179);
}
.rem-for-agile a{
	color:rgb(238, 223, 179);
	margin-top:3px;
	display:inline-block;
	padding-left:18px;
}
.rem-for-agile a:hover{
	color: #fff;
}
input[type="checkbox"] {
    margin: 10px 5px 0px 0px;
    vertical-align: sub;
}

.login-w3{
	width:100%;
}
input[type="button"]{
	background-color:#005bff;
	color:#fff;
	padding:8px;
	outline: none;
	border:none;
	font-size: 17px;
	width:100%;
	cursor:pointer;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	border-radius:20px;
}
input[type="button"]:hover{
	background:#fed14e;
	color:#000;

}

.oter_login{
	padding:0 65px;
	font-size:13px;
	color:#fff;
    height: 40px;
}
.oter_login img{ width:40px; height:40px;}
.oter_login li{
    line-height:26px;
    text-align:left;
    float:left;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.oter_login li a{
	color:#fff;
}
.oter_login li:nth-child(1){
    padding-left:5px;
}
.oter_login li:nth-child(2){

    padding-left:15px;
}
.oter_login li:nth-child(3){

    padding-left:15px;
}
.oter_login li:nth-child(4){

    padding-left:15px;
}

.oter_login li:nth-child(5){

    padding-left:15px;
}

.container2 h3{
    width:258px;
    color:#fff;
    font-size:14px;
    border-top:rgba(255, 255, 255, 0.30) 1px solid;
    margin:0 auto;
    padding-bottom:20px;
    padding-left: 12px;
    padding-top: 25px;
    margin-top: 20px;
    height: 99px;
}


.container2 h3 a{
	color:#fff;
}

.footer-w3l{
	margin-top: 150px;
	margin-bottom: 20px;
}
.footer-w3l p {
	color:white;
	text-align:center;
	font-size:13px;
	letter-spacing:1px;
}
.footer-w3l a{
	color:white;
	text-decoration:none;
}
.footer-w3l a:hover{
	text-decoration:underline;
}

.hp_bottomCell {
    position:fixed;
    bottom: 0;
    width: 100%;
	z-index: 10;
}

.b_footer {
    _display: inline;
    _zoom: 1;
    overflow: hidden;
    background-color: #333;
    font-weight: 400;
    z-index: 11;
    width: 100%;
    position: relative;
    border: 0;
    padding: 0;
	font-size:14px;
}
.hp_bottomCell>.b_footer {
    margin-top: 10px;
}
.b_footerItems {
    margin: 0;
    padding: 0 20px 0 49px;
    white-space: nowrap;
    width: 100%;
    line-height: 35px;
    height: 35px;
    box-sizing: border-box;
}
.b_footerItems, .b_footerItems a {
    color: #666;
    font-weight: 400;
}
.b_footerItems>span {
    margin-right: 24px;
    float: right;
}
.b_footer a, .b_footer span {
    margin-right: 24px;
    zoom: 1;
}
.b_footerItems ul {
    display: inline;
}
.b_footerItems li {
    display: inline;
    float: left;
}
.b_footer span:hover, .b_footer a:hover, .b_footer span:focus, .b_footer a:focus{
    color: #9a9a9a;
}

input:-webkit-autofill , textarea:-webkit-autofill, select:-webkit-autofill {
    -webkit-text-fill-color: #ededed !important;
    -webkit-box-shadow: 0 0 0px 1000px transparent  inset !important;
    background-color:transparent;
    background-image: none;
    transition: background-color 50000s ease-in-out 0s;
}
input {
    background-color:transparent;
}

.w26{ width: 26% !important;}
.w36{ width: 36% !important;}
.w38{ width: 38% !important;}
.yzm{ height: 40px;background-color: #85a995 !important;}