main {
  display: flex;
  height: 100%;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}

.register-image{
  background-color: aquamarine;
  width: 600px;
  height: 80vh;
  text-align: center;
  padding-top: 50px;
  margin: auto;
}

.register-box{
  max-width: 370px;
  margin: 0 auto;
  margin-top: 0px;
  padding: 30px;
  background-color: #f4f1f1ed;
  border-radius: 20px;
}

.tabbed-label{
  padding-left: 12px;
}

.form-group{
  margin-bottom: 12px;
}

.form-button{
  margin-top: 1.5rem;
}

.row {
  margin-bottom: 12px;
}

.msp-green {
  color: green;
}

.msp-orange {
  color: orangered;
}

.msp-grid-button {
  background: transparent;
  border: none;
  font-weight: 700;
  font-size: 22px;
}

.msp-grid-button:hover {
  opacity: 0.5;
}

.msp-grid-button-icon {
  font-size: 16px;
  position: relative;
  top: 6px;
}

.msp-registration-done-container {
  background-image: url("../images/registration-done.jpg");
  background-size: cover;
  overflow-y: hidden;
}

.validate-button {
  width: 140px;
  margin: 10px auto;
}

.form-error-message {
  color: #dc3545;
  padding: 0px;
}