

#customer_login .u-columns,
#customer_login .col2-set {
display:block !important;
width:100% !important;
}
#customer_login .col-1,
#customer_login .col-2,
#customer_login .u-column1,
#customer_login .u-column2 {
float:none !important;
width:100% !important;
max-width:550px !important;  
margin:0 auto 0 auto !important;
padding:0 !important;
box-sizing:border-box;
}
#customer_login h2 { display:none!important; }
#customer_login:not(.dr-ready) .col-1,
#customer_login:not(.dr-ready) .col-2 {
display:none !important;
}
#dr-tabs {
max-width:550px;     
margin:0 auto 22px auto;
display:flex;
border-bottom:1px solid #ddd;
}
#dr-tabs .dr-tab {
flex:1;
text-align:center;
padding:14px 0;
cursor:pointer;
background:#f4f4f4;
border:1px solid #ddd;
border-bottom:none;
font-family:'GEOM', sans-serif !important;
font-size:20px !important;
font-weight:600 !important;
transition:.2s;
}
#dr-tabs .dr-tab.active {
background:#fff;
border-bottom:3px solid #111;
}
.dr-wrap {
max-width:550px;     
margin:0 auto;
background:#fff;
border:1px solid #e6e6ea;
padding:22px;
border-radius:12px;
}