Copied!
background-image: linear-gradient(top, #6c93a2 0%, #699b76 50%, #699b76 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #6c93a2), color-stop(0.5, #699b76), color-stop(1, #699b76));
background-image: -moz-linear-gradient(top, #6c93a2 0%, #699b76 50%, #699b76 100%);
background-image: -o-linear-gradient(top, #6c93a2 0%, #699b76 50%, #699b76 100%);
background-image: -ms-linear-gradient(top, #6c93a2 0%, #699b76 50%, #699b76 100%);