/* css file für index.html */
/* for normal windows screen */

/* column1 ------------------------------------ */
.text_col1 {
    display: block;
    z-index: 10;
    top: 180px;
    left: 600px;
    width: 700px;
    height: 360px;
    background-color: white;
    border-radius: 25px;
}

.inputIcon {
    position: absolute;
    background-image: url('img/Icon.png');
    top: 10px;
    left: -30px;
    width: 500px;
    height: 500px;
}


.top-z1-p1 {
    position: absolute;
    top: -10px;
    left: 365px;
    height: 70px;
    width: 200px;
    border-bottom: 0px solid rgb(112, 129, 159);
    border-right: 0px solid rgb(112, 129, 159);
    background-color: transparent;
}

.text-top-z1-p1 {
    background-color: transparent;
    text-align: center;
    vertical-align: middle;
    font-family: 'Calibri', sans-serif;
    font-size: 30pt;
    font-weight: bold;
    color: rgb(100, 100, 100);
}

.top-z1-p2 {
    position: absolute;
    top: -10px;
    left: 201px;
    height: 70px;
    width: 500px;
    border-bottom: 0px solid rgb(112, 129, 159);
    background-color: transparent;
}

.text-top-z1-p2 {
    background-color: transparent;
    text-align: center;
    vertical-align: middle;
    font-family: 'Brush Script MT', cursive;
    font-size: 18pt;
    /*font-weight: bold;*/
    color: rgb(40, 40, 40);
}

.text-z1-p1 {
    position: absolute;
    padding: 3px;
    top: 100px;
    left: 40px;
    width: 630px;
    height: 50px;
    background-color: transparent;
    font-family: 'Calibri', sans-serif;
    font-size: 13pt;
    color: rgb(40, 40, 40);
}

.login { 
    margin-top: 100px;
    margin-left: 420px;
    width: 200px;
}

.line01 {
    top: 30px;
}

.textUser {
    top: 70px;
    left: 425px;
}

.textUser input {
    top: 0px; 
    width: 180px;

}

.line02 {
    top: 80px;
}

.textPassword {
    top: 70px;
    left: 425px;
}

.textPassword input {
    top: 0px; 
    width: 180px;

}

.line03 {
    top: 130px;
}

.textVerification {
    top: 70px;
    left: 425px;
}

.textVerification input {
    top: 0px; 
    width: 180px;

}

.line_button_col1 {
    left: 0px;
    top: 270px;
}

.btLogin {
    margin-left: 560px;
}

.textStatus {
    top: 315px;
    left: 50px;
    width: 600px;
    background-color: transparent;
}
