﻿.image-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.color-red-danger {
    color: #dc3545;
}

.color-green-success {
    color: #28a745;
}

.margin-top-negative-10 {
    margin-top: -10px;
}

#divAvisoPwdConf {
    font-size: 12px;
}