.external-login {
    width: 100%;
    height: 54px;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
    gap: 16px;
    font-size: 16px;
    line-height: 16px;
}

.external-login.google {
    background-color: #ffffff;
    color: #0000008A;
}

.external-login.facebook {
    background-color: #1877F2;
    color: #ffffff;
}

.f-icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}