body.envDevelopment #footer, body.envDevelopment #login input[type=submit],  body.envDevelopment #savenewpassword input[type=submit]  {
	background-image: none !important;
  background-color: #01A301 !important;
  color: #FFF !important;
}

body.envDevelopment #footer > span:after {
  content: " - Development"
}

body.envDevelopment div.headinfo {
  color: #01A301 !important;
}

body.envDevelopment #login {
  color: #01A301 !important;
}


body.envTesting #footer, body.envTesting #login input[type=submit], body.envTesting #resetpass input[type=submit], body.envTesting #savenewpassword input[type=submit]  {
	background-image: none !important;
    background-color: #E3A219 !important;
}

body.envTesting #footer > span:after {
  content: " - Kundentest"
}

body.envTesting div.headinfo {
  color: #E3A219 !important;
}

body.envTesting #login {
  color: #E3A219 !important;
}

.resetPasswordContainer {
  margin-left: auto;
  margin-right: auto;
 }

 .resetPasswordContent {
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;

 }

 
.confirmTokenSent{
  font-size:22px !important;
  font-weight:bolder !important;

}