body {
    height: 650px;
    min-height: 97vh;
}

.loginform {
    background-image: url(/include/img/1.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.main {
    position: absolute;
    width: 330px;
    margin: auto;
    background-color: RGBA(231, 244, 255, 0.95);
    padding: 20px;
    border: 2px solid #82AACD;
    box-shadow: 0 0 15px rgba(130,170,205,0.8);
    left:0;
    right: 0;
    top: 95px;
}

.tablemain {
    font-size: 12pt;
}

.tdmain {
    font-weight: bold;
    font-size: 14pt;
}

.tdright {
    text-align: right;
}

.error {
    color: RED;
}

.welcome {
    position: absolute;
    margin: auto;
    left:0;
    right: 0;
    text-align: center;
    font-size: 28pt;
    font-weight: bold;
}

.inputformsize {
    width: 100px;
}

.padding-sides {
    padding-top: 10px;
    padding-bottom: 10px;
}