


/********** Allgemein **********/
body {
    margin:0;
    padding:0;
    color:#000000;
    background-color:#FFFFFF;

    font-size: 15px;
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-feature-settings: 'liga' 1, 'calt' 1; /* fix for Chrome */
}
img {
    border:0;
}
a {
    color:#000000;
    text-decoration:none;
    outline:none !important;
}
form, input {
    display:inline;
    font-size: 15px;
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-feature-settings: 'liga' 1, 'calt' 1; /* fix for Chrome */
    outline:none;

    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}
input[type="checkbox"]:focus, input[type="radio"]:focus {
    outline:none;
}

.clearer {
    clear:both;
}

h1 {
    margin:0 0 8px 0;
    text-align:center;
    font-size:36px;
    font-weight:normal;
    line-height:36px;
    color:#05b0bc;
}

#sysErrorWindow {
    display:none;
    position:fixed;
    top:25px;
    right:25px;
    width: 505px;
    padding:20px;
    background-color:#C00;
    color:#FFF;

    z-index:999;
}




/********** Login Form **********/
.sysLoginPageHolder {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;

    /*background-color: #F5C518;*/
    /*background-image: linear-gradient(180deg, #999999 0%, #000000 100%);*/

    z-index:10;
}

.sysLoginFormHolder {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 50%;
    margin:0 -265px 0 0;
    width:530px;
    padding:60px 60px 30px 60px;
    background-color:#FFF;
}

.sysLoginFormInnerLogoHolderOut {
    text-align:center;
    font-size: 22px;
    margin-bottom: 160px;
}
.sysLoginFormInnerLogoHolderOut .sysLoginFormInnerLogoSelf {
    width: 70px;
    margin-right: 10px;
    vertical-align: text-bottom;
}

.sysLoginFormHolder .sysLoginFormInner {

}
.sysLoginFormHolder .sysLoginFormInner input[type="text"],
.sysLoginFormHolder .sysLoginFormInner input[type="password"] {
    width:100%;
    padding:14px;
    background-color:#f5f5f7;
    border:1px solid #DDD;
    font-size:16px;
    margin-top:15px;
    color:#000000;
}
.sysLoginFormHolder .sysLoginFormInner input[type="submit"] {
    width:100%;
    padding:12px 0;
    background-color:#F5C518;
    border:1px solid #F5C518;
    font-size:18px;
    margin-top:15px;
    color:#000000;
    cursor:pointer;

    -webkit-transition:all 0.2s ease-out 0s;
    -moz-transition:all 0.2s ease-out 0s;
    -o-transition:all 0.2s ease-out 0s;
    transition:all 0.2s ease-out 0s;
}
.sysLoginFormHolder .sysLoginFormInner input[type="submit"]:hover {
    opacity:.8;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter:alpha(opacity=80);
}
.sysLoginFormHolder .sysLoginFormInner input[type="submit"].sysLoginSubmitLoader {
    background-image:url('../img/loader.gif');
    background-repeat:no-repeat;
    background-position:center center;
}

.sysLoginFormInputError {
    border:1px solid #C00 !important;
    box-shadow:0 0 3px #C00 inset;
    -moz-box-shadow:0 0 3px #C00 inset;
    -webkit-box-shadow:0 0 3px #C00 inset;
}




/********** Login No Click Div **********/
#sysLoginNoClickDiv {
    display:none;
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;

    z-index:100;
}




/********** Footer **********/
.sysLoginFooter {
    position:fixed;
    left:20px;
    right:20px;
    bottom:20px;
    color:#FFFFFF;
    font-size:12px;

    z-index:101;
}
.sysLoginFooter a {
    color:#FFFFFF;
    text-decoration:none;
}
.sysLoginFooter a:hover {
    text-decoration:underline;
}




/********** Media Queries **********/
@media (max-width: 600px) {
    .sysLoginFormHolder {
        width:90%;
    }
    .sysLoginFormHolder .sysLoginFormInner input[type="text"],
    .sysLoginFormHolder .sysLoginFormInner input[type="password"],
    .sysLoginFormHolder .sysLoginFormInner input[type="submit"] {
        width:100%;
    }

    #sysErrorWindow {
        right:25px;
    }
}





.sysLoginPageAppDownloadMobileShow {
    position:fixed;
    top:0;
    left:0;
    bottom:0;
    right:0;
    background-color:#FFF;
    text-align:center;
    padding:50px 0;

    z-index:999;
}
.sysLoginPageAppDownloadMobileShow img.sysLoginPageAppDownloadMobileShowLogo {
    display:inline-block;
    width:220px;
}

.sysLoginPageAppDownloadMobileShow a {
    display:inline-block;
}
.sysLoginPageAppDownloadMobileShow a img {
    display:inline-block;
    width:200px;
}

@media (max-width: 600px) {
    .sysLoginPageAppDownloadMobileShow {
        /*display:block !important;*/
    }
}





.sysLoginVersionInfoAusgabe {
    position:fixed;
    bottom:35px;
    right:0;
    left: 0;
    text-align: center;
    font-size:13px;
    color:#000000;

    z-index: 100;
}
.sysLoginVersionInfoAusgabe > span {
    display: inline-block;
    margin-left: 6px;
    letter-spacing: 1px;
}