body {
  padding-top: 200px;
  padding-bottom: 40px;
  /*background:url('../images/bg.jpg') repeat;*/
/*  background-color: green;*/
}

.form-signin {
    background:url('../images/login.png');
/*  background-color:green;*/
  max-width: 220px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  clear:both;
  margin-bottom: 35px;
  text-align: left;  
}
.form-signin-heading{
    color:#5eda38;
    font-size: medium;
}
.form-signin .checkbox {
  font-weight: normal;
  font-size: small;
  color:#5eda38;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 20px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="text"] {
  margin-bottom: 10px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.bt_login {float:left; top:100px; background-color:#2d8de7; width:225px; height:35px; color:#fff !important; border:0}
.item_login {width:200px; float:left; padding:5px 10px; border:1px solid #2d8de7; height:20px; line-height:30px; }