.password-strength-meter {
    background: aliceblue;
    color: darkgray;
    float: left;
    width: 50px;
}

.password-strength-meter.week {
    background: #FF4800;
    color: #000;
}

.password-strength-meter.good {
    background: #92a8d1;
    color: #000;
}

.password-strength-meter.strong {
    background: #3FB633;
    color: #000;
}

.iframe-container {
    overflow: hidden;
    padding-top: 28%;
    position: relative;
}
.iframe-container iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.forgot-password-link {
    width: 50%;
}

.trouble-logging-in-link {
    text-align: right;
    width: 50%;
}
