﻿.smaller {
    font-size: 1.5rem !important;
}

.smaller-footer {
    font-size: .9em !important;
}
.error {
    color: white;
    background-color: red;
    padding: 10px 10px 10px 10px;
}
.success {
    color: black;
    background-color: lightgreen;
    padding: 10px 10px 10px 10px;
}
.unit4_mod {
    overflow: hidden;
}
.friendly-message {
    padding: 10px 10px 10px 10px;
    color: black;
    background-color: lightgray;
    position: relative;
}
.alert-message {
    padding: 10px 10px 10px 10px;
    color: #6c4a00;
    background-color: #f9f1c6;
    position: relative;
}
.close-button {
    position: absolute;
    right: 5px;
    top: 5px;
}

.smaller {
        font-size: 1.5rem !important;
}

.imgInTxtBx {
    width:2em;
    height:2em;
    vertical-align:middle;
    margin-top: -2.1em;
    float: right;
    position: relative;
}

.password-strength-meter-container {
    width: 100%;
    border: .1em solid #ddd;
    border-radius: .5em;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
 
}
.password-strength-meter-progressbar {
    color: #fff;
    text-align: right;
    height: .5em;
    width: 0;
    background-color: #0ba1b5;
    border-radius: .5em;
}

.errorListMsg {
    color: red;
}