/*error styles*/
.error-page {
    margin-bottom: 70px;
}
.error-page h2 {
    margin-top: 20px;
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 24px;
    color: #cd2727;
}
.error-page p {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 25px;
    font-weight: 300;
    font-size: 18px;
    color: #000000;
}
.error-page a {
    display: block;
    float: left;
    width: 165px;
    max-width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #ffffff;
    background: #cd2727;
    margin-top: 20px;
    margin-right: 20px;
    font-weight: 400;
    font-size: 17px;
    text-decoration: none;
}
.error-page a.grey {
    background: #918f8e;
}
form .parsley-errors-list li {
    position: absolute;
}
.parsley-errors-list li {
    background: #ff0000;
    line-height: 23px;
    float: left;
    padding: 0 5px;
    border-radius: 3PX;
    color: #ffffff;
    font-size: 11px;
}