.form--errors{
    color: #ef3e36 !important;
}
.form--success{
    color: #60C968 !important;
}
.has--error{
    border: 1px solid #ef3e36 !important;
    color: #ef3e36 !important;
}
.span--important{
    color: #ef3e36 !important;
}
div.element--has--error input{
    border: 1px solid #ef3e36 !important;
    color: #ef3e36 !important;
}
.info--page p{
    padding-top:15px!important;
}
.info--page ul{
    padding-left:20px;
    list-style-type: circle;
}
.info--page h2{
    padding-top:15px!important;
}
