.social-login-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 14px;
    color: #aeaeae;
    height: 20px;
    margin: 20px 0;
}
.social-login-header .border {
    width: 100%;
    background: rgba(255, 255, 255, 0.2);
    height: 1px;
}

.social-login-body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}
.social-login-body .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    height: 38px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    width: 100%;
    border-radius: 14px;
}
.social-login-body .btn svg {
    width: 20px;
    height: 20px;
}