#gsw-searchform {
    align-items: center;
    clear: both;
    display: flex;
    position: relative;
    width: 100%;
}
#gsw-s {
    background-color: #f5f5f5;
    border-radius: 0;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    color: #656565;
    display: inline-block;
    font-size: 16px;
    height: 36px;
    line-height: normal;
    margin: 0;
    max-width: 100%;
    outline: none;
    padding: 0 0 0 6px;
    transition: all 0.2s linear;
    width: 100%;
}
#gsw-s:focus {
    border-color: #4d90fe;
}
#gsw-search-button {
    -webkit-appearance: button;
    background: none;
    border-left: 1px solid #d5d5d5 !important;
    border-radius: 0;
    border: none;
    box-shadow: none;
    color: #aaa;
    cursor: pointer;
    display: flex;
    font-size: 18px;
    height: auto;
    justify-content: center;
    line-height: 1;
    margin: 0;
    overflow: visible;
    padding: 6px 0;
    position: absolute;
    right: 6px;
    text-shadow: none;
    text-transform: none;
    width: 33px;
    z-index: 1;
}
#gsw-search-button:focus {
    outline: 1px solid #4d90fe;
}
#gsw-search-button:hover {
    color: #555;
}
#gsw-search-button .fa-search {
    padding: 0 0 0 6px;
}
.gsw-search-result {
    font-size: 16px;
    margin: 12px 0 0;
}
.gsw_info {
    background-color: #fff5ce;
    color: #6f6939;
}
.gsw_success {
    background-color: #e0f8c9;
    color: #44793e;
}
.gsw_notify {
    box-sizing: border-box;
    font-size: 16px;
    line-height: normal;
    margin: 18px 0;
    overflow: hidden;
    padding: 12px 36px;
    position: relative;
}
.gsw_notify .rcli {
    color: rgba(0, 0, 0, 0.08);
    font-size: 52px;
    left: -10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.gsw_notify_text {
    text-align: center;
}
.gsw-group-link.recall-button {
    display: block;
    font-size: 14px;
    margin: 24px 0;
    padding: 12px;
    text-align: center;
}