﻿/****** Register Page ******/
   



.lblRegisterClass {
    color: white;
    font-size: 14px;
}


.tbRegisterPassword {
    width: 185px;
}

.tbRegisterPassword {
    width: 185px;
}

#divRegisterLeftColumn {
    background-color: #662d8f;
    width:135px;
    height:158px;
    position:relative;
    box-shadow:  rgba(0,0,0,0.4) 1px 0 10px;

}
.title-RegisterLeftColumn {
    left: 0px;
    bottom: 0px;
    margin: 0px 0px 0px 0px;
    width:125px;
    word-wrap: break-word; 
    position: absolute;
    padding: 10px 10px 10px 10px;
    font-family: 'Segoe UI', Verdana, Arial;
    font-size: 10pt;
    color: #fff;
}





/****** Login Page ******/

.loginText {
    font-family: 'Segoe UI', Verdana, Arial;
    color: #ffffff;
    font-size: 10pt;
}

#divLoginButton {
    background: #0654A4;
}

#tbLoginPassword {
    width: 315px;
}

#tbLoginUserName {
    width: 315px;
}

#ContentPlaceHolder1_divLoginSignInButton {
    box-shadow: none;
    background: transparent;
    border: none;
    color: #fff;
    /*position: absolute;*/
    margin-top: 65px;
}

#divLoginSignInButton {
    margin-right: 10px;
    box-shadow: none;
}

.btnLogin {

    cursor:pointer;    
    position: relative;    
    margin: 0px;
    padding: 0px;
    background-color: #0654A4;
    height: 95px;
    width: 95px;
    text-decoration: none;
    font-family: 'Segoe UI', Verdana, Arial;
    color: #ffffff;
    font-size: 9pt;
    padding: 70px 55px 0px 0px;
    box-shadow: 0px 0px 0px 0px;
    top: 0px;
    left: 0px;
}

#lblLoginErrorMessage {
    font-weight:bold;
}

/****** Forgot Password  ******/



.lblPasswordClass {
    width: 300px;
}

.lblForgotPasswordNoEmail {
    font-weight:bold;
}


/****** Change Password  ******/

.changePasswordInfo {
    position: relative;
    width: 138px;
    height: 155px;
    font-size: 18px;
    font-weight: 400;
    background-color: #662d8f;
    float: left;
    margin-left: 45px;
    box-shadow: rgba(0,0,0,0.4) 1px 0 10px;
}


/****** Landing Page  ******/

#LandingPageLeftColumn {
    width: 210px;
    height: 392px;
    background-color: #662d8f;
    position: relative;
    padding: 0px 0px 0px 0px;
}


.title-LandingPageLeftColumn {
    left: 0px;
    bottom: 0px;
    margin: 0px 0px 0px 0px;
    position: absolute;
    padding: 15px 15px 15px 15px;
    font-family: 'Segoe UI', Verdana, Arial;
    font-size: 18pt;
    color: #fff;
}

#LandingPageBottomColumn {
    height: 122px;
    background-color: #bd1c8b;
    position: relative;
}



#divLandingPageRegisterButton {
    background-color: #44c7f4;
    font-family: 'Segoe UI', Verdana, Arial;
    font-size: 10pt;
}



#divLandingPageLoginButton {
    background-color: #0654a4;
    font-family: 'Segoe UI', Verdana, Arial;
    font-size: 10pt;
}

.divdisclosure {
    padding-left: 35px;
    padding-bottom:10px;
    color: #737373;
    font-size: 8pt;
    width:600px;
    text-align:justify;
}