/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  GeneratePress Child Theme with Custom Login Logic
 Author:       Your Name
 Template:     generatepress
 Version:      1.0.0
 Text Domain:  generatepress-child
*/

/* এখানে আপনার কাস্টম সিএসএস লিখতে পারেন */
.custom-login-container {
    background: #f0f2f5;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.login-box {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    width: 100%;
    max-width: 400px;
}