/* Right-aligned section inside the top navigation */
.topnav-right {
  float: right;
}

.cz-card-margin {
  margin: 15px;
}

.center_div{
  margin: 0 auto;
  width:50% /* value of your choice which suits your alignment */
}

.cz-form-label {
  justify-content: left;
  
}

.cz-form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
  justify-content: left;
}