﻿.validation-summary-errors {
    color: #D80000;
}

.loginFormWrapper {
    /*background: url(/Content/Admin/Images/NodesLightRepeatableXandY.png) repeat 0 0 #FFFFFF;*/
}

#loginForm {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

    #loginForm ul {
        margin-bottom: 0;
    }


    #loginForm h1 {
        margin-top: 0;
    }

    #loginForm label {
        display: block;
        margin: 0.3em 0;
    }

    #loginForm input[type="submit"],
    #loginForm input[type="button"] {
        margin-top: 20px;
        float: right;
    }

    #loginForm .forgotPassword {
        clear: both;
        float: right;
        margin-top: 10px;
    }

    #loginForm .message {
        padding-top: 10px;
        padding-bottom: 10px;
    }

   #loginForm .password-instruction {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    #loginForm .password-verdict {
        display: block;
        margin-top: 10px;
    }

    #loginForm .version {
        float: left;
        margin-top: 34px;
        font-size: 10px;
        color: #B3B3B3;
    }

/**/
.passwordStrengthBar {
    background: white;
    border: 1px solid #B3B3B3;
    margin: 1px;
    width: 260px;
}

    .passwordStrengthBar div {
        height: 5px;
        width: 0;
    }

        .passwordStrengthBar div.strong {
            background-color: #32cd32;
        }

        .passwordStrengthBar div.medium {
            background-color: yellow;
        }

        .passwordStrengthBar div.weak {
            background-color: orange;
        }

        .passwordStrengthBar div.useless {
            background-color: #D80000;
        }
