.social #search {
    float: right;
    margin-top: 9px;
    width: 250px;
}

.social .search {
    padding: 5px 0;
    width: 230px;
    height: 30px;
    position: relative;
    left: 10px;
    float: left;
    line-height: 22px;
    margin: 10px 0px;
    background-color: transparent;
}

.social .search input {
    position: absolute;
    width: 0px;
    float: Left;
    margin-left: 210px;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
    height: 30px;
    line-height: 18px;
    padding: 0 0px 0 0px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    right: 35px;
    margin-top: -3px;
}

.social .search:hover input, .search input:focus {
    width: 160px;
    margin-left: 0px;
}

.social .btn {
    height: 30px;
    position: absolute;
    right: 0;
    top: 5px;
    border-radius:1px;
}
.search-icon img {
    margin-left: 200px;
}
.login-top {
    margin-left: 40px;
}