.microsoft-sign-in-button,
.microsoft-unlink-button {
    align-items: center;
    appearance: none;
    background: #fff;
    border: 1px solid #8c8c8c;
    box-sizing: border-box;
    color: #5e5e5e;
    cursor: pointer;
    display: flex;
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: 15px;
    font-weight: 600;
    height: 40px;
    justify-content: center;
    padding: 0;
    position: relative;
    text-decoration: none;
    width: 300px;
}

.microsoft-sign-in-button img,
.microsoft-unlink-button img {
    height: 21px;
    left: 12px;
    position: absolute;
    width: 21px;
}

.microsoft-sign-in-button:hover,
.microsoft-unlink-button:hover {
    background: #f2f2f2;
    color: #2f2f2f;
}

.microsoft-sign-in-button:focus-visible,
.microsoft-unlink-button:focus-visible {
    outline: 3px solid #029be5;
    outline-offset: 2px;
}

.identity-provider-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 18px;
    max-width: 100%;
    width: 300px;
}

.identity-provider-actions .identity-provider-action {
    margin-top: 0;
}

.microsoft-unlink-form {
    margin: 0;
    width: 100%;
}

.microsoft-unlink-button {
    border-color: #d13438;
    color: #a4262c;
    width: 100%;
}

.microsoft-unlink-button:hover {
    background: #fdf3f4;
    border-color: #a4262c;
    color: #7a1d21;
}

.microsoft-unlink-button:active {
    background: #f8d7da;
}

.identity-provider-coming-soon {
    align-items: center;
    display: flex;
    gap: 7px;
}

.identity-provider-info-icon {
    align-items: center;
    border: 1.5px solid currentColor;
    border-radius: 50%;
    box-sizing: border-box;
    display: inline-flex;
    flex: 0 0 16px;
    font-family: Arial, sans-serif;
    font-size: 11px;
    font-weight: 700;
    height: 16px;
    justify-content: center;
    line-height: 1;
    width: 16px;
}
