.login-wrapper {
    background: url("/images/custom-login-background.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}

header .header__logo {
    height: 40px;
    width: 284px;
    background: url(/images/logo.png) no-repeat center center / 100% 100%;
}

.logo-limited-height {
    height: 40px;
}

header, header .header__secondary {
    background-color: #333333;
}

.approve-tiles .tile {
    background-color: #333333;
}

.widget {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;

}

.widget .title-type-1 {
    background-color: #333333;
    color: #fafafa;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    font-weight: bold;
    padding-top: 5px;
    padding-left: 7px;
    padding-bottom: 5px;
}

.form-header {
    background-color: #333333;
    color: #ffffff;
}
