<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** Unified Signup Signin Page Styles **/

.verificationControlContent .verificationErrorText.error {
    position: unset !important;
}

/** LABELS **/
#ReadOnlyEmail_label,
#email_label {
    margin-top: 5px;
}

/** BUTTONS */
#ReadOnlyEmail_ver_but_verify,
#emailVerificationControl_but_verify_code {
    margin-right: 2rem;
}

/** Don't allow e-mail change */
#attributeVerification #email_ver_but_edit {
    display: none !important;
}

.buttons {
    margin-top: 50px;
    text-align: center;
    /* display: flex;
    justify-content: space-around; */
}

#api {
    margin-top: 20px;
}

.field-icon {
    cursor: pointer;
    float: right;
    position: relative;
    z-index: 2;
    font-size: 20px;
    color: #808080;
    top: -55px;
    left: -20px;
}

/** DIVIDER */
.unified_container .row .panel-default #api .divider {
    display: none;
}

.terms-link {
    position: absolute;
    top: 372px;
    width: 480px;
}

.create {
    margin-top: 80px;
}

.create p {
    text-align: center;
}

a#forgotPassword {
    position: absolute;
    left: 0;
    top: 510px;
    width: 100%;
    text-align: center;
}

a#forgotPassword,
a#createAccount {
    color: #8b8b8b;
    font-weight: 400;
}

h1[role="heading"] {
    display: none;
}

/** AUTHENTICATOR **/
.googleStoreIconControlContent&gt;img,
.appStoreIconControlContent&gt;img {
    float: none !important;
}

.appStoreIconControlContent {
    text-align: center;
}

#authenticatorAppIconControl-instruction {
    margin-top: 25px;
}

.authenticatorIconControlContent {
    display: flex;
    flex-direction: column;
}

#totpQrCodeControl-picture {
    text-align: center !important;
}

#totpQrCodeControl-picture img {
    display: inline !important;
    margin: 5px;
}</pre></body></html>