.itsec-sync-connect__logo {
    margin: 0 auto 20px auto;
    display: block;
    width: 100%;
}

.itsec-sync-connect__title,
.itsec-sync-connect__description,
.itsec-sync-connect__link-wrap,
.itsec-sync-connect-fallback__link-wrap {
    text-align: center;
}

.itsec-sync-connect__title {
    font-weight: bold;
    margin-bottom: 10px !important;
}

.itsec-sync-connect__description {
    margin-bottom: 10px !important;
}

.itsec-sync-connect__link {
    margin: 20px 0 !important;
}

.itsec-sync-connect__link {
    vertical-align: top;
    display: block;
    text-decoration: none;
    height: 28px;
    margin: 0;
    cursor: pointer;
    -webkit-appearance: none;
    border-radius: 3px;
    white-space: nowrap;
    box-sizing: border-box;
    background: #0084CB;
    color: #fff;
    text-shadow: none;
    padding: 20px 30px;
    line-height: 0;
    box-shadow: none;
    font-weight: 300;
    font-size: 1.2em;
    border: none;
    width: 100%;
}

.itsec-sync-connect__link::-moz-focus-inner {
    border-width: 0;
    border-style: none;
    padding: 0;
}

.itsec-sync-connect__link:hover {
    background: #006799;
    color: #fff;
}

.itsec-sync-connect-fallback__or {
    width: 100%;
    margin-bottom: 10px;
    position: relative;
    text-align: center;
}

.itsec-sync-connect-fallback__or:before {
    background: #E5E5E5;
    content: '';
    height: 1px;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
}

.itsec-sync-connect-fallback__or span {
    background: #fff;
    color: #777;
    position: relative;
    padding: 0 8px;
    text-transform: uppercase
}