﻿
body {
    background: #FFF;
    font-size: .80em;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    margin: 0px;
    padding: 0px;
    color: #000000;
    text-align:center;
}

.page {
    background-color: #fff;
    margin: 0px auto 0px auto;
}


.main {
    padding: 0px;
    margin: 0px;
    min-height: 420px;
}

/*
.title {
    display: block;
    float: left;
    text-align: left;
    width: auto;
    height: 100px;
}
*/

    .clear {
        clear: both;
    }


    a , a:link, a:visited, a:hover, a:active {
        color: #000070;
    }
       
/*
    a:link {
        color: inherit;
    }

    a:active {
        color: inherit;
    }

    a:visited {
        color: inherit;
    }

    a:hover {
        color: red;
    }*/





/*
 * MENÜ-Panel
 */

.menupanel {
    background-color: White;
    padding: 15px;
    border: 1px solid #798dae;
    /*width:150px;     */
}


.defaultLoginForm {
    background-image: url(login_01_bg.png);
}

.loginForm {
    margin-top: 25px;
    padding-top: 120px;
    /*margin-left: 275px;*/
    width: 372px;
    height: 525px;
    background-position: left top;
    background-repeat: no-repeat;
    text-align: center;

    position: absolute; /* absolute Positionierung innerhalb der Seite */
    top: 50%; /* Mitte der Seite vertikal */
    left: 50%; /* Mitte der Seite horizontal */
    transform: translate(-50%, -50%); /* Verschiebung um die Hälfte der eigenen Größe - so landet es genau mittig */
}

.loginTitleDiv {
    text-align: center;
    width: 372px;
}

.loginTitle {
    font-size: 32px;
}

input.login {
    width: 270px;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    text-align: center;
    color: #000000;
    background-color: #dfe3eb;
    border: 0px none #ffffff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 14px;
    padding: 0px;
    outline: 0;
    -webkit-appearance: none;
}

.loginButtonDiv {
    margin-top: 20px;
    text-align: center;
    width: 368px;
}

input.loginButton {
    width: 270px;
    height: 50px;
    vertical-align: middle;
    text-align: center;
    color: #ffffff;
    background-color: #990000;
    border: 0px none #ffffff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 18px;
    padding: 0px;
    outline: 0;
    -webkit-appearance: none;
    cursor: pointer;
}
