.h3 {
    line-height: 1.5em;
}

.login-holder ul {
    list-style: none;
    margin:0 0 2rem;
}

.login-holder input[type="text"],
.login-holder input[type="password"] {
    width: 100%;
}

.field-container {
    position: relative;
    margin: .5rem 0 1.75rem 0;
}

.field-container label:not(.error) {
    font-size: .75rem;
    font-weight: 700;
    position: absolute;
    left: 6px;
    top: -10px;
    z-index: 2;
    background: linear-gradient(transparent 50%,#fff 0);
    padding: 0 .5rem;
}

.field-container label.error {
    font-size: .8rem;
    margin-left: 1rem;
    color: #92112b;
}

.field-container input.error {
    border-color: #92112b;
}

.checkbox-wrapper {
    display: flex;
    margin: 0 0 1.5rem;
}

.checkbox-field {
    margin-right: .5rem;
}

.login-holder .cta-button-holder {
    float: none;
    margin: 0 0 1.5rem;
}

.login-holder .cta-button {
    padding: 0;
}

.login-holder .cta-button input {
    padding: 1rem 1.25rem;
}

.login-holder .cta-button input {
    border: 0;
    background: none;
    font-family: Montserrat,Helvetica,Arial,sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
}

.error-holder {
    color: #92112b;
   display: flex;
}

.error-holder.hide {
    color: #92112b;
   display: none;
}

.error-holder:before {
    font-family: ci-icons;
    content: "\f06a";
    font-size: 1.6rem;
    margin-right: .75rem;
    margin-bottom: .75rem;
}

.login-block {
    background: #003c71;
    padding: 2rem 0;
}

@media (max-width: 30rem) {
    .login-block {
        padding: 0;
    }
}

.login-block > .yui3-g {
    display: block;
    margin: 0 auto;
    width: 30rem;
    max-width: 100%;
    padding: 3rem;
    background: #fff;
    border-radius: .25rem;
    box-shadow: 0 0 1rem rgba(0,0,0,.5);
}

@media (max-width: 30rem) {
    .login-block > .yui3-g {
        padding: 3rem 1rem;
        border-radius: 0;
        box-shadow: none;
    }
}

.login-block > .yui3-g > .yui3-u-1-2 {
    width: 100% !important;
    max-width: 100% !important;
}

.login-block .block-content {
    margin: 0 0 1.5rem;
}

.login-holder .cta-button {
    width: 100%;
    text-align: center;
}

.login-holder .cta-button input {
    width: 100%;
}

.login-block .blue-button {
    width: 100%;
}

.login-block .blue-button input {
    width: 100%;
    text-align: center;
}

.uc-fields > ul {
    margin: 0;
    list-style: none;
}

.uc-fields > ul > li {
    position: relative;
    margin: 0 0 1rem;
}

.uc-fields > ul > li label:not(.error) {
    font-size: .75rem;
    font-weight: 700;
    position: absolute;
    left: 6px;
    top: -10px;
    z-index: 2;
    background: linear-gradient(transparent 50%,#fff 0);
    padding: 0 .5rem;
}

.uc-fields > ul > li input[type="text"],
.uc-fields > ul > li input[type="password"] {
    width: 100% !important;
}

.uc-fields label.error {
    position: initial;
    margin: .25rem 0 0;
    padding: 0;
    color: #92112b;
    background: none;
    font-size: .9rem;
    font-weight: normal;
}

.uc-fields input.error {
    border-color: #92112b;
}

.blue-button-holder.left {
    float: none;
    margin-right: 0;
}

#passwordStrength.strength5 ~ p {
    display: none;
}

.strength-wrap {
    font-size: .8rem;
    color: #999;
}

#passwordDescription {
    font-size: .8rem;
    margin: 0 0 .5rem;
}

#passwordStrength {
    height: 1rem;
    width: 100%;
    border: 1px solid #ccc;
    margin: 0 0 .5rem;
    position: relative;
}

.wi-password-container {
    display: flex;
    flex-wrap: wrap;
}

.wi-password-container > div:first-child {
    flex: 15rem;
    margin: 0 0 .5rem;
}

.password-strength-container {
    flex: 15rem;
}

#passwordStrength.strength5:after {
    background: #399800;
    width: 100%;
}

#passwordStrength:after {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    transition: .2s linear;
}

#passwordStrength.strength4:after {
    background: #4dcd00;
    width: 80%;
}

#passwordStrength.strength3:after {
    background: #56e500;
    width: 60%;
}

#passwordStrength.strength2:after {
    background: #ff5f5f;
    width: 40%;
}

#passwordStrength.strength1:after {
    background: #92112b;
    width: 20%;
}

/* create usa */
.c-radio-container {
    display: block;
    padding: .75rem;
}

.c-radio-container:first-child {
    border-top: 1px solid #ccc;
}

.c-radio-container:last-child {
    border-bottom: 1px solid #ccc;
}

.c-radio-container__label {
    display: flex;
    align-items: center;
}

.c-radio-container__title {
    flex: 1;
    margin-top: .25rem;
    margin-left: .5rem;
    font-weight: bold;
    line-height: 1em;
}

.c-radio-container:not(.is-checked) .c-radio-container__title {
    color: #777;
}

.c-radio-container__content {
    display: none;
    padding-top: .75rem;
    margin: 0;
}

.c-radio-container.is-checked {
    background: #efefef;
    border: 1px solid #ccc;
    border-radius: .5rem;
}

.c-radio-container.is-checked .c-radio-container__content {
    display: block;
}

.vtip__message {
    width: 20rem;
    max-width: 100%;
    color: #000;
    font-weight: normal;
    padding: .5rem 1rem;
    background: #efefef;
    display: none;
}

.vtip {
    text-decoration: none !important;
}

.vtip.is-open .vtip__message {
    display: block;
}