:root {
  --h2collorcustomer: rgba(196, 166, 96, 1);
  --spancolorcustomer: rgba(196, 166, 96, 1);
  --colorarrowcustomer: rgba(196, 166, 96, 1);
}
#loginclient{margin-top: -40px;}
#loginclient label:before{width: 20px;height: auto;content: ' ';display: inline-block;}
#loginclient label.greentick:before{content: '\2713';color: green;font-size: 20px;}
#loginclient label.redtick:before{content: '\2716';color: red;font-size: 15px;}
#loginclient p {text-align: center;font-size: 20px;font-weight: bold;}
#loginclient label {width: 100%;display: block;color: var(--spancolorcustomer);font-weight: bold;font-size: 16px;margin-bottom: 3px;}
#loginclient input, #loginclient select{width: 95%;box-sizing: border-box;height: 35px;padding-left: 5px;display:block;margin-left:auto;margin-right:auto;}
#logintoaccount, #forgotaction, #resetpass, #backtologinform, #cahngepass{width: 320px;display: block;margin-left: auto;margin-right: auto;margin-top: 20px;margin-bottom: 20px;background: var(--colorarrowcustomer);color: #fff;border: 0px;}
#datacustomer,#ordercustomer,#logoutcustomer{background: var(--colorarrowcustomer);color: #fff;border: 0px;text-align: center;cursor: pointer;font-size: 20px;padding: 10px;}
.datacustomer {margin-top:30px;}
.datacustomer h2 {display: block;text-align: center;font-size: 25px;color: var(--h2collorcustomer);max-width: 320px;margin-left: auto;margin-right: auto;margin-bottom: 20px;}
.datacustomer h2:after {content: " ";display: block;width: 0;height: 0;border-left: 10px solid transparent;border-right: 10px solid transparent;border-top: 10px solid var( --h2collorcustomer);float: right;margin-left: 0px;margin-top: 4px;transition: 0.8s;-webkit-transition: 0.8s;-moz-transition: 0.8s;}
#cahngedata,#newpass,.changebutton{width: 100%!important;display: block;margin-left: auto;margin-right: auto;margin-top: 20px;margin-bottom: 20px;background: var(--colorarrowcustomer);color: #fff;border: 0px;}
.deletebutton{width: 100%!important;display: block;margin-left: auto;margin-right: auto;margin-top: 20px;margin-bottom: 20px;background:red;color: #fff;border: 0px;}
.row-2.datacustomer {padding: 15px;display:block;margin-left:auto;margin-right:auto;}
.linecheckout {width: 100%;height: 2px;background: var(--colorarrowcustomer);margin-bottom: 30px;}