﻿
/*************************
    SIGN IN PAGE
*************************/
.signInWrp {
    background-color: #EFF0F0;
    padding: 5px;
    overflow: hidden;
}
.signInWrp .signInHeading {
    border-bottom: solid 1px #CCCCCC;
    display: block;
    font-size: 1.8em;
    font-weight: bold;
    line-height: 1.8em;
    margin-bottom: 10px;
}
/*************************/
.loginCntrl {
    width: 100%;
}
.loginCntrl label {
    color: #666666;
    display: inline-block;
    font-size: 1.3em;
    line-height: 1.5em;
    height: 1.5025em;
    padding-bottom: 10px;
    width: 150px;
}
.loginCntrl input[type="text"],
.loginCntrl input[type="password"] {
    font-size: 1.3em;
    line-height: 1.5em;
    height: 1.5025em;
    display: inline-block;
}
.loginCntrl input:focus {
    background-color: #FFC;
    border-color: #FC6;
}
.loginCntrl .failureText {
    color: Red;
    display: inline-block;
    font-size: 1.3em;
    line-height: 1.3em;
}
.loginCntrl .errorText {
    color: Red;
    display: block;
    font-size: 1.6em;
    line-height: 1.5025em;
}
/*************************/
.signInWrp h3 {
    margin-top: 10px;
}
.signInWrp h3 a {
    color: #666666;
    font-size: 1.2em;
    line-height: 1.5em;
}
.signInWrp .btnSct {
    width: 100%;
}
.signInWrp .btnSct .forgotpswd {
    float: left;
    margin-top: 0px;
}
.signInWrp .notregistered a,
.signInWrp .btnSct .forgotpswd a {
    color: #666666;
}
.signInWrp .notregistered a:hover,
.signInWrp .btnSct .forgotpswd a:hover {
    color: #ED0677;
}
.signInWrp .btnSct .btnCtn {
    float: right;
}
/*************************/

