/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
/* reset */
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*/
/****-----start-body----****/
body{
	background:url(../images/bg.png);
 	font-family: 'Arimo', sans-serif;

}
.login-form{
	background: url(../images/bg-2.png) no-repeat;
	background-size: 100% 100%;
	margin: 10em auto 0;
	width: 645px;
	height: 447px;
	border-radius: 0.6em;
	-webkit-border-radius: 0.6em;
	-moz-border-radius: 0.6em;
	-o-border-radius: 0.6em;
}
.login-form h1{
	font-size: 1.4em;
	font-weight: 700;
	color: #d36f39;
	padding: 5.6em 0em 2em;
	text-align: center;
	font-family: 'Arimo', sans-serif;
	line-height: 1.4em;
	width: 61%;
	margin: 0 auto;
	letter-spacing: 6px;
}
form {
	margin: 130px auto;
	width: 59%;
	border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	-o-border-radius: 0.3em;
}
input[type="text"] {
	font-family: 'Playball', cursive;
	outline: none;
	font-size: 1em;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	-o-border-radius: 0.3em;
	font-weight: 100;
	border: 1px solid#c3aa96;
	padding: 10px;
	width: 94%;
	background: #f3e6db;
	color: #c3aa96;
	margin-bottom: 1.5em;
} /*
input[type="submit"] {
	width: 100%;
	font-size: 19px;
	transition: 0.1s all;
	-webkit-transition: 0.1s all;
	-moz-transition: 0.1s all;
	-o-transition: 0.1s all;
	cursor: pointer;
	outline: none;
	padding: 0.8em 1em;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	background: #d36f39;
	border: 1px solid#d36f39;
	-webkit-appearance: none;
	color: #fff;
	letter-spacing: 6px;
	-webkit-text-shadow: 1px 1px 0 #d36f39;
	-moz-text-shadow: 1px 1px 0 #d36f39;
	text-shadow: 1px 1px 0 #9F542B;
}*/
	.style-1.large.button { 
	    font-size  : 18px; 
        padding    : 0 42px 3px; 
        width      : auto;
        height     : 42px; 
        line-height: 39px; 
        cursor: pointer;
     }
      .style-1.button.red {
		border: 1px solid #B57755;
		background: #BE541B;
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top, #f65644 0%, #ca3e3e 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#DF8C5F), color-stop(100%,#B86639));
		background: -webkit-linear-gradient(top, #B44B120%,#B44B12 100%);
		background: -o-linear-gradient(top, #f65644 0%,#ca3e3e 100%);
		background: -ms-linear-gradient(top, #f65644 0%,#ca3e3e 100%);
		background: linear-gradient(top, #f65644 0%,#ca3e3e 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f65644', endColorstr='#ca3e3e',GradientType=0 );
		color: #fff;
		text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
		outline: none;
		width: 100%;
		border-radius: 4px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		-o-border-radius: 4px;
		-ms-border-radius: 4px;
		letter-spacing: 5px;
    }  
    
    .style-1.button.red:hover {
		border: 1px solid #B57755;
		background: #A34C1D;
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top, #f65644 0%, #ca3e3e 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#D07746), color-stop(100%,#D3916D));
		background: -webkit-linear-gradient(top, #B44B120%,#B44B12 100%);
		background: -o-linear-gradient(top, #f65644 0%,#ca3e3e 100%);
		background: -ms-linear-gradient(top, #f65644 0%,#ca3e3e 100%);
		background: linear-gradient(top, #f65644 0%,#ca3e3e 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f65644', endColorstr='#ca3e3e',GradientType=0 );
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f65644', endColorstr='#df4645',GradientType=0 );
		color: #fff;
		text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4); 
    }
    
    .style-1.button.red:active,
    .style-1.button.red.active {
		border: 1px solid #B57755;
		background: #BE541B;
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top, #f65644 0%, #ca3e3e 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#DF8C5F), color-stop(100%,#B86639));
		background: -webkit-linear-gradient(top, #B44B120%,#B44B12 100%);
		background: -o-linear-gradient(top, #f65644 0%,#ca3e3e 100%);
		background: -ms-linear-gradient(top, #f65644 0%,#ca3e3e 100%);
		background: linear-gradient(top, #f65644 0%,#ca3e3e 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f65644', endColorstr='#ca3e3e',GradientType=0 );
        filter            : progid:DXImageTransform.Microsoft.gradient( startColorstr='#e75140', endColorstr='#cb3e3e',GradientType=0 );
        box-shadow        : inset 0 2px 5px 0 #bf2918;
        -moz-box-shadow   : inset 0 2px 5px 0 #bf2918;
        -webkit-box-shadow: inset 0 2px 5px 0 #bf2918;
        color             : #fff;
        text-shadow       : 0 -1px 0 rgba(0, 0, 0, 0.4);   
    } 
/****************/
.copy-right {
	text-align: center;
	margin-top: 10em;
}
.copy-right p {
	color: #fff;
	font-size: 1em;
	font-family: 'Arimo', sans-serif;
	font-weight: 100;
}
.copy-right p a {
	font-family: 'Arimo', sans-serif;
	font-size: 1em;
	color:#D35C1E;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.copy-right p a:hover {
	color:#2f95cf;
}
/*----start-responsive design-----*/
@media (max-width:1440px){
	.Login-form{
		margin: 12em auto 0;
	}
	input[type="submit"] {
		right: 17px;
	}
}
@media (max-width:1366px){
	input[type="submit"] {
		right: 16px;
	}
}
@media (max-width:1280px){
	.login-form h1 {
		padding: 6em 0em 1.5em;
	}
}
@media (max-width:1024px){
	.Login-form {
		margin: 27% auto 0;
	}
	input[type="submit"] {
		right: 16px;
	}
}
@media (max-width:768px){
	.Login-form {
		margin: 27% auto 0;
	}
	input[type="submit"] {
		right: 15px;
	}
}
@media (max-width:640px){

	input[type="submit"] {
		right: 15px;
	}
}
@media (max-width:480px){
	input[type="submit"] {
		right: 15px;
	}
	form {
		margin: 8px 11px auto;
		width: 95%;
		text-align: center;
	}
	.login-form {
		width: 476px;
		height: 430px;
		margin: 7em auto 0;
	}
	input[type="text"] {
		font-size: 0.875em;
		padding: 8px;
		width: 63%;
	}
	.style-1.button.red {
		width: 66%;
	}
	.style-1.large.button {
		height: 39px;
		line-height: 26px;
		padding: 0;
	}
	.login-form h1 {
		padding: 7em 4em 2.2em;
		font-size: 1em;
	}
	.login-form {
		height: 385px;
	}
}
@media (max-width:320px){
	input[type="submit"] {
		right: 15px;
	}
	form {
		margin: 56px 8px auto;
		width: 95%;
		text-align: center;
	}
	.login-form {
		width: 300px;
		height: 300px;
		margin: 0em auto 0;
	}
	input[type="text"] {
		font-size: 0.8em;
		padding: 8px;
		width: 63%;
		margin-bottom: 1em;
	}
	.style-1.button.red {
		width: 69%;
	}
	.style-1.large.button {
		height: 37px;
		line-height: 18px;
		padding: 0;
		font-size: 0.7em;
	}
	.login-form h1 {
		padding: 8.8em 5.8em 2.2em;
		font-size: 0.63em;
	}
	.copy-right p {
		font-size: 0.875em;
	}
	.copy-right {
		margin-top: 6em;
	}
}