﻿body
{
    background-image: url('../Images/PageBackground.png');
    font-size: .80em;
    font-family: Helvetica Neue, Lucida Grande, Segoe UI, Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #666666;
}

/*
.Page
{
    width: 100%;
    height: 100%;
    margin: 100px auto 0px auto;
    color: #FFFFFF;
}
*/

.MainLoginWrapper
{
    border: 1.2pt solid;
    border-radius: 0px;
    border-color: #000000; // #b86b46;
    height: auto;
    width: 600px;
    padding: 50px 0px 75px 0px;
    margin: 5px auto 0px auto;
    background-position: bottom;
    background-repeat: no-repeat;
//    background-image: url('/BEEnterpriseWeb/Images/LoginBackground.png');
}

.LoginTitle
{
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-variant: small-caps;
    font-weight: bold;
    font-size: x-large;
    text-transform: none;
    margin-bottom: 0px;
    text-align: center;
}

.LoginSubTitle
{
    margin-bottom: 30px;
    line-height: 1.6em;
    text-align: center;
}

.FailureNotification
{
    font-size: 12px;
    color: #FF2B2B;
}

.GoMobileLinkButton
{
    position: absolute;
    width: 575px;
    text-align: right;
    margin-top: -30px;
}

.AccountInfoWrapper
{
    width: 70%;
    margin: 1em 0px 0px 13%;
    padding: 1em;
    padding-top: 30px;
    padding-bottom: 40px;
    border: 1px solid #ccc;
}

.AccountInfoTitle
{
    color: #F09100;
    position: relative;
    text-align: center;
    display: block;
}

.AccountInfoRow
{
    margin-bottom: 10px;
    line-height: 1.6em;
    text-align: left;
    margin: 0px 12px 0px 45px;
    width: 334px;
}

.AccountInfoTextBox
{
    width: 333px;
    border: 1px solid #ccc;
}

.AccountInfoInlineCheckBox
{
    display: inline;
    float: right;
    margin-top: -2px;
    margin-left: 5px;
}

.AccountInfoSubmitButton
{
    float: right;
    margin-top: 25px;
    margin-right: 12.5%;
    height: 24px;
    width: 98px;
    background-image: url('../Images/ButtonBackground_Small.png');
}

/*
  ---------- INIT ---------------
*/
.SystemInitializationRequiredField
{
    font-size: 12px;
    color: #FF2B2B;
    cursor: default;
}

.SystemInitializationSubmitButton
{
    float: right;
    margin-top: 30px;
    margin-right: -1.9%;
    height: 24px;
    width: 98px;
    background-image: url('../Images/ButtonBackground_Small.png');
}
/*
  -------------------------------
*/