/*
    Created on : 07.08.2014, 12:12:13
    Author     : msc
*/
#containerLogin {
  width: 398px;
  height: auto;
  overflow: hidden;
  background-color: #f3f3f3;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}
.loginMask {
  float: left;
  width: 100%;
  margin-top: 120px;
}
.loginRow {
  margin-bottom: 4px;
  margin-left: -4px;
}
.loginHeader1 {
  background-image: url(images/Logo_DL_Std_neg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 4px 50%;
  background-color: #ff0000;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 398px;
  height: 100px;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}
.loginHeader2 {
  display: none;
}
.loginHeader3 {
  position: relative;
  padding-left: 15px;
  margin-top: 12px;
  height: 215px;
  bottom: 10px;
}
select.login {
  width: 200px;
  border: 1px solid rgb(110, 110, 111, .2);
}
#footer {
  width: 398px;
  height: 60px;
  color: #646464;
  font-family: "Open Sans", Arial;
  font-size: 12px;
  box-sizing: border-box;
  padding-top: 3px;
  background-color: #ffffff;
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
}
.afbfooter a {
  color: #646464;
  text-decoration: none;
}
#Gesamt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.afbfooter {
  display: block;
  float: left;
  width: 100%;
  margin-top: 40px;
}
.version {
  font-size: 10px;
  color: #ccc;
  float: right;
  display: none;
}
.version a {
  color: #ccc !important;
}
.hotline {
  float: left;
  width: 100%;
  text-align: center;
  color: #777777;
  font-size: 11px;
  line-height: 14px;
}

.datenschutz {
  float: left;
  width: 100%;
  font-size: 14px;
  padding-top: 3px;

}

.datenschutz-impressum,
.datenschutz-datenschutz {
  color: #222222;
  text-decoration: underline;
  cursor: pointer;
}

.leftBlockDatenschutz {
  position:relative;
  float:left;
  margin-left: 70px;
}

.rightBlockDatenschutz {
  position:relative;
  float: right;
  margin-right: 70px;
}

.pwdReset {
  width: 200px;
  display: flex;
  justify-content: center;
}

.pwdReset a {;
  color: #6E6E6F;
  text-decoration: none;
}

.pwdReset a:hover {;
  color: #222222;
}

.login_pwd_link {
  position: relative;
  top: 10px;
  font-size: 12px;
  letter-spacing: 0.38px;
  cursor: pointer;
}

.loginHeader3 a,
.datenschutz a {
  letter-spacing: 0.38px;
}
