.btn-line {
    background-color: #00C300;
    color: white;
}
.btn-line:hover {
    background-color: #008800 !important;
    color: white;
}
.btn-google {
    background-color:#DB4437;
    color: white;
}
.btn-google:hover {
    background-color: #A33A36 !important;
    color: white;
}
.btn-facebook {
    background-color: #3b5998;
    color: white;
}
.btn-facebook:hover {
    background-color: #2d4373 !important;
    color: white;
}
.social-login-title {
    text-align: center;
    font-size: 18px;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}
.social-login-title:before,
.social-login-title:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 50%;
    height: 2px;
    background-color: #ddd;
}
.social-login-title:before {
    left: 100%;
    margin-left: 20px;
}
.social-login-title:after {
    right: 100%;
    margin-right: 20px;
}
li.no-bullets {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
