#hppc h1 { text-align: center; }
#hppc h1:after {
    display: block;
    max-width: 150px;
    height: 2px;
    content: "";
    margin-top: 15px;
    margin-bottom: 15px;
    background-color: #89b300;
    margin: 10px auto 30px auto;
}

#hppc .subtitle {
    font-size: 16px;
    color: rgba(139, 145, 152, 1);
    /*    max-width: 980px;*/
    margin-bottom: 30px;
    line-height: 1.5em;
    text-align: center;
}

#button-confirm {
    text-transform: uppercase;
    font-size: 16px;
    border-radius: 4px;
    line-height: 40px;
    padding: 7px 15px 1px 15px;
}

.bank-account { text-transform: uppercase; margin-bottom: 15px; font-weight: bold; }
.upload-notification {
    margin-bottom: 0;
    border: 0;
    padding: 10px 25px 10px 15px;
    border-radius: 0;
    position: relative;
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    text-align: center;
}
.btn-confirm {
    display: inline-block;
    font-size: 1.3em;
    border-radius: 2px;
    color: #fff;
    text-align: center;
    padding: 15px 20px;
}
.btn-confirm i {
    font-size: 17px;
}
.wa {
    background-color: rgb(58, 196, 149);
}
a.wa:hover {
    background: rgb(52, 181, 137);
    color: #fff;
}

.tg {
    background-color: #32afed;
}
a.tg:hover {
    background: #319bed;
    color: #fff;
}

a.fb:hover {
    background: #1c3e85;
    color: #fff;
}

a.sms:hover {
    background: #e88b00;
    color: #fff;
}

.fb {
    background-color: #3B5998;
}

.sms {
    background-color: #fc9700;
}
.separator {
    margin: 20px 0;
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 10px;
}
.separator .left,
.separator .right {
    border: 1px solid #89b300;
    width: 33%;
}
.separator .center {
    text-align: center;
    font-style: italic;
    width: 33%;
    font-size: 16px;
}
.instant-confirmation a {
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 4px;
}
.instant-confirmation {
    margin-bottom: 50px;
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-flex-flow: row wrap;
    justify-content: space-around;
}

label h4 {
    font-weight: bold;
    font-size: 16px;
}
label p {
    font-weight: normal;
    line-height: 1.3em;
    font-style: italic;
    font-size: 13px;
}

#hppc h2:after {
    display: block;
    max-width: 150px;
    height: 2px;
    content: "";
    margin-top: 15px;
    margin-bottom: 15px;
    background-color: #89b300;
    margin: 10px 0 30px 0;
}



#button-upload {
    height: 45px !important;
    border-radius: 4px;
}

.input-group-btn > button{
    border-width: 1px!important;
}

.input-group-btn > button .fa{
    font-size: 14px;
}

/* .input-group.date {
height: 45px;
}

#hppc .input-group {
height: 40px;
}
.input-group .input-group-addon {
height: 40px;
font-size: 17px;
line-height: 33px;
width: 40px;
margin-left: 15px;
} */


#confirm .btn, #confirm input, #confirm .input-group, #confirm .input-group-addon {
    height: 40px;
    min-width: 50px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 40px;
}

#hppc .align-left p {
  font-weight: normal;
}

#hppc h2 {
  font-size: 20px;
}

#hppc .align-left img {
  margin-bottom: 15px;
  max-width: 150px;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  padding: 5px;
  height: auto !important;
}

#hppc legend {
  margin-top: 30px;
}
