.panel-footer {
    font-size: 16px;
    font-weight: 300;
    padding: 10px 15px;
    background: white;
    border-top: 1px solid #eff2f7;
    border-bottom: 1px solid transparent;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel-footer .pull-right {
    margin-left: 5px;
}

.form-input-error{
    margin-top: 3px;
    padding-left: 3px;
}

.form-signin input[type="text"], .form-signin input[type="password"]{
    margin-top: 15px;
    margin-bottom: 5px;
}

.body-403 {
     background: #dc143c;
     color: #fff;
 }

.error-wrapper .icon-403 {
    width: 289px;
    height: 254px;
    display: inline-block;
    margin-left: 30px;
    font-size: 16em;
    text-shadow: 8px 8px 8px #b31031;
}

.page-403{
    color: #ff819a;
}

.page-403 a{
    color: white;
}

.body-400 {
    background: #fbd864;
    color: #fff;
}

.error-wrapper .icon-400 {
    width: 289px;
    height: 254px;
    display: inline-block;
    margin-left: 30px;
    font-size: 16em;
    text-shadow: 8px 8px 8px #ccaf52;
}

.page-400{
    color: #fff6db;
}

.page-400 a{
    color: white;
}