.shortcode-searchform {
    padding: 40px 0 25px 0;
}
.shortcode-searchform input[type="text"] {
    border: 1px solid #abb0b1;
    border-radius: 40px;
}
.shortcode-searchform select {
    border: 1px solid #abb0b1;
    border-radius: 40px;
    background-color: transparent;
    padding-bottom: 15px;
    font-size: 14px;
    color: #2d3b3e;
    font-family: "Source Sans Pro";
    font-weight: bold;
}
.shortcode-searchform input[type="text"] {
    border: 1px solid #abb0b1;
    border-radius: 40px;
}
.shortcode-searchform button {
    background: linear-gradient(270deg, #15d0ac 0%, #bfe428 100%);
    padding: 12px 20px;
    border-radius: 40px;
    font-size: 15px;
    letter-spacing: 1px;
    color: #ffffff;
    font-family: "Source Sans Pro";
    font-weight: bold;
    text-align: center;
    cursor: pointer;
}
.shortcode-searchform button i {
    font-size: 14px;
    padding-right: 10px;
}