.login-card-wrapper{
    display: flex;
    justify-content: center;
}

.imgContainer {
  max-width: 25%;
}

img {
  max-width: 100%;
  max-height: 100%;
}

/* add the horiontal-centered-list class to any region containing a list item to convert it to flex horizontal */
.horiontal-centered-list ul {
  display: flex;
  flex: 1;
}
.horiontal-centered-list ul > li {
  flex:1;
  align-content: space-between;
  text-align: center;
}
.float-right{
	float: right;
}

.sub-total-price {
    margin-left: 20px;
    margin-right: 50px;
    font-size: 180% !important;
}

/* no-close class that can be added to modal dialog pages to hide the X button */
.no-close .ui-dialog-titlebar-close {
  display: none;
}