.commonButton {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    border: none;
    background-color: #00b466;
    color: #ffffff;
    padding: 12px 25px;
    border-radius: 5px;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -khtml-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    background: linear-gradient(45deg, #00b466 0%, #388e69 100%);
    background: -moz-linear-gradient(45deg, #87ceaf 0%, #388e69 100%);
    background: -webkit-linear-gradient(45deg, #87ceaf 0%, #388e698 100%);
    background: linear-gradient(45deg, #87ceaf 0%, #388e69 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@gradientColor2', endColorstr='@gradientColor3', GradientType=1);
	position: relative;
}

.commonButton:after {
  font-size: 18px;
    font-weight: 500;
    text-align: center;
    border: none;
    background-color: #00b466;
    color: #ffffff;
    padding: 12px 25px;
    border-radius: 5px;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -khtml-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    background: linear-gradient(45deg, #388e69 100%, #00b466 0%);
    background: -moz-linear-gradient(45deg, #388e69 100%, #87ceaf 0%);
    background: -webkit-linear-gradient(45deg, #388e69 100%, #87ceaf 0%);
    background: linear-gradient(45deg, #388e69 100%, #87ceaf 0%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@gradientColor2', endColorstr='@gradientColor3', GradientType=1);
	position: absolute;

}

.commonButton:hover {
  font-size: 18px;
    font-weight: 500;
    text-align: center;
    border: none;
    background-color: #00b466;
    color: #ffffff;
    padding: 12px 25px;
    border-radius: 5px;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -khtml-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    background: linear-gradient(45deg, #388e69 100%, #00b466 0%);
    background: -moz-linear-gradient(45deg, #388e69 100%, #87ceaf 0%);
    background: -webkit-linear-gradient(45deg, #388e69 100%, #87ceaf 0%);
    background: linear-gradient(45deg, #388e69 100%, #87ceaf 0%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@gradientColor2', endColorstr='@gradientColor3', GradientType=1);

}





