.container {
  max-width: 960px;
}

.lh-condensed { line-height: 1.25; }



.success-save {
    text-align: center;
    background-color: green;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 8px;
}

.error-save {
    text-align: center;
    background: red;
    padding: 8px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;

}