/******************************************************************
Stylesheet: Login Stylesheet
******************************************************************/
/* the form box */
/*
This is the Wordpress logo in the admin area.
You'll have to load your own images and mess
with the width and height.
*/
.login h1 a {
	/* make sure to replace this! */
  	width: 210px;
	height: 77px;
	text-indent: -9999px;
	overflow: hidden;
	padding-bottom: 15px;
  display: block;
	background-image: url(../../assets/img/heda-logo.svg) !important;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 210px 77px;
}

form {
  margin-left: 8px;
  padding: 26px 24px 46px;
  font-weight: normal;
  background: white;
  border: 1px solid #E5E5E5;
  border-radius: 3px;
  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 #eee;
  background: #eee !important;
  color:#000 !important;
  outline: none;
  box-shadow: inset 1px 1px 2px rgba(200, 200, 200, 0.2); }

/* login button*/
.wp-core-ui .button-primary {
    background: none repeat scroll 0 0 #2F7F20 !important;
    border-color: #2F7F20 !important;
    box-shadow: 0 0px 0 rgba(0, 0, 0, 0.5) inset, 0 0px 0 rgba(0, 0, 0, 0.15);
    color: #fff;
    text-decoration: none;
}
.wp-core-ui .button-primary:hover {
    background: none repeat scroll 0 0 #ccc !important;
    border-color: #ccc !important;
    box-shadow: 0 0px 0 rgba(0, 0, 0, 0.5) inset, 0 0px 0 rgba(0, 0, 0, 0.15);
    color: #000;
    text-decoration: none;
}

/* HIDE */
#nav, #backtoblog, .privacy-policy-page-link, .language-switcher {
  display: none;
}