
body {
     background: url("../img/bg.png") no-repeat center center fixed;  
    background-repeat: no-repeat;
    
   
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.text-error {
    color: #561817;
}
.bot-right{
	    float: right;
    margin-top: 25px;
}
.login {

    background: #3E5B9C;
    width: 21%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 9px;
    padding: 20px;

}

 @media only screen and (max-width: 700px) {
	.logo{
		width:80px !important;
		margin: 32px 0 0 15px !important;
		
	}
	.title{
    font-size: 10px !important;
    padding: 35px 0 0 20px !important;
		
	}
	.login{
		    width: 300px;
			    padding: 0px;
		
	}
}
  

.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
    margin-bottom: 10px;
}
.form-signin .checkbox {
    font-weight: normal;
}
.form-signin input[type="text"],
.form-signin input[type="password"],
.form-signin input[type="email"] {
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form-signin input[type="text"]:focus,
.form-signin input[type="password"]:focus,
.form-signin input[type="email"]:focus  {
    z-index: 2;
}
.form-signin input,.form-signin button {
    border: 0;
	border-radius: 0;
	margin: 0px;
}
.form-signin .rnd-top{
	 
	    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.form-signin .rnd-bottom {
border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
#footer{
	background: #23489C none repeat scroll 0% 0%;
color: #FFF;
width: 100%;
height: 80px;
overflow: hidden;
line-height:80px;
vertical-align:middle;
padding: 0 100px;
box-sizing: border-box;

}
#footer,  .wrapper:after {
  height: 80px; 
}
header {
	position: relative;
height: 90px;
width: 100%;
    margin-top: -21px;
background-color: #FFF;
margin-bottom: 25px;
}
#wrapper {
	min-height:100%;
	position:relative;
	      margin-bottom: -80px;
		  box-sizing:border-box;
		  padding-bottom: 25px;

}
#footer,  #wrapper:after {
  height: 80px; 
}
#wrapper:after {
  content: "";
  display: block;
}
.text-center{
	color: #ffffff;
	
}