/* Custom Nirvana3 Login CSS */
#intro_top { 
    width: 100%; 
    z-index: 1; 
    position: relative; 
    height: auto; 
    padding: 80px 0; 
    background: linear-gradient(135deg, #1e1e2f, #2b2b40); 
    background-size: cover; 
    background-position: center; 
}
#login_wrap { width: 100%; height: 100%; }
#login_all { width: 800px; max-width: 94%; border-radius: 20px; display: block; margin: 0 auto; color: #fff; }
.intro_social_container { width: 100%; height: auto; text-align: center; padding-top: 20px; }
.intro_social_btn { display: inline-block; width: 40px; height: 40px; margin: 0 3px; border-radius: 50%; transition: transform 0.3s ease; }
.intro_social_btn:hover { transform: scale(1.1); }
.login_not_member { text-align: center; padding-top: 5px; }

/* Section Custom Styling */
.section { width: 100%; height: auto; margin: 0 auto; }
.section_content { width: 100%; max-width: 1100px; margin: 0 auto; }
.section_inside { margin: 0 auto; }

.kiiNg-button {
    padding: 10px 15px;
    border-radius: 8px;
    background: #28a745;
    color: #ffffff;
    display: inline-block;
    border: 0px;
    cursor: pointer;
    font-weight: 600;
}
.fcz-btn {
    padding: 10px 15px;
    border-radius: 8px;
    background: #dc3545;
    color: #ffffff;
    display: inline-block;
    border: 0px;
    cursor: pointer;
    font-weight: 600;
}
