.form-control{width:75%}

.column {
    float: left;
    width: 50%;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

.jumbotron{padding-top:10px;padding-bottom:10px}