body {
    margin: 0 auto;
    width:100%;
}

#main_wrapper {
    min-height: 800px;
}

div.alert {
    padding: 5px;
    margin: 0px;
    display: none;
    position: fixed;
    left: 25%;
    width: 50%;
    top: 75px;
    z-index: 2048;
}

div.alert.alert-bottom {
    top: 0px;
    width: 50%
}

.parsley-errors-list > li {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: #da4453;
}