legend {
    color: #e60005;
    font-weight: normal;
    word-break: normal;
    word-wrap: inherit;

    font-size: 1.4rem;
    line-height: 1.26;
    margin: 0.7352941176rem 0 0.3676470588rem;
}

@media only screen and (min-width: 64.0625em) {
  legend {
    font-size: 23.8px;
    font-size: 1.4rem;
    line-height: 1.26;
  }
}

@media only screen and (min-width: 45.0625em) {
  legend {
    font-size: 23.8px;
    font-size: 1.4rem;
    line-height: 1.26;
  }
}


.form-group {
    margin-bottom: 1.5rem;
}

.control-label {
    font-weight: bold;
}

.form-control {
    background: white;
    border: 0;
    border-bottom: 1px solid #002d55;
    box-shadow: none;
    height: auto;
    line-height: 100%;
    margin: 0;
    min-height: 2.25rem;
    outline: none;
    padding: 0 1em;
    position: relative;
    width: 100%;
}


