.full-width {
    width: 100%;
}

.navbar-fixed-top {
    position: absolute;
}

.password-requirement {
    padding-top: 10px;
}

.met-requirement {
    color: #89A54E;
    font-weight: bolder;
}

.unmet-requirement {
    color: #AA4744;
    font-weight: normal;
}