/******************************************************************
Site Name: The Fertility Support Company
Author: PICODELIQ

Stylesheet: Login Stylesheet

******************************************************************/
body.login {
  background: white;
  padding-top: 10px;
     -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* the form box */
#login {
  padding: 20px;
  background: white;
-webkit-border-radius: 5px;
        border-radius: 5px;
}

.login h1 a {
  background: url(../img/fsc-logo.png) 0 0 no-repeat scroll transparent;
  width: 184px; /* logo image width */
  height: 88px; /* logo image height */
  text-indent: -9999px;
  overflow: hidden;
  padding-bottom: 10px;
  display: block;
  margin: 0 auto;
}

form {
  margin-left: 8px;
  padding: 26px 24px 46px;
  font-weight: normal;
  background: white;
  border: 1px solid #E5E5E5;
-webkit-border-radius: 3px;
        border-radius: 3px;
-webkit-box-shadow:  none;
        box-shadow:  none;
}

body form .input {
  font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",sans-serif;
  font-weight: 200;
  font-size: 24px;
  width: 97%;
  padding: 3px;
  margin-top: 2px;
  margin-right: 6px;
  margin-bottom: 16px;
  border: 1px solid #E5E5E5;
  background: #FBFBFB;
  outline: none;
-webkit-box-shadow: inset 1px 1px 2px 0px rgba(200, 200, 200, 0.2);
        box-shadow: inset 1px 1px 2px 0px rgba(200, 200, 200, 0.2);
}

/*
You'll have to override some of the default styles
but since we're referencing the id, it should be easy.
*/
/* login button*/
