.form-control {
    border-radius: 0;
}

label {
    font-weight: normal;
}

label::after {
    content: "*:";
}

.required-info {
    float:right;
    color: #CCCCCC;
}

button[type="submit"] {
    border-radius: 0;
    text-transform: uppercase;
    border: 2px solid #000;
}

h3 {
    margin: 40px 0;
    font-weight: bold;
    font-size: 14px;
}
