body {
    background: #eaeaea;
    min-height: 100vh;
}

#login-wrapper {
    background: #ffffff;
    -webkit-box-shadow: 0px 2px 15px -3px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 15px -3px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 15px -3px rgba(0,0,0,0.75);
}

#logo {
    max-width: 100%;
}

.login-col {
    border-left: 1px solid #efefef;
    position: relative;
}

.checkbox-label {
    color: #989697;
}

#loading-screen {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

#loading-screen.hidden {
    display: none;
}

.help-row {
    background-color: #f4f3f1;
    font-size: .8em;
}