﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

/*
input[type=text], input[type=password] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    background-color: rgba(46, 89, 135, .05);
    border: none;
}*/


/******Password validation */
#pswd_info {
    position: relative;
    /*/* right: 55px;
    width: 250px;*/
    padding: 15px;
    background: #fefefe;
    border-radius: 5px;
    box-shadow: 0 1px 3px #ccc;
    border: 1px solid #ddd;
    font-size: 0.95em;
}

    #pswd_info::before {
        content: "\25B2";
        position: absolute;
        top: -12px;
        left: 45%;
        font-size: 0.95em;
        line-height: 14px;
        color: #ddd;
        text-shadow: none;
        display: block;
    }

.invalidpwd {
    background: url(../images/delete.png) no-repeat 0 40%;
    padding-left: 22px;
    line-height: 24px;
    color: #ec3f41;
    font-size: 0.95em;
}

.validpwd {
    background: url(../images/accept.png) no-repeat 0 40%;
    padding-left: 22px;
    line-height: 24px;
    color: #3a7d34;
    font-size: 0.95em;
}

#pswd_info {
    display: none;
}
