body {
  background: #eee !important;
  font-family: 'Open Sans',sans-serif;
  color: #000;
  font-size: 14px;
  margin: 0;
  padding: 0;
}

.header{
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 50px;
}
.title{
  float: left;
  width: 40%;
}
.title h1{
  margin-top: 0px;
}
.logo{ float: left;  height: 60px; width: 56%; margin:0 auto; color: #fff;}
.logo img { width: 100%; padding: 0 ; margin: 0}
.login-grid-row {
  margin: 0 auto;
  padding: 5em 0;
  top: 15%;
  position: absolute;
  width: 100%;
}

.login-grid-inner
{
  width: 100%;
  margin: 0 auto;
  display: block;
  padding: 1em;
  background: #fff;
  margin-bottom:0em;
  border: solid 1px rgb(121, 154, 25);
}

.login-wrap
{
  padding: 2em 1em;
}

.inputs
{
  margin-bottom: 2em;
  height: 50px;
}

input[id="LoginForm_username"], input[type="password"], input[id="LoginForm_parent_username"], input[type="parent_password"] {
  border: 1px solid rgb(121, 154, 25);;
  color: #000;
  float: left;
  font-size: 12px;
  outline: medium none;
  padding: 8px 10px 8px 20px;
  width: 100%;
  line-height: 2;
}

.forgotPass-wrapper label,

span.required {
  color: red;
}

#login-button {
  background: #5e7c33;
  border: medium none;
  color: #fff;
  text-align: center;
  margin:  0 0 0;
  padding: 5px 20px;
  font-size: 18px;
  float: right;
  text-shadow: none;
}

.errorMessage {
  color:red;
  float:left;
}

.error .new-status {
  background: url("../images/error.png") no-repeat scroll right center transparent !important;
  float: left;
  height: 20px;
  padding-left: 5px;
  padding-top: 5px;
  width: 20px;
}

.success .new-status {
  background:url("../images/success.png") no-repeat center right !important;
  height: 20px;
  width: 20px;
  float:left;
  padding-left: 5px;
  padding-top: 5px;

}

 .footer-area {
  background: #ff9900;
  color: #563930;
  float: left;
  height: 70px;
  width: 100%;
}



.forgotPass-wrapper {
  margin: 200px auto;
  width: 30%;
}

.footer-area .powered-by {
  float: right;
  margin-right: 15px;
}

.footer-area .powered-text {
  color: #fff;
  float: left;
  line-height: 70px;
  margin-right: 20px;
}

.login-details {
  bottom: 55%;
  color: #FFFFFF;
  left: 20px;
  position: absolute;
  width: 222px;
}

.login-details3.login-details {
  top: 360px;
}
.login-details1.login-details {
  top: 180px;
}
.login-details2.login-details {
  top: 270px;
}
.login-details label {
  float: left;
  width: 100%;
}
img {
  border: none;
}

.partners {height: 54px; width: 360px; margin-left: 250px; float: left;}
