.apasearchform .APAinput-group {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 450px;
}

.apasearchform .APAinput-group .APAform-control {
    flex: 1;
    height: 36px;
    padding: 0 10px;
}

.form.apasearchform .APAinput-group .apa-fa-search,
.form.apasearchform .APAinput-group .apa-fa-search:hover,
.form.apasearchform .APAinput-group .apa-fa-search:focus {
    position: static;
    top: auto;
    right: auto;
    flex-shrink: 0;
    height: 40px;
    width: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: none;
    cursor: pointer;
    box-shadow: none;
    border-radius: 0 3px 3px 0;
}
