header #logo {
    display: inline-block;
    width: 215px;
    height: 52px;
    background: url('logo.svg') left top no-repeat;
}
body {
    background: #FFFFFF;
    padding: 20px;
    font: 14px Arial;
    color: #3c3c3c;
}
h1 { font: 34px Arial; color: #781e82 }
h2 { font-size: 18px;color: #501e82;}
button { margin: 2px 8px; display: block }
p.msgs {color:#d60201;    font-weight: 700;}
p.cont { font-size: 16px; }
button {
    background-color: rgb(235, 0, 125);
    display: inline-block;
    padding: 0 35px;
    border: 0;
    color: #fff;
    font-family: 'GiliSans','Arial','Helvetica',sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 47px;
    white-space: nowrap;
}
label {
    color: #3c3c3c;
    display: inline-block;
    padding: 5px 0 0;
    color: #3c3c3c;
    font-size: 14px;
    text-align: right;
    white-space: nowrap;
    width: 39%;
    /*float: right;*/
}
label ~ input {
    margin: 3px 8px 3px 20px;
    clear: both;
    width: 200px;
    height: 37px;
    padding: 0 10px;
    font-size: 12px;
    border: 1px solid #d8d8d8;
}

section {
    color: #8a8a8a;
border-top: 1px solid #e2e2e2;
}
section {
    background: #fff;
    position: relative;
    border-top: 1px solid #e2e2e2;
}

section {
    padding: 25px 0;
}
section:before {
border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #fff;
    content: "";
    top: -4px;
    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    margin-left: -5px;
}
section:after {
border-bottom: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
    content: "";
    width: 12px;
    height: 12px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: -7px;
    left: 50%;
}