.turinga-connect-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    min-height:44px;
    padding:0 18px;
    border:0;
    border-radius:6px;
    background:#2980d9;
    color:#fff!important;
    font-family:Arial,Helvetica,sans-serif;
    font-size:14px;
    font-weight:bold;
    line-height:44px;
    text-decoration:none!important;
    cursor:pointer;
    transition:background .15s ease;
}

.turinga-connect-btn:hover{
    background:#1f6fbe;
}

.turinga-connect-btn:focus{
    outline:3px solid rgba(41,128,217,.25);
    outline-offset:2px;
}

.turinga-connect-btn-logo{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:26px;
    height:26px;
    border-radius:5px;
    background:#fff;
    color:#2980d9;
    font-weight:900;
    font-size:14px;
    line-height:1;
}