@import url(https://fonts.googleapis.com/css?family=PT+Sans+Narrow);

body {

}
* {
    margin: 0;
    padding: 0;
}

.size-cont {
    width: 300px;
    height: 305px;
    overflow: hidden;
    background-color: #33820d;
    box-shadow: inset 0px 0px 30px 70px #206a0c;
}

.logo-serch-cot {
    width: 230px;
    height: 79px;
    margin-right: 35px;
    margin-top: 20px;
    float: right;
}

.box-inp-cont {
    width: 270px;
    height: 45px;
    float: right;
    margin-right: 17px;
    margin-top: 23px;
    background-color: #fff;
    border: none;
    border-radius: 10px;
}

#s {
    width: 230px;
    height: 45px;
    font: 20px #191a1b;
    border-radius: 0 10px 10px 0;
    border: none;
    direction: rtl;
    padding-right: 10px;
    float: right;
    outline: none;
}
.s-error::-webkit-input-placeholder {
    color: red;
}
#search-tol {
    background: none;
    border: none;
    float: left;
    width: 22px;
    height: 26px;
    margin-left: 8px;
    background-image: url('images/search-icon.png');
    background-repeat: no-repeat;
    margin-top: 10px;
    outline: none;
}

#search-tol:hover {
    opacity: 0.6;
    cursor: pointer;
}

#search-button {
    background: none;
    border: none;
    float: right;
    width: 191px;
    height: 46px;
    background-image: url('images/search-button.png');
    margin-right: 55px;
    margin-top: 19px;
    outline: none;
    cursor: pointer;
    border-radius: 18px;
}
.bottom-bar {
    width: 100%;
    height: 41px;
    padding-left: 10%;
    padding-top: 14px;
    padding-right: 10%;
    background-color: #37870d;
    float: right;
    margin-top: 19px;
}
#search-button:hover {
    opacity: 0.9;
}
#comp-lnk {
    float: right;
    width: 36.34%;
    background-image: url('images/computer-link.png');
    height: 40px;
    margin-left: 7%;
    border: 1px solid #37870d;
    border-bottom: none;
    border-radius: 15px 15px 0 0;
}
#comp-lnk:hover {
    border: 1px solid #fff;
}
#fac-lnk {
    float: right;
    width: 36.34%;
    background-image: url('images/facebook-link.png');
    height: 40px;
    border: 1px solid #37870d;
    border-bottom: none;
    border-radius: 15px 15px 0 0;
}
#fac-lnk:hover {
    border: 1px solid #fff;
}
#comp-lnk:hover {
    opacity: 0.9;
    border: 1px solid #fff;
}