.custom-login-wrapper {
    background: url('../../img/ibr-login.png') no-repeat center center;
    background-size: cover;
    min-height: 100vh;
    display: flex;
    justify-content: flex-start; /* stick left inside image */
    align-items: center;         /* adjust to match image left edge */
}

.custom-login-overlay {
    background: rgba(255, 255, 255, 1);
    padding: 15px;
    border-radius: 10px;
    max-width: 500px;
    width: 100%; /* still responsive */
}

.woocommerce .woocommerce-form-login.login {
    width: 100%;
    margin: 20px 0px 10px;
    border-color: #eee;
    border-radius: 15px;
}

.btn-wrapper {
    display: flex;
    justify-content: space-between;
}
