.btn-default {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    width: auto;
    height: 80px;
    font-size: 18px;
    line-height: 80px;
    padding: 0 20px;
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
}
.btn-default .icon {
    font-size: 25px;
}
.btn-default .icon+.text {
    margin-left: 15px;
}

.btn-line {
    justify-content: center;
    background-color: #00b003 !important;
    color:  #fff !important;
}
.btn-line:hover {
    background-color: #05cb09 !important;
}
.btn-line .icon {
    font-size: 35px;
}
.btn-line .icon+.text {
    margin-left: 15px;
}