a img {
  border: none;
}
/*Customer-Branding Absatz*/
/*oberer Farbbalken*/
.topbrand-col {
  background-color: #07238e;
}
/*Kundenlogo*/
/*Das Kundelogo als PNG mit maximal 30px Hoehe ist im Div eingebaut als logo.png.*/
/*Schriftfarbe von Kennung und Passwort*/
.login-kennung {
  color: #07238e;
}
.login-passwort {
  color: #07238e;
}
/*Fehlertext*/
.error-text {
  color: #07238e;
}
/*Login-Button*/
.login-button {
  border: 0 solid transparent;
  font: normal normal normal 14px/1 FontAwesome;
  color: #fff;
  font-weight: normal;
  background-color: #07238e;
}
/*Die Logos im Footer werden nur eingeblendet, wenn ein Kundenlogo eingesetzt wird und daher das jeweilige Logo im Header entfaellt*/
/*folgenden Block ein-/auskommentieren:*/
/*
.cycon-footerlogo {
    display: none;
}
*/
/*Ende Customer-Branding Absatz*/
body {
  margin: 0;
  padding: 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
.login-container {
  width: 450px;
  position: absolute;
  left: 50%;
  margin-left: -225px;
  top: 50%;
  margin-top: -162.5px;
  -webkit-box-shadow: 0px 0px 15px 0px #b3b3b3;
  -moz-box-shadow: 0px 0px 15px 0px #b3b3b3;
  box-shadow: 0px 0px 15px 0px #b3b3b3;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: 95% 15px;
}
.topbrand-col {
  height: 7px;
  margin: 1px;
}
.logobar-top {
  height: 85px;
  float: right;
}
.logobar-bottom {
  line-height: 54px;
  vertical-align: middle;
  width: 220px;
  padding-left: 12.5px;
  float: left;
}
.logobar-bottom a {
  margin-right: 10px;
}
.logobar-bottom img {
  max-height: 18px;
  vertical-align: middle;
}
.logobox-top {
  height: 50px;
  padding: 17.5px 12.5px 12.5px 12.5px;
  vertical-align: middle;
}
.logobox-top img {
  max-height: 100%;
}
.textbar {
  font-family: "Myriad Pro", "Myriad Web", "Tahoma", "Helvetica", "Arial", sans-serif;
  text-indent: 12.5px;
  text-transform: uppercase;
  letter-spacing: -0.5px;
  font-size: 23.4px;
  color: #c0c0c0;
  padding-top: 80px;
}
/*Login*/
.loginbar {
  height: 160px;
  width: 100%;
  border-top: 1px solid #e6e6e6;
}
.shadow-top {
  height: 30px;
  width: 100%;
  border-bottom: 1px solid #eee;
}
.shadow-bottom {
  height: 30px;
  width: 100%;
  border-top: 1px solid #ececec;
}
/*Fehler*/
.error-text {
  padding-left: 12.5px;
  padding-right: 12.5px;
  padding-top: 10px;
  font-size: 11px;
  font-weight: bold;
}
/*Loginformular*/
.login {
  height: 95px;
  width: 100%;
}
.form-login {
  height: 100%;
  width: 100%;
  font-size: 11px;
  font-weight: normal;
  color: #727272;
}
.inputbezeichner-kontainer {
  margin-left: 12.5px;
  padding-top: 20px;
}
.inputbezeichner-passwort {
  margin-left: 192px;
}
.inputbezeichner-kennung {
  float: left;
}
.login-kennung {
  margin-top: 2px;
  margin-left: 12.5px;
  width: 170px;
  padding: 2px;
  border: 1px solid #aaaaaa;
  font-weight: bold;
}
.login-passwort {
  margin-top: 2px;
  margin-left: 12.5px;
  width: 170px;
  padding: 2px;
  border: 1px solid #aaaaaa;
  font-weight: bold;
}
/*Login Button*/
.login-button {
  width: 21.2px;
  height: 21.2px;
  margin-left: 12.5px;
  cursor: pointer;
  margin-top: 2px;
  vertical-align: top;
}
.login-button:hover {
  background-position: 0px 0px;
}
.login-service {
  color: #727272;
  margin-right: 12.5px;
  text-align: right;
  line-height: 52px;
}
.login-service a {
  text-decoration: none;
  color: inherit;
  font-size: 11px;
}
.login-service a:hover {
  text-decoration: underline;
}
/*# sourceMappingURL=login.css.map */