

.bg-1 {
    background: #00b712;
    background: -webkit-linear-gradient(bottom,#00b712,#72d922);
    background: -o-linear-gradient(bottom,#00b712,#72d922);
    background: -moz-linear-gradient(bottom,#00b712,#72d922);
    background: linear-gradient(bottom,#00b712,#72d922)
}