#account-login .card-account-left {
  /* background: -webkit-gradient(linear, left top, right top, from(#266db9), to(#153b71));
  background: -webkit-linear-gradient(left, #266db9, #153b71);
  background: -moz-linear-gradient(left, #266db9, #153b71);
  background: -o-linear-gradient(left, #266db9, #153b71);
  background: linear-gradient(90deg, #266db9, #153b71); */
  background: #014a2c;
  border-radius: 5px 0 0 5px;
   box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35) !important; 
}
  #account-login .card-account-left .card-account-img {
    position: relative;
    top: -webkit-calc(200px - 125px);
    top: -moz-calc(200px - 125px);
    top: calc(200px - 125px); }

#account-login .card-account-right {
  border-radius: 0 5px 5px 0;
   box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35) !important; 
}
