/* 
    Document   : base-admin
    Created on : Dec 18, 2013, 8:57:02 PM
    Author     : greghxc
    Description:
        Purpose of the stylesheet follows.
*/

body {
  background-color: #000000;
  font-size: 125%;
  background-image: url('../img/asphalt.jpg');
  font-family: 'Alegreya Sans SC', sans-serif;
}

root { 
  display: block;
}

.container {
  width: auto;
  max-width: 640px;
}

.noteContainer {
  background-color: #fff;
  margin: 10px auto auto auto;
  border-radius: 10px;
  padding: 10px;
}

label {
  margin-top:10px;
}

#noteSubmit {
  margin-top: 10px;
  background-color:#ec971f;
  color: #fff;
}

.Absolute-Center {
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
  text-align: center;
}

#loginWrapper{
  width: 450px;
  height: 350px;
  background-color: #000;
  color: #fff;
  -webkit-box-shadow:0 0 50px 20px black; 
  -moz-box-shadow: 0 0 50px 20px black; 
  box-shadow:0 0 50px 20px black;
  -webkit-appearance: none;
}

#loginContainer{
}

input.login {
  background-color: #000000;
  border-color: #222;
  color: #fff;
  border-radius: 0px;
  margin: 0px 0px 5px 0px;
}

label.login {
}

.row {
  text-align: left;
}

#letMeIn {
  font-size: 150%;
  font-weight: bold;
  padding: 10px;
}

#loginHead{
  min-height: 100px;
  padding-top: 10px;
}
#loginImg{
  
}