.onedrive-auth-root .icon.onedrive {
    width: 3rem;
}

.onedrive-auth-root .title {
    display: flex;
    align-items: center;
    /* justify-content: center; */
}

.onedrive-auth-root .title > .icon {
    position: relative;
    width: auto;
}

.onedrive-auth-root .title > .icon .connected {
    position: absolute;
    top: 3px;
    right: -2px;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    color: #4caf50;
}