﻿.Form-Labels{
    color: #333333;
    font-size: 14px;
    font-weight: 700;
    line-height: 19px;
}
.Password-Requirement
{
    border-radius: 16px;
    box-shadow: inset 0 -2px 0 0 rgba(19,24,25,0.2);
    color: #333333;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    padding: 5px 10px 5px 10px;
}
.Password-Requirement-Invalid
{
    background-color: #EEEEEE;
}
.Password-Requirement-Valid
{
    background-color: #86BC25;
    color: white;
}
.Password-Matched
{
    color:  #86BC25;
    display: block;
    font-size: 11px;
}