﻿
section.form-back {
    background-color: #FFFFFF;
    color: #3D66DD;
    padding: 14px 0;
}

section.form-back .container {
    max-width: 1280px;
    padding: 0 40px;
    margin: 0 auto;
}

    section.form-back .container .back-btn-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

        section.form-back .container .back-btn-wrapper .back-btn:before {
            content: "";
            display: inline-block;
            width: 30px;
            height: 14px;
            background-image: url(/assets/img/icon/icon-prev-b.svg);
            background-size: 30px 14px;
            background-position: center center;
            background-repeat: no-repeat;
            margin-right: 20px;
        }

