#wtotem-prompt-overlay {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: #fff;
    padding: 26px 24px 46px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: stretch;
    justify-content: stretch
}
#wtotem-prompt-wrapper {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    width: 100%
}
.login form .wtotem-textarea {
    font-size: 1rem;
    width: 100%;
    padding: 3px;
    margin: 2px 6px 16px 0;
    background: #fbfbfb;
    height: 150px
}
.wtotem-2fa-code-help {
    text-decoration: none
}
.wtotem-registration-captcha-contact {
    text-decoration: underline
}