@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1:focus {
    outline: none;
}

a, .btn-link {
    color: #0071c1;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    box-shadow: none;
    width: 300px !important;
    height: 225px !important;
    flex-direction: column;
    justify-content: center;
    position: absolute !important;
    padding:30px !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    border-radius: 8px;
    z-index: 9999;
}


#blazor-error-ui button {
    background-color: darkred;
    padding: 5px 8px;
    border-radius: 5px;
}

#blazor-error-ui button:hover {
    background-color: indianred;
}

#blazor-error-ui h2 {
    font-weight: bold;
}

.page-background-class {
    margin: 0px;
    padding: 0px;
    background-image: url(../image/bgindex.jpg);
    background-repeat: no-repeat;
    background-position: 0% 0%;
    background-size: 100% 100%;
    background-color: hsla(0,0%,100%,0.60);
    background-blend-mode: overlay;
    background-attachment: fixed;
}