/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 2.0.2
*/
/* Unified Auth UI between B2b and woocommerce */
.auth-card{max-width:520px;margin:24px auto;padding:24px;border:1px solid #eee;border-radius:12px;background:#fff}
.auth-card h2,.auth-card legend{font-size:20px;margin:0 0 12px}
.auth-card label{display:block;font-weight:600;margin:8px 0 4px}
.auth-card input[type="text"],
.auth-card input[type="email"],
.auth-card input[type="password"]{width:100%;padding:12px;border:1px solid #ddd;border-radius:10px}
.auth-card .button,
.auth-card button[type="submit"],
.auth-card input[type="submit"]{padding:12px 18px;border-radius:10px;border:0;background:#5f259e;color:#fff;cursor:pointer}
.auth-card .button:hover{opacity:.92}
