/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
/*--reset--*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
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%;}
/*--end reset--*/
body {
	font-family:'Open Sans',Arial,Helvetica,Sans-Serif;
    background: #d1d1d1;
}

.bgwhite{
    font-family:'Open Sans',Arial,Helvetica,Sans-Serif;
    background: #d1d1d1;
}
.clear{
	clear:both;
}
.main  {
	padding:3em 0;
}	
.w3ls-head h1{
	font-size:3em;
	color:#fff;
	letter-spacing:3px;
	font-weight:300;
	text-align:center;
	text-transform:uppercase;
	margin: 0;
	font-family: 'Work Sans', sans-serif;
}	
.content {
    width: 40%;
    margin: 3em auto 0;
    background: #fff;
	color:#333333;
	 padding: 2em 3em;
    -webkit-box-shadow: -6px 6px 3px 0px rgb(28, 43, 61);
    -moz-box-shadow: -6px 6px 3px 0px rgb(28, 43, 61);
    -o-box-shadow: -6px 6px 3px 0px rgb(28, 43, 61);
    -ms-box-shadow: -6px 6px 3px 0px rgb(28, 43, 61);
    box-shadow: 0px 5px 9px 0px rgba(0, 0, 0, 0.68);
}
.content h2 {
	font-size: 2.5em;
    color: #fff;
    letter-spacing: 3px;
    text-align: center;
    text-transform: capitalize;
    margin: 0 0 1em 0;
    font-family: 'Work Sans', sans-serif;
}
.email-w3ls {
	width:100%;
}
.email-w3ls label,.w3ls-user label,.w3ls-password label {
	font-size:0.9em;
	color: #333333;
	display:block;
	padding: 0 0 0 1em;
}	
.email-w3ls {
	position:relative;
}	
 .icon1 {
	top: 25%;
    position: absolute;
    left: 4%;
    font-size: 1em;
    color: #333;
    width: 1em;
}
 input[type="email"]{
	width: 84%;
    outline: none;
    font-size: 0.9em;
    color: #333;
    border: 1px solid #E8E8E8;
    display: block;
    background: none;
    border-radius: 3em;
    padding: 1em 3em;
    margin:0;
	background-color:#E8E8E8;
   
}
.user-text-w3ls {
	width:100%;
	margin:1em 0;
}	
.w3ls-user {
	width:49%;
	float:left;
	position:relative;

}	
 .icon2 {
    top: 25%;
    position: absolute;
    left: 8%;
    font-size: 1em;
    color: #333;
    width: 1em;
}
input[type="text"], input[type="number"], input[type="tel"]{
	width: 68%;
    outline: none;
    font-size: 0.9em;
    color: #333;
    border: 1px solid #E8E8E8;
    display: block;
    background: none;
    border-radius: 3em;
    padding: 1em 3em;
    margin: 0;
	background-color:#E8E8E8;
}
.w3ls-password {
	width:49%;
	float:right;
	position:relative;
}	
.icon3 {
    top: 25%;
    position: absolute;
    left: 8%;
    font-size: 1em;
    color: #333;
    width: 1em;

}
input[type="password"]{
	width:68%;
    outline: none;
    font-size: 0.9em;
    color: #333;
    border: 1px solid #E8E8E8;
    display: block;
    background: none;
    border-radius: 3em;
    padding: 1em 3em;
    margin: 0;
	background-color:#E8E8E8;
}	
.form-w3l-text p {
	font-size:0.9em;
	margin:0 0 1em 0;
	color:#888888;
	text-align:center;
}
.form-w3l-text a {
	text-decoration:none;
	font-size:0.9em;
	color:#ffffff;
	transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
	
}
.form-w3l-text a:hover {
	color:#ccc;
}
 input[type="submit"], button{
	width: 100%;
    outline: none;
    font-size: 0.9em;
    color: #fff;
    border: 1px solid #c51c30;
    display: block;
    background: #c51c30;
    border-radius: 3em;
	text-align:center;
    padding: 1em 0;

	transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
 }
 input[type="submit"]:hover, button:hover {
	 background: #6f001b;
	 cursor:pointer;
	 
 } 
 .line-w3l {
	text-align: center;
    margin: 2em 0;
    color: #333;
	font-size:1em;
 } 
 .w3l-line {
	width: 25%;
    height: 1px;
    background: #40424d;
    display: inline-block;
    margin: 0 1.5em;

 } 
 .w3l-or {
	 text-align:center;
	 font-size:0.9em;
	 color:#333;
 }
 .socil-icons-agile {
	width:100%;
 } 
 .twitter-icon {
	float:left;
	width:49%;
 } 
 .facebook-icon {
    float: right;
    width: 49%;

}
 .twitter-icon i{
	 width: 99%;
    outline: none;
    font-size: 0.9em;
    color: #fff;
    border: 1px solid #1da1f2;
    display: block;
    background:  #1da1f2;
    border-radius: 3em;
	text-align:center;
    padding: 1em 0;
    margin:0;
	transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
 }
 .twitter-icon i:hover{
	 /*background:none;*/
	 cursor:pointer;
	 border: 1px solid #ffffff;
 }
 .google-icon {
	float:left;
	width:49%;
 }
 .google-icon i{
	 width: 99%;
    outline: none;
    font-size: 0.9em;
    color: #fff;
    border: 1px solid #f44336;
    display: block;
    background:  #f44336;
    border-radius: 3em;
	text-align:center;
    padding: 1em 0;
    margin:0;
	transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
 }
 .google-icon i:hover{
	 /*background:none;*/
	 cursor:pointer;
	 border: 1px solid #ffffff;
 } 
 .facebook-icon i {
	width: 99%;
    outline: none;
    font-size: 0.9em;
    color:  #fff;
    border: 1px solid #3b5998;
    display: block;
    background: #3b5998;
    border-radius: 3em;
	text-align:center;
    padding: 1em 0;
    margin:0;
	transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
 } 
  .facebook-icon i:hover {
	/*background:none;*/
	cursor:pointer;
	border: 1px solid #ffffff;
  }
  /*--copyright style starts--*/		
.copyright {
	margin :3em 0 0 0;
	text-align:center;
}	
.copyright p{
	font-size:0.9em;
	color:#fff;
	letter-spacing: 1px;
}	
.copyright p a{
	text-decoration: none;
    font-size: 0.9em;
    color: #f44336;
	letter-spacing: 1px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.copyright p a:hover{
	color:#cccccc;
}	
/*--copyright style end--*/	
/*--responsive starts here--*/
@media (max-width:1920px) {
	.main { padding: 6em 0; }
}
@media (max-width:1680px) {
	.main { padding: 6em 0; }
}
@media (max-width:1600px) {
	.main { padding: 3em 0; }
}
@media (max-width:1440px) {
	.content { width: 39%; }
}
@media (max-width:1366px) {
	.content { width: 42%; }
}
@media (max-width:1280px) {
	.content { width: 45%; }
}
@media (max-width:1080px) {
	.content { width: 52%; }
}
@media (max-width:1024px) {
	.content { width: 57%; }
}
@media (max-width:991px) {
	.content { width: 59%; }
}	
@media (max-width:900px) {
	.content { width: 64%; }
}
@media (max-width:800px) {
	.content { width: 73%; }
}
@media (max-width:768px) {
	.content { width: 76%; }
}
@media (max-width:736px) {
	.content { width: 78%; }
}
@media (max-width:667px) {
	.content { width: 81%; }
	.w3ls-head h1 { font-size: 2.5em; }
}
@media (max-width:640px) {
	.content { width: 84%; }
}
@media (max-width:600px) {
	.content { width: 87%; padding: 1em; }
	.w3ls-head h1 { font-size: 2em; }
	.content h2 { font-size: 2em; letter-spacing: 2px; }
}
@media (max-width:568px) {
	.content { width: 90%; padding: 1em; }
}
@media (max-width:480px) {
	.content { width: 90%; padding: 1em; }
	.w3ls-head h1 { font-size: 1.5em; }
	.content h2 { font-size: 1.5em; letter-spacing: 2px; font-weight: 600; }
	.w3ls-user { width: 100%; margin: 0 0 2em 0; }
	.w3ls-password { width: 100%; float: none; }
	.icon3 { top: 84%; }
}
@media (max-width:414px) {
	.content { width: 90%; padding: 1em; }
	.main { padding: 2em 0; }
	.w3ls-head h1 { letter-spacing:1px; }
	.content { margin: 2em auto 0; padding: 1em 2em; }
}	
@media (max-width:384px) {
	.content { width: 90%; padding: 1em; }
	.w3ls-head h1 { letter-spacing:0px; }
	.w3l-line { width: 5%; }
}	
@media (max-width: 320px){
	.content { width: 90%; padding: 1em; }
	.w3ls-head h1 { letter-spacing: 0px; font-weight: 400; }
	.w3l-line { width: 5%; }
}
/*--responsive starts here--*/