#account-register .card-account-left {
  background: -webkit-gradient(linear, left top, right top, from(#f0f2f4), to(#e2e7e9));
  background: -webkit-linear-gradient(left, #f0f2f4, #e2e7e9);
  background: -moz-linear-gradient(left, #f0f2f4, #e2e7e9);
  background: -o-linear-gradient(left, #f0f2f4, #e2e7e9);
  background: linear-gradient(90deg, #f0f2f4, #e2e7e9);
  /* background: linear-gradient(90deg, #7113a1, #d7b5ea); */
}
  #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 {
  border-radius: 0 5px 5px 0; }
