
.loginwindow {
    position: absolute;
    left: 2px;
    width: 500px;
    height: 65px;
    background-color: white;
    padding:2px;

    border-style: solid;
    border-width:1px;
    border-radius: 5px;
    border-color: darkgray;
    margin:2px;
    padding-top:5px;
}

.login{
    max-width:400px;
    min-width:300px;
    margin:0 auto;
    height:200px;
}

.lgtitle{
    display:inline-block;
    width:28%;
    margin-left:2%
}

.lgvalue{
    display:inline-block;
    width:45%;
}
.lgline{
    display:inline-block;
    margin-top:5px;
    width:100%;
}

.lginput{
    width:100%;
}
