/*--
	Author: W3layouts
	Author URL: http://w3layouts.com
	License: Creative Commons Attribution 3.0 Unported
	License URL: http://creativecommons.org/licenses/by/3.0/
--*/

/*-- 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 --*/
h1,h2,h3,h4,h5,h6{
	font-family: 'Roboto', sans-serif;	
}
h1{
	color:#fff;
	font-size:50px;
	margin: 30px 0;
	text-align:center;
}
.container{
	width:65%;
	margin:0 auto;
}
.sign-up-agileinfo{
	width:39%;
	margin-right:6%;
	background:rgba(0, 0, 0, 0.28);
	padding:4%;
	box-shadow: 0 3px 18px 8px rgba(38, 24, 24, 0.25);
	text-align:center;
	position:relative;
}
.sign-in-w3ls{
	width:60%;
	max-width: 400px;
	padding:4%;
	background:rgba(0, 0, 0, 0.28);
	box-shadow: 0 3px 18px 8px rgba(38, 24, 24, 0.25);
	text-align:center;
	position:relative;
	margin:0 auto;
}
h3{
	color:#fff;
	font-size:30px;
	text-align:center;
	margin-bottom:20px;
}
input[type="text"],
input[type="password"]{
	padding: 13px;
    width: 93%;
    background:#fff;
    border: 1px solid #fff;
    outline: none;
	margin-bottom:15px;
}
input[type="text"].err,
input[type="password"].err{
	border-color: #e74c3c;
	box-shadow: 0 0 8px #e74c3c;
}


ul.check {
	float: left;
	margin:18px 0px;
}
ul.check li {
	list-style: none;
	display: inline-block;
}
ul.check li input[type="checkbox"] {
	display: none;
}
ul.check li input[type="checkbox"]+label {
	position: relative;
	padding-left: 25px;
	border: #F0F8FF;
	color: #FFFFFF;
	display: inline-block;
	font-size: 13px;

}
ul.check li input[type="checkbox"]+label span:first-child {
	width: 13px;
	height: 13px;
	display: inline-block;
	border: 1px solid #FFFFFF;
	position: absolute;
	top: 1px;
	left: 4px;
	bottom: 4px;
}
ul.check li input[type="checkbox"]:checked+label span:first-child:before {
	content: "";
	background: url(../images/tick.png)no-repeat;
	position: absolute;
	left: 2px;
	top: 2px;
	font-size: 10px;
	width: 10px;
	height: 10px;
}
.pull-right{
	float: right;
}
form a {
	color: #EEE;
	
	font-size: 13px;
	margin:20px 0;

}
.action-change{
	color: #fff;
	padding-top: 10px;
	text-align: center;
	font-size: 13px;
}
input[type="submit"]{
	background: rgba(0, 188, 212, 0.54);
	color:#fff;
	padding:10px 20px;
	border:none;
	outline:none;
	cursor:pointer;
	margin-top:20px;
	transition: 0.5s all;
	webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	width:100%;
	font-size:16px;
	font-family: 'Open Sans', sans-serif;
}
input[type="submit"]:hover{
	background: #004550;
}
.pos-rel{
	position: relative;
}
.send-code,.form-code{
    position: absolute;
    right: 5px;
    top: 5px;
    height: 30px;
    background-color: transparent;
    cursor: pointer;
    z-index: 10;
}
.send-code{
	border:0px none;
	border-left: 2px solid rgba(0, 188, 212, 0.54);
}
.btn.disabled, .btn[disabled] {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .5;
}
.help-block{
	color: rgba(255,0,0,.7);
	text-align: left;
}
.socialicons{
	text-align:center;
	margin-top:20px;
}
.socialicons h2 {
    margin: 14px 0px 22px;
    color: #fff;
    font-size: 20px;
}
.socialicons ul li{
	display:inline-block;
}
.socialicons .fa {
    font-size: 20px;
    background:rgba(1, 113, 131, 0.71);
    border-radius: 50%;
    padding: 10px;
    width: 20px;
    height: 20px;
	margin:0px 3px;
	transition: 0.5s all;
	webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.socialicons .fa-weixin:hover{
	background:#50C131;
}
.socialicons .fa-weibo:hover{
	background:#EA3C50;
}
 .socialicons .fa-qq:hover{
	background:#0188FB;
 }
.socialicons a{
	margin:0;
}
.alert-close, .alert-close1{
background: url('../images/into.png') no-repeat 0px 0px;
  cursor: pointer;
  height: 22px;
  width: 22px;
  position: absolute;
  right: 20px;
  top: 32px;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  z-index: 999;
}
.footer-agilew3{
	margin: 20px 0;
	text-align: center;
}

.footer-agilew3 a{
	color:#fff;
	transition: 0.5s all;
	webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.footer-agilew3 a:hover{
	text-decoration:underline;
}
/*--Responsive--*/
 @media (max-width:1440px){
	input[type="text"],input[type="password"] {
		width: 92%;
	}
}
 @media (max-width:1080px){
	h1 {
		font-size: 45px;
		margin: 50px 0;
	}
	.container {
		width: 70%;
	}
	.socialicons h2 {
		margin: 17px 0px;
		font-size: 18px;
	}
	input[type="text"],input[type="password"] {
		padding: 12px;
		width: 91%;
	}
	ul.check {
		margin: 17px 0px;
	}
}
 @media (max-width:1024px){
	.container {
		width: 85%;
	}
}
 @media (max-width:900px){
	input[type="text"], input[type="password"] {
		width: 90%;
	}
	.socialicons .fa {
		font-size: 18px;
		width: 18px;
		height: 18px;
	}
}
 @media (max-width:800px){
	.container {
		width: 85%;
	}
	.socialicons .fa {
		font-size: 16px;
		width: 13px;
		height: 13px;
	}
	ul.check li input[type="checkbox"]+label ,form a {
		font-size:12px;
	}
	.socialicons h2 {
		margin: 22px 0px;
	}
	ul.check {
		margin: 16px 0px;
	}
}
 @media (max-width:736px){
	.container {
		width: 82%;
	}
	h1 {
		font-size: 40px;
		margin: 35px 0;
	}
	h3 {
		font-size: 25px;
	}
	.footer-agilew3 {
		margin: 40px 0 20px 0;
	}
}
 @media (max-width:667px){
 
	h1 {
		margin: 30px 0;
	}
	.container {
		width: 85%;
	}
	.sign-up-agileinfo {
		width: 40%;
		margin-right: 4%;
	}
	.sign-in-w3ls {
		`width: 40%;
	}
	
}
 @media (max-width:640px){
	.container {
		width: 80%;
	}
	.sign-up-agileinfo {
		width: 92%;
		margin:0 0 20px 0;
	}
	.sign-in-w3ls {
		width: 92%;
	}
	input[type="text"], input[type="password"] {
		width: 95%;
	}
	input[type="submit"] {
		width:100%;
	}
 }
  @media (max-width:600px){
	input[type="text"], input[type="password"] {
		width: 94%;
	}
}
  @media (max-width:568px){
	 .sign-up-agileinfo,.sign-in-w3ls {
		width: 90%;
		padding: 5%;
	}
}
  @media (max-width:480px){
	input[type="text"], input[type="password"] {
		width: 93%;
	}
}
  @media (max-width:414px){
	.sign-up-agileinfo, .sign-in-w3ls {
		width: 86%;
	}
	input[type="text"], input[type="password"] {
		width: 91%;
	}
}
  @media (max-width:320px){
	h1 {
		margin: 20px 0;
		font-size:33px;
	}	
	ul.check li input[type="checkbox"]+label, form a {
		font-size: 11px;
	}
	ul.check {
		margin: 5px 0px;
	}
	form a {
		margin: 10px 0;
	}
	.socialicons .fa {
		font-size: 14px;
		width: 12px;
		height: 13px;
	}
	h3 {
		font-size: 22px;
	}
	input[type="text"], input[type="password"] {
		width: 89%;
		padding:10px;
	}
	input[type="submit"] {
		padding: 8px 20px;
		margin-top:15px;
	}
	.socialicons h2 {
		margin: 15px 0px;
		font-size:15px;
	}
	.footer-agilew3 {
		margin: 20px 0;
	}
	.footer-agilew3 p {
		font-size: 13px;
		line-height: 27px;
	}
}