
.maxwidth600 {
  max-width: 600px;
}
.container {
  width: 90%;
}
.container2 {
  width: 450px;
}
.width200 {
  width: 200px;
  left: 50%;
  transform: translate(-50%, 0);
}
.centering00 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.valid.valid_newColor {
  border-bottom: 1px solid #28327d !important;
  -webkit-box-shadow: 0 1px 0 0 #28327d !important;
  box-shadow: 0 1px 0 0 #28327d !important;
}