html, body {
    height: 100%;
    margin: 0;
}
body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
main, .content-wrapper {
    flex: 1;
}
.container {
    flex: 1;
}
.icon-lg {
    font-size: 2rem;
}
.text-danger-600 {
    color: red;
}
.password-success-msg {
    color:green;
    font-weight:bold;
    font-size:1.2em;
}
.password-error-msg {
    color:red;
    font-weight:bold;
    font-size:1.2em;
}
.password-danger-msg {
    color:red;
    font-weight:bold;
    font-size:1.2em;
}
.mean-hidden {
    display: none !important;
}
.mean-right {
    right: 0;
}
.mean-left {
    left: 0;
}
.pushed {
    margin-top: 60px;
}
.mean-nav ul.visible {
    display: block;
}
.mean-expand {
    font-size: 18px;
    margin-left: 10px;
    cursor: pointer;
}
.meanclose {
    text-align: center;
    text-indent: 0 !important;
    font-size: 18px !important;
}
.hidden {
    display: none !important;
}
.error-text {
    color: red;
}

