@charset "utf-8";
@import "../dist/css/bootstrap.min.css";
@import "../fonts/font-awesome/css/font-awesome.min.css";
*{
font-weight:normal;
margin:0;
padding:0;
border:0;
box-sizing:border-box;
}
html,
body{
position:relative;
display:block;
top:0;
width:100%;
height:100%;
font-size:100%;
line-height:140%;
vertical-align:top;
}
body{
background:rgba(255,255,255,1);
color:rgba(20,20,20,1);
min-height:100%;
overflow-x:hidden;
overflow-y:auto;
font-family: 'Arial', sans-serif;
font-size:16px;
font-weight:400;
font-size:100%;
line-height:150%;
}
.logbox{
    position:relative;
    margin-top:20px;
    margin:auto;
    width:350px;
    text-align:center;
    border:rgba(20,20,20,1) 1px solid;
    border-radius:5px;
    padding:5px;
}
.input-group{
    margin: 10px;
}
.input-group-addon{
    min-width: 105px;
}
.buttonok{
    background: rgba(39,106,134,1);
    color: rgba(255,255,255,1);
    padding:5px;
}
.eintrag{
    position:relative;
    margin-top:20px;
    margin:auto;
    width:350px;
    text-align:center;
    border:rgba(20,20,20,1) 1px solid;
    border-radius:5px;
    padding:5px;

}
.eintrag button{
    background-color: rgba(39,106,134,1);
    color: rgba(255,255,255,1);
    padding:5px;
}
.badbutton{
    background-color: rgb(141, 9, 9);
    color: rgba(255,255,255,1);
    padding:5px;
}
table, tr, th, td{
    border:rgba(20,20,20,1) 1px solid;
}