.spacetop {
    margin-top:2%;
}
.center {
    text-align: center;
}
input[type="submit"].button-primary {
    color: #FFF;
    background-color: #e74c3c;
    border-color: #e74c3c;
}
.box {
    padding: 6px 10px;
    border: 1px solid #D1D1D1;
    border-radius: 4px;
    margin-top: 10px;
}
p.content, h4, form{
    margin-bottom: 0 !important;
}
.fontfmly {
    font-family: 'helvetica', sans-serif;
}
.recap-center {
    margin: 0 auto;
    display: block;
}

<!-- Alert -->
.alert {
    display: block;
    padding: 20px;
    border-left: 5px solid;
}
.alert-success {
    background-color: #D5F5E3;
    border-left-color: #2ECC71;
    color: #2ECC71;
}
.alert-info {
    background-color: #D6EAF8;
    border-left-color: #3498DB;
    color: #3498DB;
}
.alert-warning {
    background-color: #FCF3CF;
    border-left-color: #F1C40F;
    color: #F1C40F;
}
.alert-error {
    background-color: #F2D7D5;
    border-left-color: #C0392B;
    color: #C0392B;
}
