.required div span label{
    font-weight: bold;
 
}
.required div span label:first-of-type:after{
    color: #e32;
    content: ' *';
    display:inline;
}

.nav-link  {
color: #0065CB;
}

.btn-success {
    background-color: #007D3E !important;
    border-color: #007D3E !important;
}

.callout-info {
    color: #1d384a;
    background: #e3f0f4;
    border-left: .375rem solid #1d384a;
    padding: 1rem 1rem 0.5rem 1rem;
    padding-left: 3rem;
    position: relative;
    margin-bottom: 2rem;
    margin-top: 1rem;
    background-image: url('data:image/svg+xml,\<svg xmlns="http://www.w3.org/2000/svg" width="1 rem" height="1 rem" fill="%231d384a" viewBox="0 0 512 512"><path d="M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM216 336l24 0 0-64-24 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l48 0c13.3 0 24 10.7 24 24l0 88 8 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-80 0c-13.3 0-24-10.7-24-24s10.7-24 24-24zm40-208a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"/></svg>'); 
    background-size: 1.5rem;
    background-position: 1rem 1rem;
    background-repeat: no-repeat;
    }

.callout-warning {
    color: #582300;
    background: #FBEEE5;
    border-left: .375rem solid #dc5800;
    padding: 1rem 1rem 1rem 1rem;
    padding-left: 3rem;
    position: relative;
    margin-bottom: 2rem;
    margin-top: 1rem;
    background-image: url('data:image/svg+xml,\<svg xmlns="http://www.w3.org/2000/svg" width="1 rem" height="1 rem" fill="%23dc5800" viewBox="0 0 16 16"><path d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0M8 4a.905.905 0 0 0-.9.995l.35 3.507a.552.552 0 0 0 1.1 0l.35-3.507A.905.905 0 0 0 8 4m.002 6a1 1 0 1 0 0 2 1 1 0 0 0 0-2"/></svg>'); 
    background-size: 1.5rem;
    background-position: 1rem 1rem;
    background-repeat: no-repeat;
    }

.callout-danger{
    color: #4a0716;
    background: #f7e7eb;
    border-left: .375rem solid #b81237;
    padding: 1rem 1rem 0.5rem 1rem;
    padding-left: 3rem;
    position: relative;
    margin-bottom: 2rem;
    margin-top: 1rem;
    background-image: url('data:image/svg+xml,\<svg xmlns="http://www.w3.org/2000/svg" width="1 rem" height="1 rem" fill="%23b81237" viewBox="0 0 512 512"><path d="M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM175 175c9.4-9.4 24.6-9.4 33.9 0l47 47 47-47c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-47 47 47 47c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-47-47-47 47c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l47-47-47-47c-9.4-9.4-9.4-24.6 0-33.9z"/></svg>'); 
    background-size: 1.5rem;
    background-position: 1rem 1rem;
    background-repeat: no-repeat;
    }

.callout-success{
    color: #004403;
    background: #e5f6e6;
    border-left: .375rem solid #00a908;
    padding: 1rem 1rem 0.5rem 1rem;
    padding-left: 3rem;
    position: relative;
    margin-bottom: 2rem;
    margin-top: 1rem;
    background-image: url('data:image/svg+xml,\<svg xmlns="http://www.w3.org/2000/svg" width="1 rem" height="1 rem" fill="%2300a908" viewBox="0 0 512 512"><path d="M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM369 209L241 337c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47L335 175c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z"/></svg>'); 
    background-size: 1.5rem;
    background-position: 1rem 1rem;
    background-repeat: no-repeat;
    }