body{
margin:0 auto;
font: 14px arial, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
background:#135891 url("../../img/brg-login.jpg") no-repeat;
text-align:center;
background-size: cover;
}
a:focus,
button:focus,
.btn-success:focus{
	outline: none !important;
}
.form-login{
	margin-top: 50px;	
	padding: 30px 25px;
	padding-bottom: 10px;
	
}
.form-login .btn{
	font-weight: bold;
}
.form-frame{
	-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
}
.form-group{
	float: left;
	width: 100%;
}
#login_response{
	color: #f00;
	margin-bottom: 10px;
}
.form-login .panel-title{
	font-weight: bold;
}
#forgotpass{margin-top:1.5em;}
#forgotpass a{font-weight:700; font-size:13px; float:left}
.error_1{ color:red;}