.satek-oauth-login-btns {
    margin-bottom: 15px;
}

.satek-oauth-microsoft-button {
    border: 1px solid #8c8c8c;
    background: #ffffff;
    cursor: pointer;
    height: 32px;
    margin-top: 5px;
    margin-bottom: 3px;
    margin-left: 8px;
    border-radius: 4px;
    position: relative;
    padding-left: 44px;
    text-align: center;
    white-space: nowrap;
    box-shadow: inset 0 -1px 0 rgba(15, 15, 15, 0);
    user-select: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #5e5e5e;
    font-weight: 600;
}

.satek-oauth-microsoft-button:hover {
    background-color: #fafafa;
}

.satek-oauth-linkedin-button {
    border: 1px solid #8c8c8c;
    background: #ffffff;
    cursor: pointer;
    height: 32px;
    margin-top: 5px;
    margin-bottom: 3px;
    margin-left: 8px;
    border-radius: 4px;
    position: relative;
    padding-left: 38px;
    text-align: center;
    white-space: nowrap;
    box-shadow: inset 0 -1px 0 rgba(15, 15, 15, 0);b
    user-select: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #5e5e5e;
    font-weight: 600;
}

.satek-oauth-linkedin-button:hover {
    background-color: #fafafa;
}

.satek-oauth-microsoft-icon {
    width: 32px;
    line-height: 34px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.satek-oauth-linkedin-icon {
    width: 32px;
    line-height: 34px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.satek-oauth-linkedin-icon svg,
.satek-oauth-linkedin-button svg {
    width: 20px;
    height: 20px;
}

.satek-oauth-linkedin-text {
    background-color: #0097d3;
    color: white;
    width: 100%;
    padding: 8px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}