#program-search {
    max-width: 775px;
    display: flex;
    margin: auto;
    align-items: center;
    min-height: calc(100vh - 200px);
}
#program-search .program-content {
    width: 775px;
    padding-top: 40px;
}
#search-form {
    margin: 75px 0;
}
#search-form h1 {
    margin: 0 0 5px 0;
    word-spacing: -3px;
    font-size: 32px;
    font-weight: 300;
    line-height: 1.15;
}
#search-form p {
    margin: 0 0 30px 0;
}
#search-form input[type="text"] {
    padding: 15px 0;
    width: calc(100% - 162px) !important;
    float: left;
    margin-right: 10px;
}
input[type="text"]:not(.form-control), input[type="email"], input[type="tel"] {
    color: #0f5999;
    border: none;
    border-bottom: 1px solid #9d9e9f;
    font-size: 16px;
    outline: 0;
    border-radius: 0;
    position: relative;
}
.button {
    display: inline-block;
    text-align: center;
    color: #fff !important;
    background: #50bc34;
    font-size: 20px;
    line-height: 1;
    padding: 15px 35px;
    cursor: pointer;
    transition: 0.25s all;
    width: 145px;
    text-decoration: none !important;
    border: 0;
    box-shadow: none;
    -webkit-appearance: none;
    outline: 0 !important;
    border-radius: 7px;
}
.dark-gray {
    color: #4a4b4c !important;
}
#search-form #programId-error {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 400;
}
