.aws-container .aws-search-form {
    position: relative;
    width: 100%;
}

.aws-container .aws-search-form * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-hyphens: manual;
    -webkit-hyphens: manual;
    hyphens: manual;
    border-radius: 0 !important;
}

.aws-container .aws-search-form:after {
    display: none;
    position: absolute;
    content: '';
    background: url('../img/loader-1.GIF') no-repeat 50% 50%;
    width: 20px;
    height: 20px;
    right: 10px;
    top: 50%;
    margin-top: -10px;
    z-index: 999;
}

.aws-container .aws-search-form.aws-processing:after {
    display: block;
}

.aws-container .aws-search-field {
    height: 44px;
    width: 100%;
    color: #313131;
    padding: 6px;
    line-height: 30px;
    display: block;
    font-size: 12px;
    position: relative;
    z-index: 2;
    background: rgb(247, 247, 247);
    -webkit-appearance: none;
}

.aws-container .aws-search-field:focus {
    background-color: #fff;
}

.aws-contai