.lp-commission__button {
    display: block;
    position: relative;
    max-width: 212px;
    padding: 13px 24px;
    margin-bottom: 0;
    background: #2cd15f;
    font-size: 14px;
    box-shadow: 0px 7px 10px 3px #a8a8a840;
    line-height: 22px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border-radius: 5px;
    border: none;
    box-sizing: border-box;
}

.lp-commission__button:focus {
    background: #00ba53;
    color: white;
}

.lp-commission__button:hover {
    background: #00ba53;
    color: white;
}
.withdrawal_form_wraper ul{
	list-style: none;
	padding: 0;
}
