﻿@import'bfkendo.css';@import'_bfstyles.css';html{height:100%;}body{height:100%;background-color:#eee;padding:0;}body>form{max-width:500px;margin:20px auto;padding:8px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:11pt;font-weight:400;line-height:1.2;color:#212529;display:flex;flex-direction:column;justify-content:center;}@keyframes pulse{0%{transform:scale(1);}50%{transform:scale(1.05);}100%{transform:scale(1);}}body>form div.errmsg{animation:pulse .8s ease-in-out;width:fit-content;align-self:center;color:#fff;font-weight:normal;background-color:#d32f2f;border:1px solid #f5c6cb;padding:12px 20px;border-radius:6px;margin-bottom:20px;box-shadow:0 2px 6px rgba(0,0,0,.2);display:flex;flex-direction:row;gap:20px;align-items:center;}body>form div.errmsg>div:first-child span{font-size:80px;font-weight:normal;}body>form div.errmsg>div:last-child{font-size:20px;}body>form h3,body>form h4,body>form h5{margin:0 0 10px 0;text-align:center;}body>form div.form-row{width:300px;margin-left:auto;margin-right:auto;}body>form span.field-validation-error{display:block;text-align:left;}body>form div.highlighted{background-color:#ffd;border:1px solid #999;padding:0 6px;}body>form input::placeholder{opacity:.5;font-weight:200;}