@media only screen and (min-width: 992px){.box-row{display:flex;gap:0}.box-row .box-col{flex:0 0 50%;max-width:50%}}.wrapper-customer{--bkg-left:var(--box-bkg);--txt-left:var(--box-txt);--txt-right:var(--gb-grey-txt);--bkg-right:var(--gb-grey-bkg);background:var(--box-bkf) center / cover no-repeat;background-image:var(--img-bkg)}.wrapper-customer .customer{display:flex;max-width:460px;margin:0 auto;flex-flow:column;box-shadow:var(--gb-shadow-card);background-color:var(--bkg-left);color:var(--txt-left);border-radius:9px;overflow:hidden}@media only screen and (min-width: 992px){.wrapper-customer .customer.login{max-width:900px}}.wrapper-customer .customer.login>h1{display:none}.wrapper-customer .customer .customer-box{padding:3rem}@media only screen and (min-width: 992px){.wrapper-customer .customer .customer-box{padding:5rem}}.wrapper-customer .customer .customer-box.box-right{height:100%;display:flex;flex-flow:wrap;align-self:stretch;align-content:center;background-color:var(--bkg-right);color:var(--txt-right)}.wrapper-customer .customer .customer-box.box-right>*{width:100%}.wrapper-customer .customer .customer-box.box-right a.btn{max-width:60%}.wrapper-customer .customer .customer-box.box-right .cdz-title{font-size:200%;font-weight:600;margin-bottom:3rem}.wrapper-customer .customer .customer-box .actions{gap:2rem;margin-top:3rem}.wrapper-customer .customer .customer-box .actions .btn{margin:0;padding-inline:3rem;text-align:center}.wrapper-customer .customer .customer-box .actions a{font-size:80%;font-weight:600;text-transform:uppercase;text-decoration:none;margin:0;color:var(--main-title-txt)}.wrapper-customer .customer .customer-box .actions a:hover{color:var(--main-txt-hv)}.register-wrapper.customer-box .actions .btn{width:100%;font-weight:700;text-transform:uppercase}