﻿body {
    margin-top: 6em;
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
}

a {
    color: #939598;
}

.center {
    text-align: center;
}

.centerTable {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.input {
    border: 0px;
    height: 26px;
    width: 165px;
    background-image: url('LoginBox.png');
    background-repeat: no-repeat;
    background-color: #E7E8E9 !important;
    color: #000;
    padding-left: 10px;
    padding-bottom: 0;
    font-size: 18px;
}

.container {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.header {
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

.rightsReserved {
    text-align: right;
    float: right;
    padding-top: 5px;
    padding-bottom: 20px;
}

.content {
    clear: both;
}

.bfcLogo {
    width: 50%;
    float: left;
    z-index: 1;
    position: absolute;
}

.loginBox {
    height: 268px;
    width: 477px;
    float: right;
    z-index: 5;
    position: relative;
    background-image: url('GreyBox.png');
}

.loginTable {
    width: 100%;
    z-index: 10;
    position: absolute;
    top: 2px;
}

.status {
    color: Red;
    font-weight: bold;
}


.footer {
    margin-top: 325px;
    width: 100%;
    text-align: center;
    display: block;
}

.buttonLink {
    padding-left: 50px;
    padding-right: 50px;
    text-decoration: none;
    border-style: none;
    outline: none !important;
    background-color: #fff;
}

.divider {
    display:inline-block;
}

.welcomeLink {
    background: url('WelcomeBFGrey.png') center center no-repeat;
    width: 160px;
    height: 75px;
    display:inline-block;
}

.welcomeLink:hover {
    background: url('WelcomeBFPurple.png') center center no-repeat;
}

.onlineHelpLink {
    background: url('OnlineHelpGrey.png') center center no-repeat;
    width: 160px;
    height: 75px;
    display:inline-block;
}

.onlineHelpLink:hover {
    background: url('OnlineHelpPurple.png') center center no-repeat;
}

.liveSupportLink {
    background: url('LiveSupportGrey.png') center center no-repeat;
    width: 160px;
     height: 75px;
    display:inline-block;
}

.liveSupportLink:hover {
    background: url('LiveSupportPurple.png') center center no-repeat;
}
