html,
body {
    height: 100%;
}

body {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
    /*background-color: #f5f5f5;*/
    background-color: #A4A4A4;
}

.form-signin {
    width: 100%;
    max-width: 100%;
    /*max-width: 330px;*/
    padding: 10px;
    margin: 0 auto;
}
.form-signin .checkbox {
    font-weight: 400;
}
.form-signin .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-size: 16px;
}
.form-signin .form-control:focus {
    z-index: 2;
}

.form-signin_container
{
    background: #ffffff;
    padding: 10px;
    border-radius: 0.50em;
    box-shadow: none;
}


.form-signin input[type="email"], .form-signin input[type="password"], #inputLoginCode {
    margin-bottom: 15px;
    border-radius: 0.25em;
    width: 100%;
}


.companyLogoLarge {
    width: 100%;
    height: auto;
    display: block;
    align-items: center;
}

.auth.auth-bg-1
{
    background: none;
}

.auth.theme-one .auto-form-wrapper {
    box-shadow: none;
}

/* Beispiel für ein Hintergrundbild im Login screen */
/*.auth.auth-bg-1 {*/
/*background: url("../images/auth/login_1.jpg");*/
/*background-size: cover;*/
/*}*/


@media (min-width: 768px) {

    .form-signin
    {
        max-width: 60%;
    }
}

@media (min-width: 992px) {

    .form-signin
    {
        max-width: 40%;
    }
}