Как мне кажется там нужно было просто использовать класс .help.
.btn {
position:relative;
width: 250px;
margin: 0 25px;
margin-top: 100px;
padding: 20px 0;
line-height: 20px;
text-align: center;
text-transform: uppercase;
color: white;
cursor: pointer;
background: #2c3e50;
box-shadow:
inset 0 -5px 0 0 #16a085,
inset 0 5px 0 0 #16a085,
0 -20px 0 -10px #c0392b,
0 -40px 0 -20px #e74c3c,
0 20px 0 -10px #2980b9,
0 40px 0 -20px #3498db;
}
.help{
position:absolute;
width:125px;
height:5px;
left:25px;
box-shadow:
125px -5px 0 0 #2ecc71,
0 -60px 0 0 #2ecc71;
}