/* 
    Created on : 14-Sep-2016, 19:16:16
    Author     : Richard Abrams
    Comments   : Contains styles that are specific to the login page
                 Styles all prefixed with the #LoginForm container
                 to prevent unintentional override by global styles
*/
#LoginForm {
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0 auto 0 -355px;
  padding: 40px 50px 0;
  width: 710px;
  height: 560px;
  background: url("/media/logo_signin.png") no-repeat 390px 190px, linear-gradient(to bottom, white, white 117px, #007ac2 117px, #007ac2 445px, white 445px, white);
  background-size: 280px, cover; }
  #LoginForm h1 {
    position: static;
    margin: 0 0 25px;
    font-size: 57px; }
  #LoginForm h2 {
    font-size: 24px;
    font-weight: 700;
    color: white;
    text-transform: none;
    margin: 0 0 12px; }
  #LoginForm a {
    color: white; }
  #LoginForm #ProgressMessage {
    width: 350px;
    font-size: 18px;
    line-height: 1.5;
    color: white;
    margin-bottom: 24px;
    min-height: 110px; }
  #LoginForm #LoginItems {
    width: 320px; }
  #LoginForm input {
    width: 100%;
    font-size: 14px;
    line-height: 2;
    border: 1px solid #77787b;
    text-indent: 8px;
    background-color: white;
    border-radius: 5px;
    color: #77787b; }
  #LoginForm input#Email {
    margin-bottom: 14px; }
  #LoginForm button {
    cursor: pointer; }
  #LoginForm #ForgotPassword {
    display: block;
    font-size: 14px;
    background-color: transparent;
    color: white;
    border: none;
    text-decoration: underline;
    margin: 10px 0; }
  #LoginForm #LoginButton {
    border-radius: 5px;
    margin-top: 35px;
    border: none;
    width: auto;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
    text-indent: 0;
    color: white;
    background-color: #007ac2;
    text-transform: lowercase;
    letter-spacing: 1px; }
    #LoginForm #LoginButton:hover {
      background-color: #55b641; }
  #LoginForm #MLALogo {
    position: absolute;
    right: 50px;
    bottom: 15px;
    text-align: right;
    color: #77787b;
    font-size: 10px; }
    #LoginForm #MLALogo img {
      display: inline;
      width: 70px; }

/*# sourceMappingURL=login.css.map */
