/* css file für index.html */
/* for small iPhone screen */

.text_col1 {
    top: 70px;
    left: 20px;
    right: 20px;
    width: 200;
    font-size: 13pt;
}

.line01 {
    top: 170px;
}

.textUser {
    z-index: 10;
    top: 0px;
    left: 90px;
}

.textUser input {
    top: 0px; 
    width: 180px;

}

.line02 {
    top: 220px;
}

.textPassword {
    z-index: 10;
    top: 0px;
    left: 90px;
}

.textPassword input {
    top: 0px; 
    width: 180px;
}

.line03 {
    top: 270px;
}

.textVerification {
    z-index: 10;
    top: 0px;
    left: 90px;
}

.textVerification input {
    top: 0px; 
    width: 180px;
}

.line_button_col1 {
    top: 350px;
}

.btLogin {
    z-index: 10;
    top: 0px;
    margin-left: 225px;
}

.textStatus {
    position: absolute;
    z-index: 11;
    top: 400px;
    left: 20px;
    width: 300px;
    border: 0px solid rgb(112, 129, 159);
    background-color: transparent;
    font-family: 'Calibri', sans-serif;
    font-size: 13pt;
    color: red;
}
