@charset "utf-8";
section {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgb(51,141,212); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(53,142,212,1) 0%, rgba(20,98,190,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(53,142,212,1)), color-stop(100%,rgba(20,98,190,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(53,142,212,1) 0%,rgba(20,98,190,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(53,142,212,1) 0%,rgba(20,98,190,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(53,142,212,1) 0%,rgba(20,98,190,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(53,142,212,1) 0%,rgba(20,98,190,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#338dd4', endColorstr='#1464bf',GradientType=0 ); /* IE6-9 */
}
section:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url(../img/loginBG.png) no-repeat left center;
  background-size: auto 100%;
}
.login-box {
  width: 535px;
  height: 170px;
  background: url(../img/loginLogoBG.png) no-repeat;
  position: absolute;
  top: 50%;
  right: 15%;
  margin-top: -110px;
  padding-left: 190px;
  padding-right: 5px;
  padding-top: 63px;
}
.input-group {
  padding: 5px 0;
  width: 250px;
}
.input-group .form-control {
  border-color: #1565c0;
  border-radius: 5px!important;
  height: 38px;
}
button {
  position: absolute;
  width: 85px;
  height: 85px;
  background: url(../img/loginBtn.png) no-repeat;
  right: 0;
  top: 68px;
  outline: none;
  border: none;
}
button:hover {
  background-position: 0 -115px;
}
button:focus {
  background-position: 0 -115px;
}
button:active {
  background-position: 0 -215px;
}
label {
  color: #ff9800;
  display: none;
  padding-left: 117px;

}
input:focus {
  border-color: #0d47a1;
  box-shadow: 0 0 5px #0d47a1;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
  box-shadow: inset 0 0 0 1000px white ;
}
input:-webkit-autofill:focus {
  border-color: #0d47a1;
  box-shadow: inset 0 0 0 1000px white,0 0 5px #0d47a1;
}
