.social-login-wrapper {
    margin: 20px 0
}

.social-login-item {
    padding: 5px 0
}

.social-login-item a {
    position: relative;
    width: 100%;
    padding: 0 0 0 40px;
    border-radius: 3px
}

.social-login-item .btn-facebook {
    background: #45629f;
    border-bottom: 2.5px solid #374e7f
}

.social-login-item .btn-google {
    background: #4285f4;
    border-bottom: 2.5px solid #4285f4
}

.social-login-item .btn-twitter {
    background: #5eb2ef;
    border-bottom: 2.5px solid #4b8ebf
}

.social-login-item .btn-linkedin {
    background: #0083bb;
    border-bottom: 2.5px solid #006996
}

.social-login-wrapper.light .social-login-item .btn-facebook,
.social-login-wrapper.light .social-login-item .btn-google,
.social-login-wrapper.light .social-login-item .btn-linkedin,
.social-login-wrapper.light .social-login-item .btn-twitter {
    background: #fff;
    border-bottom: none;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .08)
}

.social-login-wrapper.light .social-login-item .btn-facebook {
    color: #45629f;
    border: 1px solid #45629f
}

.social-login-wrapper.light .social-login-item .btn-google {
    color: #4285f4;
    border: 1px solid #4285f4
}

.social-login-wrapper.light .social-login-item .btn-linkedin {
    color: #0083bb;
    border: 1px solid #0083bb
}

.social-login-wrapper.light .social-login-item .btn-twitter {
    color: #5eb2ef;
    border: 1px solid #5eb2ef
}

.social-login-item .fa {
    position: absolute;
    left: 0;
    top: 0;
    height: 40px;
    width: 40px;
    font-size: 18px;
    background: rgba(0, 0, 0, .2);
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.social-login-wrapper.light .social-login-item .fa {
    border-radius: 0;
    color: #fff;
    height: 38px
}

.social-login-wrapper.light .social-login-item .btn-facebook .fa {
    background: #45629f
}

.social-login-wrapper.light .social-login-item .btn-google .fa {
    background: #4285f4
}

.social-login-wrapper.light .social-login-item .btn-linkedin .fa {
    background: #0083bb
}

.social-login-wrapper.light .social-login-item .btn-twitter .fa {
    background: #5eb2ef
}

.social-login-item a:hover .fa {
    background: rgba(0, 0, 0, .09)
}

.social-login-item a:active,
.social-login-item a:visited {
    color: #fff
}

.social-login-item .fa:before {
    position: relative;
    top: 11px;
    left: 1px
}

.social-login-line {
    margin-top: 15px
}

.social-login-line span {
    position: relative
}

.social-login-line span:before {
    left: -100px
}

.social-login-line span:after {
    right: -100px
}

.social-login-line span:after,
.social-login-line span:before {
    position: absolute;
    content: "";
    height: 1px;
    background: #ebebeb;
    top: 50%;
    width: 80px
}