.form-label {
    font-size: 14px;
    font-weight: 500;
}

.form-group input[type=text] {
    width: 250px;
}

.form-group:nth-child(1),
.form-group:nth-child(2) {
    margin-bottom: 25px;
}