﻿.box {
  background: white;
  padding: 20px;
  border-radius: 2px;
  width: 90%;
  max-width: 400px;
  text-align: center;
  margin-bottom: 10px;
}

main {
  display: flex !important;
  justify-content: center;
}

@media (min-width: 768px) {
  .box {
    
  }
}

.box h2 {
  margin-bottom: 20px;
}

input[type=text]:focus {
  box-shadow: none !important;
  border: solid 1px #aaaaaa !important;
}

#cmdSubmit:hover {
  background-color: #a4447f !important;
}

label[validation-code] {
  margin-top: 0px !important;
  margin-bottom: 5px !important;
}