﻿.widthInherit {
    width: inherit !important;
}

.progress {
    height: 5px;
}

.control-label {
    text-align: left !important;
    padding-bottom: 7px;
}

.form-horizontal {
    padding: 25px 20px;
    border: 2px solid #e8eaed;
    border-radius: 5px;
}

.fa-times {
    color: red;
}

.pswd_info {
    position: absolute;
    width: 100%;
    padding: 15px;
    background-color: #fff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 2px;
    box-shadow: 0 1px 3px #ccc;
    border: 1px solid #e8e7e7;
    display: none;
    z-index: 1000;
    top: 62px;
    right: 0;
    box-shadow: 5px 5px 5px #e2e4e8;
}

    .pswd_info:hover {
        display: block;
    }

    .pswd_info:before,
    .pswd_info:after {
        position: absolute;
        bottom: 100%;
        content: '';
    }

    .pswd_info:before {
        right: 52px;
        border-right: 17px solid transparent;
        border-bottom: 17px solid #ddd;
        border-left: 17px solid transparent;
    }

    .pswd_info:after {
        right: 53px;
        border-right: 16px solid transparent;
        border-bottom: 16px solid rgb(238,238,238);
        border-left: 16px solid transparent;
    }

    .pswd_info h4 {
        margin: 0 0 10px 0;
        padding: 0;
        font-weight: normal;
        font-size: 1em;
        font-size: 0.7em;
    }

    .pswd_info ul {
        padding: 0;
        margin: 0;
        list-style-type: none;
    }

        .pswd_info ul li {
            visibility: visible !important;
            height: 20px !important;
            min-height: 20px !important;
            line-height: 24px;
            font-size: 0.7em;
            padding-left: 24px !important;
        }
