/* LHG Front Auth minimal styles */
.lhg-auth-wrap{max-width:480px;border:1px solid #ddd;padding:18px;background:#fff}
.lhg-tabs{display:flex;list-style:none;padding:0;margin:0 0 12px 0}
.lhg-tabs li{flex:1;padding:8px;text-align:center;border:1px solid #ddd;cursor:pointer;background:#f6f6f6}
.lhg-tabs li.active{background:#fff;font-weight:600}
.lhg-tab-content{display:none}
.lhg-tab-content.active{display:block}
.lhg-auth-wrap input[type="text"],.lhg-auth-wrap input[type="email"],.lhg-auth-wrap input[type="password"]{width:100%;padding:8px;margin-top:6px;border:1px solid #ccc}
.lhg-auth-wrap button{padding:8px 12px}
.lhg-auth-loggedin{padding:12px;background:#f8fefc;border:1px solid #e3f6e9}
.lhg-msg{margin-top:10px;padding:10px;border-radius:3px}
.lhg-msg.lhg-success{background:#e6ffef;border:1px solid #bfeccf;color:#064b2b}
.lhg-msg.lhg-error{background:#ffeef0;border:1px solid #f0b6bd;color:#5a1216}
