/* Styles from LDAP login form */

.button {
    height: 17px;
    width: 158px;
    border-width: 0px;
}

.stdText {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.5625rem;
    font-style: normal;
    line-height: 20px;
    font-weight: normal;
    font-variant: normal
}

.essbg {
    background-color: #3266CC
}


/* Styles from original login form */

body {
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    margin: 0 0 0 0;
}

body.loginMain {
    margin: 0;
}

a,
a:link,
a:visited,
a:hover,
a:active {
    color: #00465A;
}

.LoginForm {
    max-width: 372px;
    margin: auto;
    margin-top: 106px;
    margin-bottom: 0px;
}

.loginmain {
    max-width: 372px;
    margin: auto;
    padding-left: 12px;
    padding-right: 12px;
}

.loginmain label {
    font-size: 15px;
    line-height: 1.67;
    color: #333333;
    padding-bottom: 10px;
    display: block;
}

div.password {
    padding-top: 41px;
}

h1 {
    font-size: 40px;
    line-height: 1.25;
    text-align: center;
    color: #333333;
}

#msgUserId,
#msgPassword {
    font-size: 1rem;
    line-height: 1.56;
    color: #e23249;
    padding-top: 4px;
    padding-bottom: 12px;
    position: absolute;
    display: n_one;
}

.seContainer {
    min-height: 33px;
}

.submitError {
    font-family: 'Roboto Slab', serif;
    font-size: 15px;
    font-style: normal;
    line-height: 20px;
    font-weight: 400;
    font-variant: normal;
    max-width: 451px;
    left: 0;
    right: 0;
    margin: auto;
    margin-bottom: 12px;
    color: #E23249;
    text-align: center;
    display: none;
}

.error {
    border-color: #E23249 !important;
}

.valError {
    display: none;
}

input[type="text"],
input[type="password"] {
    background-color: #fff;
    box-shadow: inset 5px 5px 0 0 #e9e9e9;
    border: solid 2px #8d8d8d;
    height: 50px;
    font-size: 15px;
    line-height: 1.6em;
    padding: 0 25px 0 15px;
    color: #333;
    width: 100%;
}

input[type="text"]:focus,
input[type="password"]:focus {
    outline: none;
    background-color: #fff;
    box-shadow: inset 5px 5px 0 0 #e9e9e9;
    border: solid 2px #00465a;
}

.signInButton {
    max-width: 180px;
    width: 100%;
    font-size: 17px;
    padding: 13px 0;
    position: relative;
    display: inline-block;
    background-color: #00465a;
    border: 2px solid #00465a;
    color: #fff;
    cursor: pointer;
    transition: color .25s ease, background-color .25s ease, border .25s ease;
    text-align: center;
    margin-top: 53px;
    border-radius: 0;
}

.signInButton:hover {
    border-color: #d9e3e6;
    background-color: #d9e3e6;
    color: #00465a;
}

.signInButton:active {
    border-color: #d9e3e6;
    background-color: #d9e3e6;
    color: #00465a;
    transform: translateY(2px);
}

.signInButton.disabled,
.signInButton:disabled,
.signInButton[disabled] {
    background-color: #c9c9c9;
    border-color: #c9c9c9;
    color: #fff;
    cursor: not-allowed;
}

.signInButton:focus {
    outline: none;
}

#AboutText {
    width: 348px;
    display: block;
    font-size: 9px;
    line-height: 1.78;
    text-align: left;
    color: #333333;
    padding-top: 40px;
    /* Mock Padding to just match the design */
}

#joinNow {
    overflow: hidden;
    padding: 46px 0 12px 0px;
}

.advisorJoinNow {
    display: inline-block;
    float: left;
}

.advisorJoinNow>span {
    display: block;
    padding: 4px 2px 4px 0;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.67;
    text-align: left;
    color: #333333;
}

.consumerJoinNow {
    display: inline-block;
    float: right;
}

.consumerJoinNow>span {
    display: block;
    padding: 4px 0 4px 0;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.67;
    text-align: left;
    color: #333333;
}

span.not-registered {
    font-weight: initial;
    padding-bottom: 0;
    padding-top: 12px;
}

.text-link {
    font-size: 15px;
    text-decoration: none;
    line-height: 1.67;
    text-align: left;
    color: #00465a;
    padding-left: 0;
    padding-right: 0;
    transition: color .25s ease, background-color .25s ease;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #00465a;
    padding-bottom: 0;
    cursor: pointer;
}

.text-link:hover {
    color: #00212b;
    background: #d9e3e6;
}

.text-link:active {
    color: #00212b;
    background: #d9e3e6;
    position: relative;
    top: 2px;
    border-bottom: 1px solid #00465a;
}

#logo {
    clear: both;
    text-align: center;
    margin-bottom: 50px;
}

#logo ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#logo ul li {
    margin-right: 32px;
    display: inline-block;
}

#logo ul li img {
    max-width: 150px;
}

#logo ul li:nth-child(2) {
    margin-right: 0;
    border-left: 2px solid #c9c9c9;
    padding-left: 32px;
}

.logout {
    font-family: 'Roboto Slab', serif;
    font-size: 15px;
    font-style: normal;
    line-height: 25px;
    font-weight: 400;
    font-variant: normal;
    text-align: center;
    background-color: #f8f8f8;
    text-align: center;
}

.survey {
    font-family: 'Roboto Slab', serif;
    text-align: left;
    line-height: 1.67;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    max-width: 351px;
    display: inline-block;
}

.surveyimage {
    margin-right: 20px;
    vertical-align: middle;
    display: inline-block;
    margin-bottom: 30px;
}

.return {
    font-family: 'Roboto Slab', serif;
    max-width: 372px;
    padding-top: 30px;
    margin: auto;
    text-align: center;
}


/* Small Devices, Tablets */

@media only screen and (max-width: 768px) {
    #SignInTitle {
        font-size: 36px;
    }
    #UserIdLabel,
    #PasswordLabel,
    .advisorJoinNow>span,
    .consumerJoinNow>span,
    .text-link {
        font-size: 13px;
    }
    #msgUserId,
    #msgPassword {
        font-size: 14px;
    }
}


/* Extra Small Devices, Phones */

@media only screen and (max-width: 480px) {
    #logo ul li img {
        max-width: 140px;
    }
}