#Form .hr-2{
    width:33%;
    border-top: 3px solid #eee;
    margin:20px auto;
    display:block;

}

.ngForm form + form{
    margin-top:0;
}
.ngForm .form-group .row{
    margin-left:-5px;
    margin-top:15px;
    margin-right:-5px;
}

.ngForm .step-title{
    margin-bottom: 0px;
    color: #202328;
    font-weight: 700;
    font-size: 2rem;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
}

.ngForm .step-description{
    margin-bottom: 0px;
    color: #202328;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1.5rem;
    font-family: 'Roboto', sans-serif;
}

.ngForm .step-revalidate p{
    color:#e2011c;
    font-size: 1.5rem;
    font-weight: 700;
}


.ngForm .form-group .row+.row{
    margin-top:6px;
}

.ngForm .form-group [class*=col-]{
    padding-left:5px;
    padding-right:5px;
}

.ngForm .form-control-label{
    position:relative;
    display: block;
}

.ngForm .form-control-label.error:after{
    top: 100%;
    box-shadow: 0px 3px 2px rgba(0,0,0,0.2);
    padding: 0 5px;
    font-size: 13px;
    left:0;
    display: inline-block;
    z-index: 2;
    background:#ff7e67;
    color:#fff;
    width:100%;
    content:attr(data-error);
}

.ngForm .btn{
    color: #FFF !important;
    padding: 12px 20px 12px;
    margin: 15px 0;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 1.7rem;
    letter-spacing: .02em;
    text-shadow: none;
    -webkit-font-smoothing: antialiased;
    text-transform: uppercase;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    border-radius: 0;
    -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
    white-space: normal;
    background: #c94313;
    border: 3px solid #fff;
}

.ngForm .btn:hover,.ngForm .btn:focus,.ngForm .btn:active{
    background: #e34c15;
    border: 3px solid #fff;
}

.ngForm h2 {
    font-size: 30px;
    font-weight: 800;
    color:#fff;
    margin-top: 10px;
    margin-bottom: 20px;
}

.ngForm p {
    font-size: 19px;
    margin-bottom:12px;
}
.ngForm .padlock{
    margin-top: 16px;
    margin-bottom: 0;
}
.ngForm .recontact{
    margin-bottom:0px;
}
.ngForm h4{
    font-size: 18px;
    color:#fff;
}

.ngForm .padlock img{
    position: relative;
    top: -3px;
    margin-right: 8px;
}

.ngForm .progress_bar {
    width: 100%;
    background: #e7e6e6;
}
.ngForm .progress_bar .the_bar {
    width: 25%;
    display: inline-block;
    transition: width 0.3s;
    background: -webkit-linear-gradient(45deg, rgba(255,255,255,0.2) 25%, rgba(0,0,0,0) 25%, rgba(0,0,0,0) 50%, rgba(255,255,255,0.2) 50%, rgba(255,255,255,0.2) 75%, rgba(0,0,0,0) 75%, rgba(0,0,0,0) 0), rgb(199, 126, 126);
    background: -moz-linear-gradient(45deg, rgba(255,255,255,0.2) 25%, rgba(0,0,0,0) 25%, rgba(0,0,0,0) 50%, rgba(255,255,255,0.2) 50%, rgba(255,255,255,0.2) 75%, rgba(0,0,0,0) 75%, rgba(0,0,0,0) 0), rgb(199, 126, 126);
    background: linear-gradient(45deg, rgba(255,255,255,0.2) 25%, rgba(0,0,0,0) 25%, rgba(0,0,0,0) 50%, rgba(255,255,255,0.2) 50%, rgba(255,255,255,0.2) 75%, rgba(0,0,0,0) 75%, rgba(0,0,0,0) 0), rgb(199, 126, 126);
    background-position: auto auto;
    -webkit-background-size: 50px 50px;
    background-size: 50px 50px;
    color: white;
    font-size: 12px;
    text-align: center;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    font-weight:bold;
    padding:2px 0;
}

.ngForm .img-step1{
    position: absolute;
    top: -50px;
}
.ngForm form.ng-hide {
    opacity: 0;
}

.ngForm form.ng-hide-remove {
    display: block !important; / or inline-block, as appropriate /
}

.ngForm form.ng-hide-remove {
    transition: all linear 1000ms;
}
