/* @override http://planning-center.local/stylesheets/home_page/login.css */

* {
  font-family: "Helvetica Neue"
}

#remember_me_label {
  position: absolute;
  left: 258px;  
  top: 250px;
  color: white;
  font-size: 12px;
}
.error, .notice {
  position: absolute;
  top: 134px;
  left: 82px;
  right: 83px;
  background-color: yellow;
  padding: 2px;
  font-size: 12px;
  color: black;
  font-weight: bold;
}
body {
  text-align: center;
}

#Submit {
  position: absolute;
  left: 438px;  
  top: 248px;
}

#forgot_password {
  position: absolute;
  left: 398px;  
  top: 164px;
  color: white;
  font-size: 10px;
}

form {
  width: 600px;
  height: 319px;
  background-image: url(http://www.planningcenteronline.com/images/home_page/bg/bg_login.jpg);
  margin: 40px auto;
  position: relative;
}

#email {
  position: absolute; 
  left: 258px;
  top: 178px;
  padding: 3px 3px; 
  border: 1px solid #d5d5d5; 
  font-size:1.1em; 
  width: 220px;
}
#password {
  position: absolute; 
  left: 258px;
  top: 212px;
  padding: 3px 3px; 
  border: 1px solid #d5d5d5; 
  font-size:1.1em; 
  width: 220px;
}