.custom-error::before {

    background-image: url(../Img/Iris/error.png);
    
}

#toast-container > div {
    width: 470px !important;
    gap: 8px;
}

.toast-message {
    padding-top: 8px;
}


#BtnSolicitarRestablecer[disabled] {
  background-color: #cccccc !important;
  border-color: #cccccc !important;
  cursor: not-allowed;
}


.modal-header {
    background-color: #ffff;
    border: none;
}

.modal-content {
    max-width: 496px;
}

#MensajeModal {
    color: #004646;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 24px */
    padding-top: 12px;
}

.modal-footer {
    border: none;
}

.modal-footer a {
    text-decoration: none;
}

.breadcrumb {
    padding-bottom:0 ;
}




