﻿input::-ms-reveal {
    display: none;
}

input[type="password"], input[type="text"] {
    margin-top: 0 !important;
}


ul.helper-text {
    display: block;
    margin-top: 6px;
    line-height: 22px;
    color: #808080;
}

    ul.helper-text li.valid {
        color: #1fd34a;
        font-weight: bold;
    }
