/* Roboto (Apache-2.0). Variable font: same file covers weights 100-1000. */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100 1000;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto/roboto-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100 1000;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto/roboto-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Frutiger';
    src: url('../fonts/frutiger_neue_regular.woff2') format('woff2');
}

html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.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;
}

html {
  position: relative;
  min-height: 100%;
}

body {
    margin-bottom: 60px;
    font-family: 'Frutiger', 'Roboto', Helvetica, system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}

h3.title {
    font-size: 20px;
    border-left: 10px solid red;
    background-color: #eaecef;
    font-weight: bold;
    padding: 7px;
    margin-top: 20px;
    line-height: 1.2;
}

.btnb_red {
    background: #F70900 !important;
    color: #fff !important;
    border-color: #F70900 !important;
}

.jvc_btn_small {
    display: inline-block;
    width: 98%;
    font-size: 13px;
    line-height: 1.4;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid #8f8f8f;
    padding: 1.0em 1.0em;
    background: #fff;
    color: #333;
    border-radius: 4px;
    text-decoration: none;
}

h2 {
    font-size: 28px;
    margin: 50px auto;
    position: relative;
    text-align: center;
}

h2::after {
    content: "";
    display: block;
    width: 5rem;
    height: 0.5rem;
    background-color: red;
    margin: 10px auto;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
    box-shadow: 0 0 0px 1000px #fff inset !important;
    -webkit-text-fill-color: #212529 !important;
    caret-color: #212529;
}