﻿body#LoginBody {
  background: #f2f2f2;
}

section#LoginScreen {
  background-color: #787772;
  box-sizing: border-box;
  color: white;
  box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
  height: 500px;
  left: 50%;
  margin-left: -175px;
  margin-top: -250px;
  overflow: hidden;
  padding: 50px;
  position: absolute;
  top: 50%;
  width: 350px;
}

section#LoginScreen a {
  color: white;
}

  section#LoginScreen label {
    display: block;
    font-size: 12px;
  }

  section#LoginScreen input[type=text], section#LoginScreen input[type=email], section#LoginScreen input[type=password] {
    background-color: white;
    box-sizing: border-box;
    color: #0080b9;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
    padding: 10px;
    width: 100%;
  }

  section#LoginScreen button {
    display: block;
    margin: 30px auto 0 auto;
    padding: 10px 30px;
  }

section#BrowserScreen {
  box-sizing: border-box;
  height: 180px;
  left: 50%;
  margin-left: -380px;
  margin-top: -90px;
  overflow: hidden;
  padding: 50px;
  position: absolute;
  top: 50%;
  width: 760px;
}
