body
{
  background: rgba(0,0,0,.2);
}

#login
{
  max-width: 320px;
  overflow-y: auto;
  position: absolute;
  left:50%;
  top:50%;
  transform: translate(-50%, -50%);
}

#login_error
{
  border-left: 4px solid #dc3232;
  padding: 12px;
  margin-left: 0;
  background-color: #fff;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,.1);
}

#login form
{
  padding: 10px 24px 10px 24px;
  font-weight: 400;
  background: #fff;
  border: none;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,.1);
}

#login label .text
{
  color: #000;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 3px;
}

.input
{
  color: #555;
  font-weight: 200;
  font-size: 17px;
  text-indent: 3px;
  width: auto;
  padding: 5px;
  border: 2px solid #007cba;
  background: #fff;    
}

#login .button-primary
{
  font-size: 14px;
  font-weight: 700;
  min-height: 32px;
  padding: 0 12px;
  background: #007cba;
  border-color: #007cba;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  line-height: 2.15384615;
  margin: 0;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  -webkit-appearance: none;   
  border-radius: 0;
  white-space: nowrap;
  box-sizing: border-box;
}


