.alert-success {
    background-color: #4CAF50;
    border-color: #4CAF50;
}

.alert-danger {
    background-color: #D32F2F;
    border-color: #D32F2F;
}

.btn-portlet-label {
    margin-top: 2% !important;
    margin-bottom: 2% !important;
    float: right !important;
}
