html{   
background:url(../images/login_bg.jpg) no-repeat;
//background:url(../images/p2.png) no-repeat;
  background-size: 100% 100%;
  //background-position:bottom;
  height:100%;
  font-family:calibri;
 
    
   	/*background:url("../images/ganesh/ganesh-4.jpg") no-repeat;
    font-family: calibri;
    height: 100%;
	background-size:100% 100%;
	//opacity:0.8;*/
}
.font{
background:#5fa63e;
color:#fff;
text-align:center;
padding:5px;
border-radius:5px;
margin:20px;

}
/*LOGIN CONFIGURATION PAGE*/
.form-login {
	max-width: 330px;
	margin: 5% 0% 0% 36%;
	background: rgba(0,0,0,0.6);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	
/*background:rgba(165, 159, 159, 0.45) none repeat scroll center center;
    border-radius: 5px;
    margin:2% 0% 0 1%;
    //max-width: 277px;
	max-width:330px;*/
}

.form-login h2.form-login-heading {
	margin: 0;
	padding: 25px 20px;
	text-align: center;
	background: #5fa63e;
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: normal;
}
.login-wrap {
	padding-left: 20px;
	padding-right: 20px;
	padding-top:20px;
	//padding-bottom:30px;
	padding-bottom:49px;
}
.login-wrap .registration {
	text-align: center;
}
.login-social-link {
	display: block;
	margin-top: 20px;
	margin-bottom: 15px;
}

.btn-theme {
color: #fff;
//background:rgba(3, 143, 3, 0.6);
border-color: #48bcb4;
background-color: #5fa63e;
border-color: #48bcb4;
}

.btn-block {
display: block;
width: 100%;
}
.btn {
display: inline-block;
padding: 6px 12px;
margin-bottom: 0;
font-size: 14px;
font-weight: normal;
line-height: 1.42857143;
text-align: center;
white-space: nowrap;
vertical-align: middle;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
}
.form-control {
display: block;
width: 100%;
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
border-color: #5fa63e;
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.link{
color:#5fa63e;
text-decoration:none;
float:right;
}

.link:hover{
color:#5fa63e;
text-decoration:underline;
float:right;
}