﻿@font-face {
    font-family: "Freehouse";
    src: url("../fonts/freehouse-regular.ttf") format("truetype");
}

@font-face {
    font-family: "American Typewriter";
    src: url("../fonts/American_Typewriter_Regular.ttf") format("truetype");
}

.validation-message {
    color: #D83962;
    font-size: 0.9rem;
    font-weight: bold;
}

div.k-window.asc-form-window .k-window-content {
    background: url(../images/BB26_OO_Edited.png);
    background-repeat: repeat;
    background-size: contain;
}

body {
    background: url(../images/BB26_OO_Edited.png);
    background-repeat: repeat;
    background-size: contain;
}

.messages {
    position: absolute;
    top: 100px;
    right: 20px;
    z-index: 999;
    width: 400px;
}

.messages .alert {
    filter: drop-shadow(0 0 0.25rem rgba(0, 0, 0, 0.75));
}
