.google-button {
    background-color: #E6E6E6 !important;
}

.google-button span{
    color: black !important;
}

.x-btn-pressed.google-button {
    background: #5b9f5b;
    border-color: #5b9f5b;
}

.facebook-button {
    background-color: #3b5998 !important;
}

.facebook-button span{
    color: white !important;
}

.x-btn-pressed.facebook-button {
    background: #3b5998;
    border-color: #3b5998;
}

.x-btn {
  border-radius: 1em !important;
}