.btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.body{
    background: #ffffff;
    width: 90%;
    padding: 20px 30px;
    border-radius: 10px;
    margin: auto;
}
.top{
    margin-top:20px ;
}
.images_left{
    width: 350px;
    left: 10px
}
.from_back{
    background: #f5f5f5
}
 .help-block{
     color: #999;
     font-size: 12px;
 }
.label-required-next:after {
    top: 6px;
    right: 5px;
    color: red;
    content: '*';
    position: absolute;
    margin-left: 4px;
    font-weight: 700;
    line-height: 1.8em;
}