﻿label.stayLoggedInText {
    float: left;
}

div.stayLoggedIn {
    padding-top: 0.5em;
}

span.error_message
{
    color: #ff1111;
}




div.resetpassword_instructions {
    padding-bottom: 1.5em;
}

ul.whatiswslaccount {
    list-style-type: disc;
    margin: 0.5em;
    padding-left: 1.5em;
}

/** Register.aspx Create an Account */

#emailCheckContainer {
    display: table-cell;
}

#emailCheckResultText {
    padding-top: 2em;
    padding-left: 1em;
}

#emailCheckResultText > li {
    font-size: 0.8em;
    list-style-type: disc;
    margin: 0.5em;
    padding-left: 0em;
}

span.passwordText {
    font-size: 0.8em;
}

#passwordReqs > li {
    font-size: 0.8em;
    list-style-type: disc;
    margin: 0.5em;
    padding-left: 0em;
}

#passwordReqs {
    margin-left: 1em;
}

.checkResultFail {
    color: red;
}

.checkResultPass {
    color: darkgreen;
}

