.idealsteps-wrap {
    margin: 0 auto;
    padding: 30px 0;
    text-align: center;
    width: 70%;
}
label {
    color: rgb(94, 94, 94);
    display: block;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 10px;
    text-align: left;
    float:left;
}

.next {
    padding-bottom: 20px;
    background: rgb(27, 181, 39) none repeat scroll 0 0;
    border: 1px solid rgb(3, 102, 68);
    border-radius: 4px;
    clear: both;
    color: rgb(255, 255, 255) !important;
    display: block;
    font-size: 17px;
    line-height: 1;
    margin: 11px auto 0;
    padding: 9px 6px 10px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    width: 217px;
    font-weight: 700;
    margin-top: 24px;
    padding: 23px 0 23px 8px;
    position: relative;
    text-align: center;
    width: 186px;
    padding-right: 40px;
    margin-bottom: 20px;
    font-size: 20px;
}
.next span {
    font-size: 12px;
}
.next img {
    position: absolute;
    right: 28px;
    top: 16px;
}
