.social-driver {
    position: relative;
    text-align: center;
}

.social-driver:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: #16598a;
}

.social-driver span {
    padding: 0 10px;
    background: #EAEEF1;
    position: relative;
    z-index: 2;
}

.btsociallogingg {
    width: 100%;
    background: #EA4335;
    color: #ffffff;
}

.w-inline-block {
    max-width: 100%;
    display: inline-block;
}

.social-btn {
    width: 100%;
    background: #4285F4;
    color: #333;
    border: 1px solid #dcdce5;
    border-radius: 6px;
    margin-bottom: 10px;
    padding: 12px 40px 12px 15px;
    font-size: 15px;
    font-weight: 300;
    text-decoration: none;
    transition: border-color .2s, box-shadow .2s;
    position: relative;
    box-shadow: 0 1px 2px rgba(220, 220, 229, .5);
}

.social-content {
    grid-column-gap: 20px;
    justify-content: center;
    align-items: center;
    display: flex;
}

.social-image {
    width: 24px;
    background: #fff;
    padding: 3px;
}

.social-text {
    color: #ffffff;
}