body {
    padding: 0px;
    margin: 0px;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;

    /* common font family */
    font-family: PT sans, sans-serif;

    /* background */
    background-color: #289a35;
}

.header {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    padding: 1rem;
    background-color: white;
    text-align: center;
    height: 120px;

    background-image: url('/images/login/StatsPerform_Logo_Primary_Login_Updated.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size:  300px;
}

/*
* Login sign button
*/
.login_sign_in_button {
    font-weight: bold;
    cursor: pointer;
    border: 0px;
    color: white;
    font-weight: bold;
    cursor: pointer;
    font-size: 14px;
    text-transform: uppercase;
    width: 100%;
    height: 32px;
    border-radius: 20px;
    background-image: linear-gradient(82deg, #ee0831, #ff5500);
    margin-top: 16px;
    font-family: 'Roboto', Arial, sans-serif;
    max-width: 200px;
}

.footer {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    background-color: black;
    text-align: right;
    height: 40px;
    background-image: url('/images/login/stats-perform-news-logo-cms.png');
    background-repeat: no-repeat;
    background-position: 5% 35%;
}

.copyright {
    padding-top: 15px;
    padding-right: 40px;
    font-size: 12px;
    color:white;
}
