.form-control:focus {
    border-color: #000 !important;
    outline: #000 solid 1px !important;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%),0 0 8px rgb(255, 255, 255) !important;
}

div#loading {
 position: fixed;
 background-color: rgba(0, 0, 0, 0.5);
 background-image: url("~/processing");
 background-repeat: no-repeat;
 background-position: center center;
 background-size: 50px auto;
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
 z-index: 1000000000;
 display: none;
}
.loading2 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    display: none;
}

.loading2 i {
    color: white;
}