html,
body {
	font-size:12px;
 }
#header{
	background:#3c8dbc;
	padding:12px 0;
}
#header a{
	margin:0;
	padding:15px 40px;
	color:#fff;
	font-size:20px;
	background: #367fa9;
	text-decoration:none;
}
#header img{
	margin:-5px 0 0 0;
}
#login-area{
	/*background:#ecf0f5;*/
	padding:130px 0 95px 0;
	background:url(../../images/bg.jpg) repeat;
}
/**login-form**/
.login-form {
	width: 100%;
	min-height: auto;
	margin: 0 auto;
	padding-bottom:15px;
	position: relative;
	z-index:5;
	background:#fff;
	/*background:url(../images/form_bg1.png) 100% 100% no-repeat;*/
	background-size: 100%;
	box-shadow: -1px 1px 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: -1px 1px 10px rgba(0,0,0,0.5);
	-webkit-box-shadow: -1px 1px 10px rgba(0, 0, 0, 0.5);
	 border-radius: 10px;
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px; 
}
.header-top
{
	position: absolute;
	left: 40%;
	top: -72px;
}
/**header**/
.login-form .header {
	padding: 2.5em 2em 2em 2em;
	text-align: center;
}

.login-form .header h1 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 900;
	font-size: 1.5em;
	color: #36383c;
}

.login-form .header span {
	font-size: 1.4em;
	color: #7c818b;
	text-shadow: 1px 1px 0 rgba(256,256,256,1.0);
}

/**content**/

.login-form .content{
	margin: 0 30px 25px 30px;
	background: rgb(229,231,233);
	background: -moz-radial-gradient(center, ellipse cover,  rgb(229,231,233) 0%, rgb(229,231,233) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgb(229,231,233)), color-stop(100%,rgb(229,231,233)));
	background: -webkit-radial-gradient(center, ellipse cover,  rgb(229,231,233) 0%,rgb(229,231,233) 100%);
	background: -o-radial-gradient(center, ellipse cover,  rgb(229,231,233) 0%,rgb(229,231,233) 100%);
	background: -ms-radial-gradient(center, ellipse cover,  rgb(229,231,233) 0%,rgb(229,231,233) 100%);
	background: radial-gradient(ellipse at center,  rgb(229,231,233) 0%,rgb(229,231,233) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e7e9', endColorstr='#e5e7e9',GradientType=1 );
	box-shadow: inset 0 1px 3px rgba(0,0,0,0.50);
	-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.50);
	-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.50);
	border-radius: 5px;

}
/* Input field */
.login-form .content .input {
	width: 100%;
	padding: 20px 30px;
	font-family: 'Open Sans', sans-serif;
	/*font-weight: 600;*/
	font-size: 1em;
	color: #6f7278;
	background: #e5e7e9;
	border: 1px solid #e5e7e9;
	outline: none;	
	border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
}
/* Second input field */
.login-form .content .username,.login-form .content .password
{
	/*border-bottom: 1px solid #FFF;*/
	box-shadow: inset 0 0px 0px rgba(255, 255, 255, 0.5);
	-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.50);
	-webkit-box-shadow: inset 0 -1px 0px rgba(185, 185, 185, 0.5);
	margin: 2px 0px 0px 2px;
}
.login-form .content .password, .login-form .content .pass-icon {
	margin-top: 0px;
}

.login-form .content .input:hover {
	color: #414848;
}

.login-form .content .input:focus {
	color: #6f7278;
}
/* Login button */
.login_button  {
	margin: 0 30px 25px 30px;
}
.login-form .login_button .button {
	padding: 10px 25px;
	width:100%;
	font-weight: 600;
	font-size: 1.5em;
	letter-spacing: 1.2px;
	color: #F1F1F1;
	margin:0px;
	text-shadow: 1px 2px 1px rgba(82, 82, 82, 0.92);
	background: url(../../images/buttonbg2.png);
	border:1px solid #2a8b7b;
	border-radius: 5px;
	cursor: pointer;
	box-shadow: inset 0 0 2px rgba(256,256,256,0.75);
	-moz-box-shadow: inset 0 0 2px rgba(256,256,256,0.75);
	-webkit-box-shadow: inset 0 0 2px rgba(256,256,256,0.75);
	outline: none;
	-webkit-appearance: none;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
}
.login-form .login_button .button:focus {
	position: relative;
	bottom: -1px;
	background: url(../../images/buttonbg2.png);
	box-shadow: inset 0 1px 6px rgba(256,256,256,0.75);
	-moz-box-shadow: inset 0 1px 6px rgba(256,256,256,0.75);
	-webkit-box-shadow: inset 0 1px 6px rgba(256,256,256,0.75);
}
.login-form .login_button .button:hover{
	background: #3c8dbc;

}
.user-icon, .pass-icon {
	width: 60px;
	height: 60px;
	display: block;
	position: absolute;
	left: 60px;
	padding-right: 2px;
	z-index: 3;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
/***side icons****/
.user-icon {
	top:125px; /* Positioning fix for slide-in, got lazy to think up of simpler method. */
	background: rgba(255, 255, 255, 0.78) url(../../images/lock2.png) no-repeat center;
}

.pass-icon {
	top:205px;
	background: rgba(255, 255, 255, 0.78) url(../../images/mail.png) no-repeat center;
}

/* Animation */
.input, .user-icon, .pass-icon, .button, .register {
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
}

/************start media Queries**********/
@media only screen and (max-width: 1366px)
{
.login {
	left: 33%;
}
}
@media only screen and (max-width: 1024px)
{
.login {
	left: 27%;
}
}
@media only screen and (max-width: 768px)
{
.login {
	left: 18%;
}
}
@media only screen and (max-width: 640px)
{
.login {
	left: 12%;
}
}
@media only screen and (max-width: 480px){
#header a {
    font-size:16px !important;
    padding: 14px 9px;
}
.breadcrumb {
    padding: 0 5px;
}
#login-area {
    padding: 100px 0 45px 0;
}
.login {
	left: 10%;
}
.login {
	width: 400px;
}
.login-form {
	width: 320px;
	min-height: 260px;
}
.header-top {
	left: 125px;
	top: -76px;
}
.login-form .header h1 {
	font-size: 1em;
	    margin: 0;
}
.login-form .header span {
	font-size: 1.27em;
}
.login-form .content .input {
	width: 80.4%;
    padding: 15px 15px;
    font-size: 0.9em;
}
.login-form .content .username, .login-form .content .password {
	margin: 1px 0px 0px 1px;
}
.login-form .login_button .button {
	font-size: 1.2em;
}
.user-icon, .pass-icon {
	width: 70px;
	height: 53px;
}
.pass-icon {
	top: 205px;
}
}
@media only screen and (max-width: 320px)
{
.login {
	left: 3%;
}
.login {
	width: 300px;
}
.login-form {
	width: 300px;
	min-height: 303px;
}
.header-top {
	left: 118px;
	top: -63px;
}
.login-form .header h1 {
	font-size: 1.5em;
}
.login-form .header span {
	font-size: 1em;
}
.login-form .content .input {
	width: 84.3%;
	padding: 12px 18px;
	font-size: 1em;
}
.login-form .content .username, .login-form .content .password {
	margin: 3px 0px 0px 1px;
}
.login-form .login_button .button {
	font-size: 1.5em;
	padding: 8px 10px;
}
.user-icon, .pass-icon {
	width: 70px;
	height: 53px;
}
/***/
.header-top img {
	width: 80%;
}
.login-form .header {
	padding: 1.5em 1em 1em 1em;
}
.login-form .content {
	margin: 0 20px 25px 20px;
}
.login_button {
	margin: 0 20px 25px 20px;
}
.user-icon {
	top: 92px;
}
.pass-icon {
	top: 144px;
}
}