/*Simperda Theme Login Page Created by Rudi Kurniawan*/

#login {
  background-color: #104c69;
  padding-top: 50px;
  font-size: 14px;
  line-height: 20px;
}
#login:before {
  background-color: #104c69;
  background-image: url(bg.png);
  background-position: 0 0;
  background-repeat: repeat;
  border-bottom: 3px solid #1a2530;
  box-shadow: 0 5px 0 5px rgba(0,0,0,.05);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 35%;
}
#login #logo {
  margin: 30px 25px;
  width: 175px;
  height: 175px;
}
#login .copyright {
  color: #061c27;
  text-align: center;
  margin: 0;
  padding: 1em;
}
#login .copyright a {
  color: #061c27;
}
#login .copyright a:hover {
  color: #efd59c;
}
#login #wrapper {
  background-color: #ffffff;
  box-shadow: 0 0 0 10px rgba(0,0,0,0.2);
}
#login #identitas {
  background-color: #1c86b9;
  text-align: center;
}
#login #judul {
  color: #ffffff;
  text-align: center;
  margin: 0;
  padding: 1em;
}
#login #logo {
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
  padding: 0;
}
#login .deskripsi {
  color: #efd59c;
  padding: 1em;
}
#login #box-login {
  background-color: #ffffff;
  height: 400px;
}
#login #box-login h1 {
  color: #1b5180;
  font-size: 2.35em;
  line-height: 1.5em;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  padding: 1em;
}
#login #box-login form {
  padding: 0 15px;
}