#iddiv_login_container {
    width: 1280px;
    margin: 0 auto;
    background: #646;
    overflow: hidden;
    height: calc(100vh - 115px - 129px);
    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: 16px;
    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;
    color: #fff;
}

#iddiv_header_inner_titel {
    display: none;
}

.clsinp_login_eye
{
    width: 27px;
    float: left;
    position: absolute;
    margin-top: 2px;
    margin-left: -32px;
    cursor: pointer;
	
}
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;
    }
}