#head-logo{
    background-image: url(/images/auth.svg?43cdd306f5a85b81710e24c122e40d3e);
    background-size: contain;
    background-repeat: no-repeat;
    height: 60px;
    width: 80px;
}

#head-title{
    padding-top: 10px;
    padding-left :10px;
}

h4,h5 {
    line-height:1.7;
}

.fa-minus-circle{
    color: #ff0000a3 
}
.fa-check-circle{
    color: #0080009e;
}

.min-width-100{
    min-width: 100px;
}

.min-width-200{
    min-width: 200px;
}

.min-width-300{
    min-width: 300px;
}

.inherit-first-column{
    background: inherit;
    background-color: inherit !important;
    position: unset !important;
}

.fs-small{
    font-size: small;
}

.w-500{
    width: 500px;
}

