/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
body{
	padding:0;
	margin:0;
	background:url(../images/banner43.jpg) no-repeat 0px 0px;
	background-attachment:fixed;
	background-size:cover;
	background-position: 50% 50%; 
	}
	
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;
	font-weight:400;
}
input[type="button"],input[type="submit"]{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
h1,h2,h3,h4,h5,h6{
	margin:0;		
	font-weight:400;
    transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
	
}	
.clear {
	clear:both;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans.ttf') format('truetype');
} 
@font-face {
  font-family: 'Poiret One';
  src: url('../fonts/PoiretOne.ttf') format('truetype');
}  
@font-face {
  font-family: 'Marcellus SC';
  src: url('../fonts/MarcellusSC.ttf') format('truetype');
}  
p{
	margin:0;
}

ul{
	margin:0;
	padding:0;
}
label{
	margin:0;
}
.text-center {
	text-align:center;
}
img{
	width:100%;
}
/*--/reset code--*/
/*--banner--*/
.header-w3ls h1 {
    font-size: 50px;
    font-weight: 500;
    text-align: center;
    text-transform: capitalize;
    letter-spacing: 1px;
    padding: 1em 0 1em;
	color:#fff;
	font-family: 'Marcellus SC', serif;
}
.header-form h2 {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    text-transform: capitalize;
	color:#fff;
    letter-spacing: 1px;
    font-family: 'Marcellus SC', serif;
}
form {
   width: 30%;
    margin: 0 auto;
    background: rgba(16, 15, 15, 0.38);
    padding: 2em;
    box-shadow: -10px -10px 0px 0px rgba(38, 206, 105, 0.55);
}
.username p {
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    text-transform: capitalize;
    letter-spacing: 2px;
    color: #fff;
	padding: 0.5em 0;
	font-family: 'Poiret One', cursive;
}
.password p {
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    text-transform: capitalize;
    letter-spacing: 2px;
    color: #fff;
	padding: 0.5em 0;
	font-family: 'Poiret One', cursive;
}
.username span {
   float: left;
    padding: 0.9em;
    background: #27bd63;
    color: #eaefec;
	width:3%;
}
.password span {
    float: left;
    padding: 0.9em;
    background: #27bd63;
    color: #eaefec;
	width:3%;
}
input[type="text"]{
    font-size: 17px;
    font-weight: 500;
    text-align: left;
    text-transform: capitalize;
    padding: 0.7em 0.7em;
    float: left;
    width: 86%;
    border: none;
    outline: none;
    margin-bottom: 2em;
    font-family: 'Open Sans', sans-serif;
}
input[type="password"] {
   font-size: 17px;
    font-weight: 500;
    text-align: left;
    text-transform: capitalize;
    padding: 0.7em 0.7em;
    float: left;
    width: 85%;
    border: none;
    outline: none;
    font-family: 'Open Sans', sans-serif;
}
.forgot-password p {
    font-size: 15px;
    font-weight: 500;
    text-align: right;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin: 1em 0 3em;
    color: #fff;
    width: 96%;
    font-family: 'Open Sans', sans-serif;
}
input[type="submit"] {
    font-size: 15px;
    font-weight: 800;
    text-align: center;
    display: block;
    margin: 0 auto;
    text-transform: uppercase;
    letter-spacing: 3px;
    width: 40%;
    padding: 0.7em 0;
    border: none;
    outline: none;
	cursor:pointer;
    color: #fff;
	margin-top: 30px;
    background: rgba(38, 206, 105, 0.89);
	font-family: 'Open Sans', sans-serif;
}
input[type="submit"]:hover {
    background: #07d6f9;
    color: #fff;
    transition: 3s;
    transition-timing-function: ease;
}
.forgot-password span {
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    text-transform: capitalize;
    color: #fff;
	vertical-align: text-bottom;
	letter-spacing: 1px;
	font-family: 'Open Sans', sans-serif;
}
input.checkbox {
    margin: 2em 0 0;
}
ul.password-w3ls li {
    display: inline-block;
	list-style-type:none;
}
li.forgot {
    float: right;
    padding: 1.5em 0 0;
}
.forgot a {
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    color: #fff;
	letter-spacing: 1px;
    text-decoration: none;
	font-family: 'Open Sans', sans-serif;
}
.signin-w3ls span {
    font-size: 19px;
    font-weight: 500;
    text-align: center;
    display: block;
    color: #fff;
    text-transform: capitalize;
    letter-spacing: 1px;
    padding: 1em 0 0;
	font-family: 'Open Sans', sans-serif;
}
/*--social-icons--*/
.agile-social {
    width: 42%;
    margin: 0em auto;
}
ul.social-icons li {
    list-style-type: none;
    display: inline-block;
}
.social-icons li a i {
    font-size: 18px;
    color: #fff;
    border: 1px solid #fff;
    width: 33px;
    height: 33px;
   line-height: 2;
    text-align: center;
    background: none;
   margin:1em 0.7em 0em;
}
.social-icons i.fa.fa-facebook {
    border: 2px solid #fff;
    color: #fff;
}
.social-icons i.fa.fa-facebook:hover{
	background: #3b5998;
	color:#fff;
	transition: .3s ease;
}
.social-icons i.fa.fa-twitter {
    border: 2px solid #fff;
    color: #fff;
	
}
.social-icons i.fa.fa-twitter:hover{
	background:#1da1f2;
	color:#fff;
	transition: .3s ease;
}
.social-icons i.fa.fa-google-plus {
    border: 2px solid #fff;
    color: #fff;

}
.social-icons i.fa.fa-google-plus:hover{
	background:#dd4b39;
	color:#fff;
	transition: .3s ease;
}
footer {
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    text-transform: capitalize;
    letter-spacing: 2px;
    color: #fff;
    padding:2em 0em 2em;
	font-family: 'Open Sans', sans-serif;
	
}
footer a{
	font-size: 15px;
    font-weight: 500;
    text-align: center;
    text-transform: capitalize;
    letter-spacing: 1px;
    color: #26ce69;
	text-decoration:none;
   font-family: 'Open Sans', sans-serif;
	
}
/*--/banner--*/
/*--responsive--*/
@media(max-width:1920px){
	
}
@media(max-width:1680px){
	
}
@media(max-width:1600px){
	
}
@media(max-width:1440px){
	form {
    width: 35%;
	}
}
@media(max-width:1366px){
	input[type="text"]{
		width: 86%;
	}
	input[type="password"]{
		width: 86%;
	}
}
@media(max-width:1280px){
	form {
		width: 40%;
	}
	input[type="text"]{
		width: 86%;
	}
	input[type="password"]{
		width: 86%;
	}
}
@media(max-width:1080px){
	form {
    width: 45%;
}
}
@media(max-width:1050px){
	form {
    width: 50%;
}
}
@media(max-width:1024px){
	input[type="password"] {
		width: 86%;
	}
	input[type="text"] {
		width: 86%;
	}
}
@media(max-width:991px){
	
}
@media(max-width:900px){
	form {
    width: 55%;
}
}
@media(max-width:800px){
	form {
    width: 60%;
}
input[type="text"] {
    width: 86%;
}
input[type="password"] {
    width: 86%;
}
}
@media(max-width:768px){
	form {
    width: 63%;
}
input[type="text"] {
    width: 86%;
}
input[type="password"] {
    width: 86%;
}
}
@media(max-width:736px){
form {
    width: 65%;
}
}
@media(max-width:667px){
	form {
    width: 75%;
}
input[type="text"] {
    width: 86%;
}
input[type="password"] {
    width: 86%;
}
}
@media(max-width:600px){
	form {
    width: 81%;
}
input[type="text"] {
    width: 85%;
}
input[type="password"] {
    width: 85%;
}
}
@media(max-width:568px){
	input[type="text"]{
		width: 85%;
	}
	input[type="password"]{
		width: 85%;
	}
	.agile-social {
    width: 44%;
    margin: 0em auto;
}
}
@media(max-width:480px){
	input[type="text"] {
    width: 82%;
}
input[type="password"]{
		width:82%;
	}
	.agile-social {
    width: 53%;
    margin: 0em auto;
}
}
@media(max-width:414px){
	form {
    width: 73%;
}
.header-w3ls h1 {
    font-size: 44px;
	}
input[type="text"] {
    width: 78%;
}
input[type="password"]{
		width: 78%;
	}
	.agile-social {
    width: 68%;
    margin: 0em auto;
}
ul.password-w3ls {
    width: 95%;
}
li.forgot {
    float: right;
    padding: 1.4em 0 0;
}
}
@media(max-width:384px){
.header-w3ls h1 {
    font-size: 40px;
}
input[type="text"] {
    width: 78%;
}
input[type="password"] {
    width: 78%;
}
.agile-social {
    width: 73%;
    margin: 0em auto;
}
.forgot-password span {
    font-size: 13px;
}
.forgot a {
    font-size: 13px;
}
li.forgot {
    float: right;
    padding: 1.5em 0 0;
}
}
@media(max-width:375px){
.agile-social {
    width: 70%;
    margin: 0em auto;
}	
form {
    width: 70%;
	box-shadow: -10px -10px 0px 0px rgba(38, 206, 105, 0.55);
}
input[type="text"] {
    width: 76%;
}
input[type="password"] {
    width: 76%;
}
.forgot-password span {
    font-size: 12px;
}
.agile-social {
    width: 79%;
    margin: 0em auto;
}
.forgot a {
    font-size: 12px;
}
li.forgot {
    float: right;
    padding: 1.5em 0 0;
}
}
@media(max-width:320px){
	input[type="text"] {
    width: 73%;
}
input[type="password"] {
    width: 73%;
}
.forgot-password span {
    font-size: 10px;
}
.forgot a {
    font-size: 10px;
}
.agile-social {
    width: 92%;
    margin: 0em auto;
}
form {
    width: 73%;
    box-shadow: -5px -6px 0px 0px rgba(38, 206, 105, 0.55);
}
li.forgot {
    float: right;
    padding: 1.55em 0 0;
}
}
/*--/responsive--*/