.errorModalApp .modal-header h3 {
    color: red;
}

.errorModalApp .modal-footer {
}

.errorModalApp .modal-footer .btnOutlined {
    float: none;
    display: inline-block;
    margin-right: 6px;
    margin-left: 6px;
    height: 40px;
/*    font-family: roboto; */
    font-weight: 900;
    font-size: 14px;
/*    letter-spacing: 0.5pt; */
    background: #ffffff;
    border: 1px solid #4daaf1;
    border-radius: 21px;
    padding-left: 35px;
    padding-right: 35px;
/*    line-height: 42px; */
    text-decoration: none;
    color: #4daaf1;
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 10px;

}

.errorModalApp .modal-footer .btnOutlined:hover {
    background: #2c6591;
    color: #ffffff;
    border: 1px solid #2c6591;
}