/*
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 : 3-dic-2020, 11.20.22
    Author     : Stefano Rosato
*/

.badge.bg-danger, .badge.bg-success {
    color: #fff;
}

.error {
    font-size: 1rem;
    width: 100%;
    line-height: unset;
}

.alert {
    margin-top: 20px;
}

.border-left-light {
    border-left: 0.25rem solid #a8adcc !important;
}

.text-light {
    color: #a8adcc !important;
}

.border-left-orange {
    border-left: 0.25rem solid #fd7e14 !important;
}

.text-orange {
    color: #fd7e14 !important;
}