.line-separator {
    position: relative;
    width: 100%;
    height: 35px;
    line-height: 50px;
    text-align: center;
}

    .line-separator::before,
    .line-separator::after {
        position: absolute;
        width: 130px;
        height: 1px;
        top: 24px;
        background-color: #aaa;
        content: '';
    }

    .line-separator::before {
        left: 0;
    }

    .line-separator::after {
        right: 0;
    }
.icon {
    margin-top: 5px;
    margin-right: 16px;
}
.links-group {
    width: 100%;
    margin-top: 15px;
}
.btn-facebook {
    background: #3b5998;
    color: #fff8f8;
    border: 0px transparent;
}
    .btn-facebook:hover {
        background: #4668ae;
        color: white;
        border: 0px transparent;
    }
.btn-google {
    margin-right: 16px;
}
.mb-80{
    margin-bottom:80px;
}
.navbar {
    background: none;
}
