body.login {
  background-image: url('backend.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
}

.login h1 a {
  background-image: url('login-logo320.png');
  height:90px;
  width:320px;
  background-size: 320px auto;
  background-repeat: no-repeat;
  padding-bottom: 30px;
}

.login label {
  font-size: 12px;
  
  
}

.login form {
    margin-top: 20px;
    margin-left: 0;
    padding: 26px 24px 46px;
    background: rgba(0, 0, 0, 0.44);
    box-shadow: 0 1px 3px rgba(0,0,0,.13);
	border-radius: 25px;
}


.login input[type="text"]{
  background-color: #ffffff;
  border-color:#dddddd;
  -webkit-border-radius: 4px;
}

.login input[type="password"]{
  background-color: #ffffff;
  border-color:#dddddd;
  -webkit-border-radius: 4px;
}

.login .button-primary {
  width: 120px;
  float:right;
  background-color:#87c700 !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#87c700), to(#347900));
  background: -webkit-linear-gradient(top, #87c700, #347900);
  background: -moz-linear-gradient(top, #17a8e3, #17a8e3);
  background: -ms-linear-gradient(top, #17a8e3, #17a8e3);
  background: -o-linear-gradient(top, #17a8e3, #17a8e3);
  background-image: -ms-linear-gradient(top, #17a8e3 0%, #17a8e3 100%);
  color: #ffffff;
  -webkit-border-radius: 4px;
  border: 1px solid #87c700;
}

.login .button-primary:hover {
  background-color:#347900 !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#87c700), to(#347900 ));
  background: -webkit-linear-gradient(top, #87c700, #347900 );
  background: -moz-linear-gradient(top, #17a8e3, #0d9ed9 );
  background: -ms-linear-gradient(top, #17a8e3, #0d9ed9 );
  background: -o-linear-gradient(top, #17a8e3, #0d9ed9 );
  background-image: -ms-linear-gradient(top, #0b436e 0%, #0d9ed9 100%);
  color: #fff;
  -webkit-border-radius: 4px;
  border: 1px solid #87c700;
}

.login .button-primary:active {
  background-color:#87c700 !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#87c700), to(#347900));
  background: -webkit-linear-gradient(top, #87c700, #347900);
  background: -moz-linear-gradient(top, #0d9ed9, #17a8e3);
  background: -ms-linear-gradient(top, #0d9ed9, #17a8e3);
  background: -o-linear-gradient(top, #0d9ed9, #17a8e3);
  background-image: -ms-linear-gradient(top, #0d9ed9 0%, #17a8e3 100%);
  color: #fff;
  -webkit-border-radius: 4px;
  border: 1px solid #87c700;
}