.sociallogin-buttons {
    margin: 15px 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.sociallogin-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    text-decoration: none;
    color: #fff;
    border: none;
}
.sociallogin-google {
    background-color: #DB4437;
}
.sociallogin-google:hover {
    background-color: #c33d2e;
    color: #fff;
}
.sociallogin-facebook {
    background-color: #3b5998;
}
.sociallogin-facebook:hover {
    background-color: #2d4373;
    color: #fff;
}
