.error {
    color: #8F1919;
}

select.error,
input.error {
    box-shadow: rgb(255, 255, 255) 0px 0px 0px 0px inset, rgb(192, 67, 87) 0px 0px 0px 1px inset, rgba(192, 67, 87, 0.05) 0px 1px 2px 0px !important;
}

label.error {
    color: rgb(192, 67, 87) !important;
    font-size: 14px !important;
    margin-top: 6px !important;
    display: block;
}

.restrict-ui {
    background-color: #051a1f;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 999999;
    top: 0;
    left: 0;
}