body {
    background: url('/addbeheer/themes/addsite3/semantic/sites/hiswarecron/assets/images/login-background.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

h2 {
    color: white;
}

#page-container {
    background: inherit;
}

.psm-weak .psm-bar,
.psm-strong .psm-bar 
{
    background-color: #e20031;
}

.button.secondary {
    background-color: #ff7B00;
}

.button.secondary:hover,
.button.secondary:active,
.button.secondary:focus
{
    background-color: #cc6200;
}

.section-block-intro {
    color: white;
}

.section-block-text p {
    color: white;
}

.section-block-text a {
    color: white;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.login-copyright {
    color: white;
}

.button.white.hollow {
    color: white !important;
    border-color: rgba(255, 255, 255, 0.1) !important;
}
.button.white.hollow:hover {
    border-color: rgba(255, 255, 255, 1) !important;
}

#cognitoLoading {
    background-color: rgba(0, 0, 0, 0.5) !important;
}

.orange-notice {
    display: inline-block;
    color: #ff7B00;
    padding-top: 10px;
}