.top-btns {
    z-index: 100;
    width: 100%;
    padding: 10px 30px 0 0;
    position: fixed;
}

.top-btns .button {
    float: right;
    margin: 20px 20px 0 0;
    padding: 8px 20px;
    font-size: 13px;
    line-height: 1;
    min-height: auto;
    color: #505455;
    font-weight: bold;
    opacity: 0.87;
    border-radius: 4px;
    border: solid 1px #999999;
    background-color: #f0f7fe;
}

#forgot-pwd-link {
    font-size: 1.2em;
    display: inline-block;
    margin-bottom: 15px;
}

.login-container {
    display: flex;
    height: 100%;
}

@media (min-width: 960px) {
    .iframe-container {
        width: 600px;
    }
}

@media (max-width: 959px) {
    .iframe-container {
        display: none;
    }
}

.login-form-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
}

.login-form .padding.forgot {
    max-width: 100%;
}

.guest-text {
    color: #505455;
    font-size: 13px;
    float: right;
    margin-top: 26px;
    margin-right: 20px;
}

.login-iframe {
    width: 100%;
    height: 100%;
}

.light-blue-background {
    background-color: #f0f7fe;
}

.show-pass-login-checkbox .fa {
    padding-top: 3px;
    font-size: 16px;
    font-weight: normal;
    color: #505455;
}

.show-pass-login-text {
    float: left;
    font-size: 16px;
    font-family: sans-serif;
    padding-left: 11px;
    left: 37px;
    white-space: nowrap;
    color: #505455;
}

.sign-in-button {
    color: white;
    font-size: 16px;
    font-weight: bold;
    opacity: 0.87;
    border-radius: 4px;
    background-color: #019bb3;
}

.sign-in-button:hover {
    color: white;
}

.login-form p, .login-form a, .login-form a:hover {
    text-align: center;
    color: #505455;
}

.login-error-div {
    max-width: 300px;
}

.reset-pass-show-pass-container {
    color: #ffffff;
    margin-top: 10px;
    display: flex;
    gap: 7px;
}

.reset-pass-show-pass-container label {
    font-weight: normal;
    margin: 1px 0 0 0;
}

.password-rules-container {
    margin-top: -15px;
}

