/*
Theme Name: Superio Child
Theme URI: getajob.ai
Description: Child theme for the Superio theme
Author: Russel Normandia
Author URI: getajob.ai
Template: superio
Version: 1.0.0
*/

/* Add your custom CSS below */


/* Hide specific elements inside login-form-wrapper */
/*.login-form-wrapper .title-wrapper.flex-middle,*/ /* Hides the title and close icon */
.login-form-wrapper .form-group, /* Hides both email and password fields */
.login-form-wrapper .row.form-group.info, /* Hides the 'Keep me signed in' and 'Forgotten password?' section */
.login-form-wrapper .btn.btn-theme.btn-block, /* Hides the Login button */
.login-form-wrapper .register-info, /* Hides the 'Don't you have an account? Register' section */
.login-form-wrapper #forgot-password-form-wrapper5312, /* Hides the forgot password form */
.login-form-wrapper .wrapper-social-login .line-header /* Hides the 'or' span */
{
    display: none;
}
/* Hide the title-wrapper flex-middle div 
.login-form-wrapper .title-wrapper.flex-middle {
    display: none;
}
.title-wrapper.flex-middle, 
.title-wrapper.flex-middle .title {
    display: none;
}
*/
/* Display the social login section */
.login-form-wrapper .wrapper-social-login {
    display: block;
}
.inner-social .row {
    display: flex;
    justify-content: center; /* Aligns items horizontally at the center */
    align-items: center; /* Aligns items vertically at the center */
}

.inner-social .row > * {
    margin: 0 10px; /* Adds spacing between the buttons */
}
