/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Description: This is a child theme of Astra
Author: Your Name
Author URI: https://yourwebsite.com
Template: astra
Version: 1.0.0
Text Domain: astra-child
*/

/* Add your custom CSS below this line */
#user-registration{
    display: block;
    margin: 0 auto;
}
#google_login_adv div{ 
display: flex;   
align-items: center;
    justify-content: space-between;
    margin: 16px 0;
}