/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 14-09-2019, 13:37:22
    Author     : amont
*/

.error{
    color: #D8000C;
    background-color: #FFD2D2;
    border-radius: 5px;
    padding: 1%;
}

.container{
    padding-left: 50px;
}

#mycontainer{
    max-width: 1024px !important;
}

.bg-primary{
    background: #008a5b !important;
}

.btn-success{
    background: #008a5b !important;
}