#account-register .card-account-left {
  /* background-image: linear-gradient(to right, #7074B6 0%, #595788 51%, #595788 100%); */
  /* background: linear-gradient(90deg, #363654, #4f527e); */
  background: -webkit-gradient(linear, left top, right top, from(#796213), to(#c6a120));
  background: -webkit-linear-gradient(left, #796213, #c6a120);
  background: -moz-linear-gradient(left, #796213, #c6a120);
  background: -o-linear-gradient(left, #796213, #c6a120);
  /* background: linear-gradient(90deg, #796213, #c6a120); */
  background: linear-gradient(90deg, #E50019, #7f000e);
  /* background: #E50019; */
  /* background: linear-gradient(180deg, #ffffff 45%, #66648f 75%, #595788 100%); */
  border-radius: 5px 0 0 5px; }
  #account-register .card-account-left .card-account-img {
    position: relative;
    top: -webkit-calc(200px - 125px);
    top: -moz-calc(200px - 125px);
    /*top: calc(200px - 125px); */
    top: calc(200px - 165px); 
  }

#account-register .card-account-right {
  /* background: linear-gradient(180deg, #ffffff 65%, #66648f 85%, #595788 90%); */
  background-color: #ffffff;
  background-image: url('../../../../assets/img/background_1.png');
  background-repeat: no-repeat;
  border-radius: 0 5px 5px 0; 
}
