Copied!
background-image: linear-gradient(top, #102841 0%, #597a9d 58%, #597a9d 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #102841), color-stop(0.582, #597a9d), color-stop(1, #597a9d));
background-image: -moz-linear-gradient(top, #102841 0%, #597a9d 58%, #597a9d 100%);
background-image: -o-linear-gradient(top, #102841 0%, #597a9d 58%, #597a9d 100%);
background-image: -ms-linear-gradient(top, #102841 0%, #597a9d 58%, #597a9d 100%);