fieldset {
    border: none;
}

fieldset legend {
    font-weight: 600;
}

.fields {
    width: 100%;
    display: flex;
}

.fields * {
    flex: 1 1 0px;
    width: 0;
    margin: 0px 5px 5px 0px;
}

input[type=button],
input[type=submit] {
  background-color: #62529c;
  border: none;
  color: #fff;
  padding: 15px 30px;
  text-decoration: none;
  cursor: pointer;
  border-radius: 5px;
  font-weight: 600;
}

#statusframe {
    margin: 0px;
    height: 4rem;
    border: 0;
}
