@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300italic,700);
body {
  /* background: url(../images/bg.jpg) center top transparent; */
  background-color: #fff;
}
body:before {
  content: " ";
  box-shadow: 0px 0px 100px black inset;
  width: 100%;
  height: 100% auto;
  display: block;
  top: 0px;
  left: 0px;
  position: center;
}

#login {
  border: 4px solid #f28c30;
  background: #fff;
  height: 310px;
  border-radius: 5px;
  color: #333;
  box-shadow: 0px 1px 0px rgba(0,0,0,0.25);
}

#loginreport {
  border: 4px solid #f28c30;
  background: #fff;
  height: 240px;
  border-radius: 5px;
  color: #333;
  box-shadow: 0px 1px 0px rgba(0,0,0,0.25);
}

.center {
  margin: auto;
  width: 30%;
  padding: 1px;
}

.centerreport {
  margin: auto;
  width: 30%;
  padding: 1px;
}

#loginreport form {
  width: 60%;
  margin: 10px auto;
  text-align: center;
}

#loginreport form h1 {
  font-size: 100%;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #fff;
}

#loginreport form h2 {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 20px;
  color: rgb(0, 0, 0);
}
#loginreport form h2:before {
  display: inline-block;
  content: " ";
  margin-right: 14px;
  width: 60px;
  height: 6px;
  border-top: 1px solid rgb(0, 0, 0);
}
#loginreport form h2:after {
  display: inline-block;
  content: " ";
  margin-left: 14px;
  width: 60px;
  height: 6px;
  border-top: 1px solid rgb(0, 0, 0);
}


#loginreport form input {
  width: 95%;
  height: 40%;
  border-radius: 5px;
  border: 1px solid #f28c30;
  margin-bottom: 6%;
  text-indent: 10px;
  outline: none;
  -webkit-transition: box-shadow 1s;
  -moz-transition: box-shadow 1s;
  -o-transition: box-shadow 1s;
  transition: box-shadow 1s;
}
#loginreport form input:focus {
  border: 2px solid black;
  /* box-shadow: 0px 0px 5px #5dbbfd; */
}

#loginreport form a {
  width: 57%;
  font-size: 18px;
}
#loginreport form a:hover {
  text-shadow: 0px 0px 1px gray;
}

#loginreport button {
  width: 30%;
  height: 12%;
  border-radius: 5px;
  text-indent: 10px;

  background: #f28c30;
  border: 2px solid #f28c30;
  color: #fff;
  text-transform: uppercase;
  /* text-shadow: 0px 1px 1px white; */
  font-size: 12px;
  /* position: absolute; */
  top: 69%;
  left: 30%;
  width: 60%;
}
#loginreport button:hover {
  background: #fff;
  color: black;
  border: 2px solid black;
}
#loginreport button:active {
  background: #fff;
  color: black;
  border: 2px solid black;
}

.center1 {
  margin: auto;
  width: 30%;
}

#a {
  background: #f28c30;
  height: 55px auto;
  border-radius: 5px;
}

#login form {
  width: 60%;
  margin: 10px auto;
  text-align: center;
}

#a h1 {
  font-size: 120%;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #fff;
  text-align: center;
  width: 100%;
}

#login form h1 {
  font-size: 100%;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #fff;
}

#login form h2 {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 20px;
  color: rgb(0, 0, 0);
}
#login form h2:before {
  display: inline-block;
  content: " ";
  margin-right: 14px;
  width: 60px;
  height: 6px;
  border-top: 1px solid rgb(0, 0, 0);
}
#login form h2:after {
  display: inline-block;
  content: " ";
  margin-left: 14px;
  width: 60px;
  height: 6px;
  border-top: 1px solid rgb(0, 0, 0);
}


#login form input {
  width: 95%;
  height: 40%;
  border-radius: 5px;
  border: 1px solid #f28c30;
  margin-bottom: 6%;
  text-indent: 10px;
  outline: none;
  -webkit-transition: box-shadow 1s;
  -moz-transition: box-shadow 1s;
  -o-transition: box-shadow 1s;
  transition: box-shadow 1s;
}
#login form input:focus {
  border: 2px solid black;
  /* box-shadow: 0px 0px 5px #5dbbfd; */
}

#login form a {
  width: 57%;
  font-size: 18px;
}
#login form a:hover {
  text-shadow: 0px 0px 1px gray;
}

#login button {
  width: 30%;
  height: 12%;
  border-radius: 5px;
  text-indent: 10px;

  background: #f28c30;
  border: 2px solid #f28c30;
  color: #fff;
  text-transform: uppercase;
  /* text-shadow: 0px 1px 1px white; */
  font-size: 12px;
  /* position: absolute; */
  top: 69%;
  left: 30%;
  width: 60%;
}
#login button:hover {
  background: #fff;
  color: black;
  border: 2px solid black;
}
#login button:active {
  background: #fff;
  color: black;
  border: 2px solid black;
}

#content {
  border-radius: 5px;
  position: absolute;
  top: 87%;
  width: 100%;
}
