.save-submit {
  background-color: #336a90;
  padding: 0.7em 9.3em;
  border-radius: 15px;
  color: #ffffff;
  font-weight: 600;
  font-size: 13px;
}

.save-submit a:hover {
  text-decoration: none;
  cursor: pointer;
  background-color: #444444;
}

.save-close-submit {
  background-color: #336a90;
  padding: 0.7em 9.3em;
  border-radius: 15px;
  color: #ffffff;
  font-weight: 600;
  font-size: 13px;
}

.save-close-submit a:hover {
  text-decoration: none;
  cursor: pointer;
  background-color: #444444;
}

.alert-success {
    color: green;
}

.resetlabel {
  color: rgba(65, 65, 214, 0.979);
  cursor: pointer;
}
 
.resetlabel:hover {
  cursor:pointer;
  text-decoration: underline;
}

.normal-label {
  font-size: 1em;
  text-transform: none;
}

p {
  margin: 0px;
}

.space-above {
  margin-top: 1em;
}

.space-bottom {
  margin-bottom: 1em;
}
