@font-face {
    font-family:"Praetorian 3D";
    src:url("/resources/assets/fonts/praetorian3d.woff") format("woff"),
        url("/resources/assets/fonts/praetorian3d.ttf") format("truetype");
    font-weight:normal;
    font-style:normal;
}
html, body {
    max-width: 100%;
    overflow-x: hidden;
}
.z0body{
    font-family: "Praetorian 3D";
}
.z0text{
    color: #00619f;
}
input{
    color: #00619f;
    border-color: #00619f !important;
}
textarea:focus, input:focus{
    box-shadow: 0 1px 0 0 #00000000 !important;
}
input::placeholder {
  color: #00375a;
  opacity: 1;
}