/******************************************************************
Stylesheet: Login Stylesheet

This stylesheet is loaded on the login page. This way you can style 
the login page. It won't affect any other page, admin or front-end.

******************************************************************/
/* the form box */
#login {
  /*
	This is the Wordpress logo in the admin area.
	You'll have to load your own images and mess
	with the width and height.
	*/
  /*
	You'll have to override some of the default styles
	but since we're referencing the id, it should be easy.
	*/
  /* login button*/
  padding-top: 0px;
}


body.login h1 a {
    background: url('') no-repeat top center;
  /* make sure to replace this! */
  width: 326px;
  height: 67px;
  text-indent: -9999px;
  overflow: hidden;
  padding-bottom: 15px;
  display: block;
}
body.login form {
  padding: 26px 24px 46px;
  font-weight: normal;
  background: white;
  border: 1px solid #E5E5E5;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
body.login 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 rgba(200, 200, 200, 0.2);
  -moz-box-shadow: inset 1px 1px 2px rgba(200, 200, 200, 0.2);
  box-shadow: inset 1px 1px 2px rgba(200, 200, 200, 0.2);
}
body .disclaimer {
  text-align: center;
  margin-bottom: 25px;
  font-size: 18px;
  color: #000;
  margin-top: 60px;
  background-color: yellow;
  font-size: 14px;
  max-width: 500px;
  padding: 30px;
  margin: 80px auto 0;
  display: block;
}

body .logo {
  background: url(../images/login-logo_lys_bg.png) no-repeat top center;
  /* background: url(../images/login-logo_moerk_bg.png) no-repeat top center;*/
  display: block;
  margin-top: 45px;
  height: 85px;
}
