/* Shared authentication affordances loaded after page-specific styles. */

.password-input-control {
    display: block;
    position: relative;
    width: 100%;
}

.password-input-control > input.password-visibility-input {
    margin-bottom: 0 !important;
    padding-right: 52px !important;
    width: 100%;
}

.password-input-control > button.codeshow.password-visibility-toggle {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 50%;
    bottom: auto;
    color: #4f4f52;
    cursor: pointer;
    display: flex;
    height: 36px;
    justify-content: center;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    z-index: 2;
}

.password-input-control > button.codeshow.password-visibility-toggle:hover,
.password-input-control > button.codeshow.password-visibility-toggle:focus-visible {
    background: #f2edf6;
    color: #6d01be;
    outline: none;
}

.password-input-control > button.codeshow.password-visibility-toggle:focus-visible {
    box-shadow: 0 0 0 2px rgba(109, 1, 190, 0.22);
}

.password-input-control > button.codeshow.password-visibility-toggle i {
    font-size: 18px;
    line-height: 1;
    margin: 0;
    pointer-events: none;
}

.login-register-page > .social-login-buttons {
    margin-bottom: 48px;
}

.google-identity-welcome {
    align-items: center;
    flex-direction: column;
    margin-bottom: 28px;
    text-align: center;
}

.google-identity-welcome h3 {
    margin: 0 0 14px;
    width: 100%;
}

.google-identity-welcome .google-identity-summary,
.google-identity-welcome .google-identity-instruction {
    color: #5f6065;
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
    max-width: 440px;
    width: 100%;
}

.google-identity-welcome .google-identity-email {
    background: #f7f2fb;
    border: 1px solid #e6d7f1;
    border-radius: 8px;
    color: #4e0087;
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    margin: 10px 0 12px;
    max-width: 440px;
    overflow-wrap: anywhere;
    padding: 10px 14px;
    width: 100%;
}

.google-identity-welcome .tip.error {
    margin-top: 14px;
}

@media (max-width: 575px) {
    .login-register-page > .social-login-buttons {
        margin-bottom: 32px;
    }

    .google-identity-welcome h3 {
        font-size: 28px;
    }
}
