﻿.btn-green-1 {
    background: rgba(6,158,85,1);
    background: -moz-linear-gradient(-45deg, rgba(6,158,85,1) 0%, rgba(6,158,85,1) 24%, rgba(6,77,43,1) 53%, rgba(11,105,61,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(6,158,85,1)), color-stop(24%, rgba(6,158,85,1)), color-stop(53%, rgba(6,77,43,1)), color-stop(100%, rgba(11,105,61,1)));
    background: -webkit-linear-gradient(-45deg, rgba(6,158,85,1) 0%, rgba(6,158,85,1) 24%, rgba(6,77,43,1) 53%, rgba(11,105,61,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(6,158,85,1) 0%, rgba(6,158,85,1) 24%, rgba(6,77,43,1) 53%, rgba(11,105,61,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(6,158,85,1) 0%, rgba(6,158,85,1) 24%, rgba(6,77,43,1) 53%, rgba(11,105,61,1) 100%);
    background: linear-gradient(135deg, rgba(6,158,85,1) 0%, rgba(6,158,85,1) 24%, rgba(6,77,43,1) 53%, rgba(11,105,61,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#069e55', endColorstr='#0b693d', GradientType=1 );
}
