.form-control.error{
    border-color: red;
}

.swal-footer, .swal-text{
    text-align: center !important;
}

.swal-icon{
    width: 40px !important;
    height: 40px !important;
}
.swal-icon--error__line{
    width: 24px !important;
    top: 18px !important;
}
.swal-icon--error__line--left{
    left: 8px !important;;
}
.swal-icon--error__line--right{
    right: 8px !important;;
}
.swal-icon--warning__body {
    height: 20px;
    top: 5px;
}
.blockPage{
    z-index: 99999 !important;
}


.notify-alert.alert-success {
    background-color: #4bc64b;
    border-color: #4bc64b;
    color: white;
}