@charset "UTF-8";

.login-bg {
    background-color: #eff0f3;
}
#login,
#eingabe {
    margin: 0 auto;
    padding: 30px 0 30px;
    float: none;
    -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 1px 3px, rgba(0, 0, 0, 0.35) 0 0 1px;
    -ms-box-shadow: rgba(0, 0, 0, 0.4) 0 1px 3px, rgba(0, 0, 0, 0.35) 0 0 1px;
    -o-box-shadow: rgba(0, 0, 0, 0.4) 0 1px 3px, rgba(0, 0, 0, 0.35) 0 0 1px;
    box-shadow: rgba(0, 0, 0, 0.4) 0 1px 3px, rgba(0, 0, 0, 0.35) 0 0 1px;
    background: #fff;
    /*border-radius: 6px;*/
}
#login.container.page-content,
#eingabe.container.falsch {
    width: 30vh;
    padding: 3rem;
	min-width: 350px;
}
#login form {
    width: 100%;
}
#login h6 {
    text-transform: uppercase;
    margin: 1rem 0 3.5rem 0;
    font-size: 1.8rem;
    font-weight: bold;
}
#login input[type="text"],
#login input[type="password"] {
    font-size: 1.5rem;
    height: 4rem;
    margin-bottom: 1rem;
    border-color: #b2bfc7;
}
#login input[type="text"]:focus,
#login input[type="password"]:focus {
    border: 1px solid #357ebd;
    outline: none;
    -webkit-box-shadow: inset 0 1px 2px #f5f5f5,0px 0 5px #357ebd;
    -ms-box-shadow: inset 0 1px 2px #f5f5f5,0px 0 5px #357ebd;
    -o-box-shadow: inset 0 1px 2px #f5f5f5,0px 0 5px #357ebd;
    box-shadow: inset 0 1px 2px #f5f5f5, 0px 0 5px #357ebd;
}
#login button {
    padding: 1rem;
    color: #ffffff;
    background-color: #ea5702;
    border-color: #ea5702;
	width:100%;
}
#login button.reg {
    margin-top: 1rem;
}
#login .action {
    top: 3rem;
    padding: 0;
}
#login.page-content.container {
    margin-top: 200px;
}
#login.container:after,
#login.container:before,
#eingabe:before,
#eingabe:after {
    display: none;
}
#eingabe {
    margin-top: 2rem;
    font-family: "Yanone Kaffeesatz", sans-serif;
    font-size: 2rem;
    line-height: 2rem;
}






/*-----------------------------------------------------------------------*/
/*-----------------------------------------------------------------------*/
/*------------------------------- browser -------------------------------*/
/*-----------------------------------------------------------------------*/
/*-----------------------------------------------------------------------*/

/* safari */
    @media not all and (min-resolution:.001dpcm) {
        @supports (-webkit-appearance:none) and (stroke-color:transparent) {
        }
    }
/* ende safari */


/* firefox */
    @supports (-moz-appearance:none) {
    }
/* ende firefox */


/* ios iphone */
    @supports (-webkit-overflow-scrolling: touch) {
    }
/* ende ios iphone */

/* ie11 */
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    }
    /* fuer rwd stufen - "_:-ms-fullscreen, :root" MUSS vor die Klasse */
        @media all and (-ms-high-contrast:none) and (max-width: 420px) {
            _:-ms-fullscreen, :root body {
                display: none;
            }
        } /* Ende @media max-width:480px */
    /* ende fuer rwd stufen - "_:-ms-fullscreen, :root" MUSS vor die Klasse */
/* ende ie11 */
