#iddiv_login_container {
    width: 1280px;
    margin: 0 auto;
    background: #646;
    overflow: hidden;
    height: calc(100vh - 115px - 132px);
    min-height: 520px;
    background-image: url(../images/login_links.jpg), url(../images/login_rechts.jpg);
    background-position: left, right;
    background-repeat: no-repeat, no-repeat;
    background-size: contain;
}

#iddiv_login_content {
    width: 590px;
    margin: 0 auto;
    text-align: center;
    background: #ed860f;
    color: #fff;
    box-sizing: border-box;
    padding-left: 150px;
    padding-right: 150px;
    overflow: hidden;
    height: 100%;
}

#iddiv_login_headtext {
    padding-top: 100px;
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 100px;
}

.clsdiv_login_row {
    width: 100%;
    text-align: left;
    margin-bottom: 10px
}

.clsdiv_login_input {
    width: 100%;
}

.clsinp_login_input {
    width: 100%;
    box-sizing: border-box;
    border: 0;
    height: 30px;
    padding-left: 5px;
}

.clsdiv_login_label {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 2px;
}

.clsdiv_login_error {
    color: white;
    font-size: 1.6em;
    font-weight: bold;
    text-align: center;
    background-color: red;
    padding: 4px 0;
    margin-bottom: -10px;
}

#idbtn_login_submit {
    background: #00305e;
    width: 100%;
    text-align: center;
    font-size: 18px;
    height: 35px;
    font-weight: bold;
    padding-left: 60px;
    box-sizing: border-box;
    padding-right: 60px;
    margin-top: 20px;
    margin-bottom: 10px;
}

#idspan_login_button {
    color: #fff;
}

#iddiv_login_reg_pwv_link, #iddiv_login_reg_pwv_link a {
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
}

#iddiv_header_inner_titel {
    display: none;
}

.clsinp_login_eye
{
    width: 27px;
    float: left;
    position: absolute;
    margin-top: 2px;
    margin-left: -32px;
    cursor: pointer;
	cursor: hand;
}
input::-ms-reveal,
input::-ms-clear 
{
display: none;
}

@media (max-width: 768px), (max-width: 900px) and (orientation: landscape) {
    #iddiv_login_container {
        width: 100%;
    }

    #iddiv_login_content {
        width: 100%;
        padding-left: 50px;
        padding-right: 50px;
    }

    .clsinp_login_input {
        font-size: 16px;
    }
    #iddiv_header_inner_wk {
        visibility: hidden;
    }
}

.clssel_shop_auswahl {
    margin-bottom: 7px;
    height: 30px;
    padding: 0 8px;
    text-align: center;
  }
  
  .clsdiv_shop_auswahl_container {
    margin: auto;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
      margin-top: 0px;
      margin-bottom: 0px;
    text-align: center;
    width: auto;
    margin-bottom: 10px;
    margin-top: 8.5%;
    padding: 5px;
    border-radius: 6px;
    background: rgb(255,255,255);
    border-radius: 5px;
    box-shadow: rgba(0,0,0,0.25) 0px 54px 55px,rgba(0,0,0,0.12) 0px -12px 30px,rgba(0,0,0,0.12) 0px 4px 6px,rgba(0,0,0,0.17) 0px 12px 13px,rgba(0,0,0,0.09) 0px -3px 5px;
  }
  
  .clsdiv_shopauswahl_row {
    flex-direction: row;
    display: flex;
  }
  
  .clsdiv_shop_auswahl_container {
    text-align: center;
  }
  
  .clsdiv_shop_auswahl_container input {
    text-align: center;
    padding: 10px 0;
    border: 1px solid #a8a8a8;
    border-radius: 3px;
  }
  
  #switchShopButton {
    background-color: #646363;
    padding: 10px 10px;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    font-size: 1.3em;
    margin-top: 7px;
  }
  #iddiv_login_reg_pwv_link {
      text-align: center;
  }