.stepFORM-wrapper {
    padding: 15px 15px 20px 0;
}
.stepFORM-header {
    width: 100%;
    height: 122px;
    background: #4243FF url(https://stepform.io/static/wp-banner.jpg) no-repeat left top;
    margin-bottom: 20px;
}
.stepFORM-content {
    padding: 30px;
    font-size: 15px;
    line-height: 25px;
    font-weight: bolder;
    box-shadow: 0px 2px 5px rgba(0,0,0,0.1);
    background: #fff;
}
.stepFORM-content-wrap {
    max-width: 480px;
}
.stepFORM-content [type="button"] {
    padding: 9px 34px;
    height: 46px !important;
    outline: none;
}
.stepFORM-hide {
    display: none;
}

#stepFORM-content-text {
    margin-bottom: 30px;
}
#stepFORM-content-instruction {
    margin-bottom: 70px;
    font-weight: 600;
}
#stepFORM-content-instruction h3 {
    margin-top: 0;
}
#stepFORM-content-instruction p + h3,
#stepFORM-content-instruction img + h3 {
    margin-top: 2em;
}

#stepFORM_del_hash {
    background: #f44336;
    border-color: #E04034 #C32F23 #C32F23;
    -webkit-box-shadow: 0 1px 0 #C32F23;
    box-shadow: 0 1px 0 #C32F23;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 -1px 1px #C32F23,1px 0 1px #C32F23,0 1px 1px #C32F23,-1px 0 1px #C32F23;
}
#stepFORM_del_hash:hover {
    background: #fb584c;
    border-color: #E05147;
    color: #fff;
}
#stepFORM_del_hash:active {
    background: #e63e32;
    border-color: #AD2D24;
    color: #fff;
}