.login-options {
    text-align: center
}

.login-options-title {
    border-top: 1px solid #e0e2e3;
    margin-bottom: 15px;
    margin-top: 40px;
    padding-bottom: 15px;
    padding-top: 40px;
    position: relative;
    z-index: 1
}

/* .login-options-title p {
    color: #55585b;
    display: inline-block;
    font-size: 15px;
    margin-bottom: 0;
    padding: 0 20px;
    position: relative
} */

.login-options .social-login-basic {
    list-style: none;
    padding: 0 0px
}

.login-options .social-login-basic li {
    list-style: none
}

.login-options .social-login-basic .social-login {
    align-items: center;
    border-radius: 10px;
    display: flex;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
    padding: 5px 10px;
    transition: .3s;
    width: 100%
}

.login-options .social-login-basic .social-login img {
    margin-right: 15px;
    max-width: 28px;
    min-width: 28px
}

.login-options .social-login-basic .social-login.facebook-login {
    background-color: #1877f2;
    color: #fff
}

.login-options .social-login-basic .social-login.google-login {
    background-color: #fff;
    border: 1px solid #f2f3f4;
    color: #55585b;
}

.login-options .social-login-basic .social-login.apple-login {
    background-color: #000;
    color: #fff;
    margin-bottom: 0
}

.login-options .social-login-basic .social-login.github-login,
.login-options .social-login-basic .social-login.linkedin-login,
.login-options .social-login-basic .social-login.linkedin-openid-login {
    background-color: #fff;
    border: 1px solid #f2f3f4;
    color: #55585b
}

.login-options .social-login-basic .social-login:hover {
    box-shadow: 5px 5px 15px rgba(0, 0, 0, .05);
    transform: translateY(-3px);
    transition: .3s
}

.login-options .social-icons {
    align-items: center;
    display: flex;
    gap: 8px;
    justify-content: center;
    margin: 0;
    padding: 0
}

.login-options .social-icons.social-login-lg {
    flex-direction: column
}

.login-options .social-icons.social-login-lg li {
    width: 100%
}

.login-options .social-icons.social-login-lg li>a {
    align-items: center;
    border-radius: var(--bs-border-radius, 8px);
    display: flex;
    gap: .5rem;
    justify-content: center;
    padding: .55rem 1rem;
    text-decoration: none;
    width: 100%
}

.login-options .social-icons.social-login-lg li>a span {
    display: block
}

.login-options .social-icons li {
    list-style: none
}

.login-options .social-icons li>a {
    align-items: center;
    border-radius: 2px;
    display: flex;
    justify-content: center;
    padding: .25rem;
    text-decoration: none
}

.login-options .social-icons li>a span {
    display: none
}

.login-options .social-icons li>a svg {
    height: 1.5rem;
    width: 1.5rem
}

.login-options .social-icons li .google {
    background-color: #db4437;
    color: #fff
}

.login-options .social-icons li .google:hover {
    background-color: #c13505
}

.login-options .social-icons li .linkedin,
.login-options .social-icons li .linkedin-openid {
    background-color: #0a66c2;
    color: #fff
}

.login-options .social-icons li .linkedin-openid:hover,
.login-options .social-icons li .linkedin:hover {
    background-color: #0a5cba
}

.login-options .social-icons li .facebook {
    background-color: #4267b2;
    color: #fff
}

.login-options .social-icons li .facebook:hover {
    background-color: #3a5795
}

.login-options .social-icons li .github {
    background-color: #333;
    color: #fff
}

.login-options .social-icons li .github:hover {
    background-color: #222
}

@media(max-width:768px) {
    .login-options .social-login-basic {
        padding: 0
    }

    .login-options .social-login-basic .social-login {
        font-size: 14px !important
    }
}