body {
    background-color: #121212;
    color: #ffffff;
    display: flex;
    height: 100vh;
}
.auth-container {
    width: 100%;
    max-width: 400px;
    padding: 20px;
    background: #1e1e1e;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}
.btn-dark {
    background-color: #333;
    border: none;
}
.btn-dark:hover {
    background-color: #555;
}

.other-page {
    text-align: center;
    margin-top: 16px;
    margin-bottom: 0;
    font-size: 14px;
    width: 320px;
}

a {
    font-weight: 400;
    text-decoration: inherit;
    /* color: #34A853; */
}

.divider-wrapper{
    display: flex;
    flex-direction: row;
    text-transform: uppercase;
    border: none;
    font-size: 12px;
    font-weight: 400;
    margin: 0;
    padding: 16px 0 0;
    align-items: center;
    justify-content: center;
    /* width: 320px; */
    vertical-align: baseline;
}

.login-header{
	/* padding: 15px 20px; */
	background: linear-gradient(88deg, #252526  0%, #363636  49%, #515157  100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4ca4fb', endColorstr='#03e0fb',GradientType=1 );
}

.input-group, input:not(.input-group *), 
button:not(.input-group *),#lnkGitLogin,#lnkGoogleLogin,#g_id_onload{
    border-radius: 25px !important;
}
.input-group input{
    border-top-left-radius: 25px !important;
    border-bottom-left-radius: 25px !important;
}
.input-group span{
    border-top-right-radius: 25px !important;
    border-bottom-right-radius: 25px !important;
}


.divider-wrapper:before, .divider-wrapper:after {
    content: "";
    border-bottom: 1px solid #c2c8d0;
    flex: 1 0 auto;
    margin: 0;
}


/* .divider-wrapper:before {
    margin-right: 15px;
}


.divider-wrapper:after {
    margin-left: 15px;
} */

.container-fluid{
    margin: auto;
}

.divider{
    border-radius: 50%;
    border: 1px solid white;
    padding: 7px;
    width: 34px;
}

button[type=submit]{
    background-color: #34A853;
}


/* .google, .git-hub{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%; 
} */

.social-btn {
    display: flex;
    align-items: center; /* Vertically center content */
    justify-content: center; /* Horizontally center content */
    gap: 10px; /* Space between icon and text */
    padding: 12px; /* Adjust padding for better alignment */
    height: 45px; /* Ensure equal height */
}

.social-btn svg {
    margin: 0; /* Remove any existing margin */
    vertical-align: middle; /* Ensure vertical alignment */
}


