﻿body 
{
	font-family: "RobotoDraft", "Roboto", sans-serif;
    font-size:12px;
	margin: 0px;
	background-color: #EEEEEE;
    background: url(../Images/Background/Temp2Dark.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

input
{
    font-family: RobotoDraft, Roboto, sans-serif;
    font-size:12px;
}

.Container
{
    width: 100%;
    margin: 0 auto;
    background: #fff;
    height:45px;
    margin-top:15px;
}

.ContainerBase {
    width: 100%;
    max-width: 960px;
    height: 50px;
    text-align: center;
    padding-top: 10px;
    margin-left: auto;
    margin-right: auto;
}

.ContainerLogo {
    /*float:left;
    width: 200px;
    height:50px;
    background:url("../Images/Logos/EngagedJPG.jpg") top left no-repeat;
    background-size: 200px 50px;
    position:relative;
    bottom:22.5px;*/
    float: left;
    width: 180px;
    height: 36px;
    background: url(../Images/Logos/EngagedBlackText.png) top left no-repeat;
    background-size: 180px 36px;
    position: relative;
    left: 24px;
    top: -4px;
}
}

.ContainerBase
{
    width: 100%;
    max-width: 960px;
    height:50px;
    text-align:center;
    padding-top:10px;
    margin-left:auto;
    margin-right:auto;
}

.ContainerBaseText
{
    color:#000;
    font-size:25px;
    font-weight:500;
}

.LoginContainer
{
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    margin-top:20px;
}

.LoginContainerPanel
{
    height:360px;
    width:400px;
    background-color:white;
    margin-left:auto;
    margin-right:auto;
}

.LoginContainerPanelSmall
{
    height:200px;
    width:400px;
    background-color:white;
    margin-left:auto;
    margin-right:auto;
}

.LoginTop
{
    border:solid 1px #dbdbdb;
    height:250px;
    width:350px;
    margin-left:auto;
    margin-right:auto;
}


.LoginBottom
{
    border:solid 1px #dbdbdb;
    height:70px;
    width:350px;
    margin-left:auto;
    margin-right:auto;
}

.LoginTextbox
{
    width:250px;
    border:solid 1px #dbdbdb;
    margin:0 0 10px 0;
    font-size:12px;
    padding: 9px 8px 7px;
    -webkit-border-radius:0px;
    -webkit-box-shadow:none;
    -webkit-appearance:none;
}

.LoginTextbox::-webkit-input-placeholder /* WebKit, Blink, Edge */
{ 
   font-size:11px;
}

.LoginTextbox:-moz-placeholder /* Mozilla Firefox */
{ 
    font-size:11px;
}

.LoginTextbox:focus
{
    border-color:#1565C0;
}

.Loginbutton
{
     width:268px;
     background-color:#1565C0;
     color:white;
     border:none;
     padding: 9px 8px 7px;
     font-size:12px;
     -webkit-border-radius:0px;
     -webkit-box-shadow:none;
     -webkit-appearance:none;
}

.Loginbutton:hover
{
    cursor:pointer;
}

.LoginLabel
{
    font-size:12px;
}

.LoginheadingLabel
{
    font-size:17px;
    font-weight:500;
}

.LoginLinkButton
{
    font-size:12px;
     color:#1565C0;
     text-decoration:none;
}

.ContainerFooter
{
    width:960px;
    text-align:center;
    margin-left:auto;
    margin-right:auto;
    position:absolute;
    bottom:0;
}


.ErrorLabel
{
    font-size:12px;
    color:red;
}

.LinkLabel
{
    font-size:12px;
}

.RegisterContainerPanel
{
    height:735px;
    width:950px;
    background-color:white;
    margin-left:auto;
    margin-right:auto;
    padding-left:5px;
    padding-right:5px;
}

.TermsContainerPanel
{
    height:960px;
    width:950px;
    background-color:white;
    margin-left:auto;
    margin-right:auto;
    padding-left:5px;
    padding-right:5px;
}

.RegisterContainerFooter
{
    width:100%;
    text-align:center;
    margin-left:auto;
    margin-right:auto;
    position:absolute;
}

.RegisterContainerFooter1
{
    width:100%;
    text-align:center;
    margin-left:auto;
    margin-right:auto;
    position:absolute;
    padding-top:25px;
}

.RegisterLoginTextbox
{
    width:250px;
    border:solid 1px #dbdbdb;
    margin:0 0 10px 0;
    font-size:12px;
    padding: 9px 8px 7px;
    -webkit-border-radius:0px;
    -webkit-box-shadow:none;
    -webkit-appearance:none;
}

.RegisterLoginTextbox::-webkit-input-placeholder /* WebKit, Blink, Edge */
{ 
   font-size:11px;
}

.RegisterLoginTextbox:-moz-placeholder /* Mozilla Firefox */
{ 
    font-size:11px;
}

.RegisterLoginTextbox:focus
{
    border-color:#1565C0;
    outline: auto 0px -webkit-focus-ring-color;
}

.RegisterLoginTextboxError
{
    width:250px;
    border:solid 1px #D3220D;
    margin:0 0 10px 0;
    font-size:12px;
    padding: 9px 8px 7px;
}

.RegisterLoginTextboxError::-webkit-input-placeholder /* WebKit, Blink, Edge */
{ 
   font-size:11px;
   color:#EEA096;
}

.RegisterLoginTextboxError:focus /* WebKit, Blink, Edge */
{ 
   outline:none;
}

.RegisterLoginTextboxError:-moz-placeholder /* Mozilla Firefox */
{ 
    font-size:11px;
    color:#EEA096;
}


.RegisterLoginDate
{
    width:200px;
    border:solid 1px #dbdbdb;
    margin:0 0 10px 0;
    font-size:14px;
    padding: 3px 3px 3px;
}

.RegisterContainerLabel
{
    font-size:14px;
}

.RegisterLoginDropDownList
{
    width:208px;
    border:solid 1px #dbdbdb;
    margin:0 0 10px 0;
    font-size:14px;
    padding: 3px 3px 3px;
}

.Registerbutton
{
     width:100px;
     background-color:#1565C0;
     color:white;
     border:none;
     padding: 3px 3px 3px;
}

.RegisterRequired
{
    font-size:16px;
    color:green;
    font-weight:700;
}

.SingleCheckbox input[type=checkbox] + label
{
    display: inline-block;
    cursor: pointer;
    vertical-align:middle;
    font-size:12px;
}

.SingleCheckbox input[type=checkbox]
{
    vertical-align:middle;
    height:17px;
    width:17px;
    -webkit-border-radius:0px;
    -webkit-box-shadow:none;
}

.Label
{
    font-size:12px;
    color:#444;
}

.LinkButton
{
    font-size:12px;
    color:#1565C0;
}
