﻿.headerContent {
    background-color: #D72688; /*THEME COLOR*/
    height: 150px;
    min-height: 28px;
    max-height: 150px;
}

a.knowMore, a.knowMore:hover, a.knowMore:visited {
    color: #D72688; /*THEME COLOR*/
    text-decoration: underline;
    font-size: 16px;
    font-weight: bold;
}

.LoginButton {
    background-color: #D72688; /*THEME COLOR*/
    border: none;
    color: #FFFFFF;
    padding: 20px;
    width:100%;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 24px;
    font-weight: normal;
}

.brandingLogo {
    content: url("Logo.png");
    background: url(Logo.png) no-repeat;
    width: 225px;
    height: 23px;
    margin-top: 55px;
    margin-left: 5%;
}

.brandingLogo:after {
        content: url("Logo.png");
}
