html {
    height: 100%;
    position: relative;
}

.input-field input[type=date]:focus + label,
.input-field input[type=text]:focus + label,
.input-field input[type=email]:focus + label,
.input-field input[type=password]:focus + label {
    color: white;
}

.input-field input[type=date]:focus,
.input-field input[type=text]:focus,
.input-field input[type=email]:focus,
.input-field input[type=password]:focus {
    border-bottom: 2px solid white;
    box-shadow: none;
}

body {
    display: flex;
    height: 100%;
    min-height: 400px;
    min-width: 360px;
    padding: 0;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}

input{
    color: white;
}

.login-box,
.register-box,
.invite-expired-box {
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 480px;
    position: relative;
    text-align: center;
    background-color: #343434;
}

.login-box,
.invite-expired-box {
    -ms-flex: 1 0 320px;
    flex: 1 0 320px;
}

.register-box {
    -ms-flex: 1 0 480px;
    flex: 1 0 360px;
    padding: 50px 0px 100px;
}

.login-box-form,
.register-box-form,
.invite-expired-box-message {
    margin: 0 auto;
    max-width: 360px;
    padding: 0 30px;
    width: 100%
}

.login-background,
.register-background,
.invite-expired-background {
    background-blend-mode: overlay;
    background-color: #2d2d2d;
    background-position: center center;
    background-size: cover;
    -ms-flex: 2 1 640px;
    flex: 2 1 640px;
    position: relative;
}

.login-footer,
.register-footer,
.invite-expired-footer {
    bottom: 0;
    font-size: 10px;
    left: 0;
    max-width: 360px;
    margin: 0 auto;
    padding: 4px 30px;
    position: absolute;
    right: 0;
    width: 100%;
    color: white;
}

.help-login {
    background: #E9EBEF;
    border-radius: 2px;
    color: #323A47;
    list-style: none;
    font-size: 12px;
    line-height: 1.5;
    padding: 16px 24px;
    width: 100%;
}

.help-block{
    color:white;
}

img#logo{
    padding-top:10px;
}
