body{
	background: url(login/img/backlogin.jpg) top center;
	 margin:0;
   padding:0;
   height:100%;}
   
h1,h2,h3,h4,h5,h6
{
	margin: 0 0 .5em;
	font-weight: 500;
	line-height: 1.1;
}

h1 { font-size: 2.25em; } /* 36px */
h2 { font-size: 1.75em; } /* 28px */
h3 { font-size: 1.375em; } /* 22px */
h4 { font-size: 1.125em; } /* 18px */
h5 { font-size: 1em; } /* 16px */
h6 { font-size: .875em; } /* 14px */

p
{
	font-size: 1em; 
	margin: 0 0 1.5em;
	line-height: 1.5;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

blockquote
{
	padding: 1em 2em;
	margin: 0 0 2em;
	border-left: 5px solid #eee;
}

hr
{
	height: 0;
	margin-top: 1em;
	margin-bottom: 2em;
	border: 0;
	border-top: 1px solid #ddd;
}

table
{
	background-color: transparent;
	border-spacing: 0;
	border-collapse: collapse;
	border-top: 1px solid #ddd;
}

th, td
{
	padding: .5em 1em;
	vertical-align: top;
	text-align: left;
	border-bottom: 1px solid #ddd;
}

a:link { color: royalblue; }
a:visited { color: purple; }
a:focus { color: black; }
a:hover { color: green; }
a:active { color: red; }

span {
	color:#eaeaea;
	font-weight:normal;
	text-align:justify;
	list-style:none;
	line-height:20px;}
.fl_left{float:left;}
.fl_right{float:right;}


.logohead{ 
	width:300px;
	margin-top: 10px;
	margin-bottom: 2px;
	margin-left: -3px;
	margin-right: -3px;
}
/* ----------------------- layout -------------------------*/

.form-box{
	background:#ffffff ;
	opacity:0.8;
	margin: 150px auto 0;
    width: 400px;
	min-height:300px;
	//box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.3);	
}

.head-box{
	margin-top:-65px;
	background:;
	border-radius:0;
	border:0px solid #fff;
	width:300px;
}

.foot-box{
    color: #325272;
	text-align:center;
	text-shadow:1px 1px 1px #fff;
    padding: 20px 20px;
}


/* ------------------------- Form button --------------------------- */

.form-style-1 {
    margin:10px auto;
    max-width: 400px;
    padding: 20px 20px 10px 20px;
    font: 15px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.form-style-1 li {
    padding-top: 10px;
    display: block;
    list-style: none;
    margin: 10px 0 0 0;
}
.form-style-1 label{
    margin:0 0 3px 0;
    padding:0px;
    display:block;
    font-weight: bold;
}
.form-style-1 input[type=text],
.form-style-1 input[type=date],
.form-style-1 input[type=datetime],
.form-style-1 input[type=number],
.form-style-1 input[type=search],
.form-style-1 input[type=time],
.form-style-1 input[type=url],
.form-style-1 input[type=email],
.form-style-1 input[type=password],
textarea,
select{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border:1px solid #BEBEBE;
    padding: 7px;
    margin:0px;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none; 
}
.form-style-1 input[type=text]:focus,
.form-style-1 input[type=date]:focus,
.form-style-1 input[type=datetime]:focus,
.form-style-1 input[type=number]:focus,
.form-style-1 input[type=search]:focus,
.form-style-1 input[type=time]:focus,
.form-style-1 input[type=url]:focus,
.form-style-1 input[type=email]:focus,
.form-style-1 input[type=password]:focus,
.form-style-1 textarea:focus,
.form-style-1 select:focus{
    -moz-box-shadow: 0 0 8px #88D5E9;
    -webkit-box-shadow: 0 0 8px #88D5E9;
    box-shadow: 0 0 8px #88D5E9;
    border: 1px solid #88D5E9;
}
.form-style-1 .field-divided{
    width: 49%;
}

.form-style-1 .field-long{
    width: 100%;
}
.form-style-1 .field-select{
    width: 100%;
}
.form-style-1 .field-textarea{
    height: 100px;
}
.form-style-1 input[type=text], .form-style-1 input[type=text]{
    padding: 15px 7px 15px 7px;
}
.form-style-1 input[type=password], .form-style-1 input[type=password]{
    padding: 15px 7px 15px 7px;
}
.form-style-1 input[type=submit], .form-style-1 input[type=button]{
    background: #7FBA00;
    padding: 15px 160px 15px 160px;
    border: none;
    color: #fff;
}
.form-style-1 input[type=submit]:hover, .form-style-1 input[type=button]:hover{
    background: #669302;
    box-shadow:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
}
.form-style-1 .required{
    color:red;
}


@media (min-width: 768px) and (max-width: 979px) {
	.logohead{ 
		width:312px;
		margin-top: 10px;
		margin-bottom: -10px;
		margin-left: -3px;
		margin-right: -3px;
	}
}

@media (max-width: 767px) {
	.logohead{ 
	width:312px;
	margin-top: 10px;
	margin-bottom: -10px;
	margin-left: -3px;
	margin-right: -3px;
	}

}

@media (max-width: 480px) {

	.logohead{ 
	width:258px;
	margin-top: 10px;
	margin-bottom: -10px;
	margin-left: -3px;
	margin-right: -3px;
	}
}