html, body#loginPage {
    height: 100%;
	background-image: url(../../../img/wood_bg.jpg);
}
.login-container {
    display: table;
    width: 90%;
    max-width: 300px;
    min-width: 180px;
    height: 80%;
    margin: auto;
    text-align: center;
}
.login-form {
    display: table-cell;
    padding: 30px 10px 10px;
    vertical-align: middle;
    text-align: center;
}
.login-form-inputs {
	border: 1px solid #99cc33;
    box-shadow: 1px 1px 1px 1px #99cc33;
}
.login-logo {
    height:200px;
    margin-bottom: 50px;
    background: url(../../../img/hellofresh_logo.png) no-repeat center;
}
.login-message {
    display: none;
}

.login-form input {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    height: 30px;
}
.login-sso-button {
    display: block;
    margin: auto;
}
.login-or-label {
    display: block;
    width: 80%;
    margin: 20px auto;
    text-align: center;
    font-weight: normal;
}
.login-form-inputs .login-local-label {
    font-weight: bold;
}
.login-form-inputs {
    text-align: left;
	background-color: #FFF;
}
.login-form-inputs label {
    font-weight: normal;
}

.login-form-inputs button {
    background-color: #99cc33;
}
.form-group.login-input {
    flex-direction: column;
}