/* montserrat-regular - latin */
@font-face {
  font-display: swap; 
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/montserrat-v30-latin-regular.woff2') format('woff2'); 
}
/* montserrat-italic - latin */
@font-face {
  font-display: swap; 
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 400;
  src: url('/fonts/montserrat-v30-latin-italic.woff2') format('woff2'); 
}
/* montserrat-500 - latin */
@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url('/fonts/montserrat-v30-latin-500.woff2') format('woff2');
}
/* montserrat-500italic - latin */
@font-face {
  font-display: swap; 
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 500;
  src: url('/fonts/montserrat-v30-latin-500italic.woff2') format('woff2'); 
}
/* montserrat-700 - latin */
@font-face {
  font-display: swap; 
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('/fonts/montserrat-v30-latin-700.woff2') format('woff2'); 
}
/* montserrat-700italic - latin */
@font-face {
  font-display: swap; 
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 700;
  src: url('/fonts/montserrat-v30-latin-700italic.woff2') format('woff2'); 
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strike, strong, tt, var,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

:focus {
    outline: 0;
}

ol, ul {
    list-style: none;
    margin: 0;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}
* {margin:0;padding:0;} 
html, body {height: 100%;}
body {
    background-image:url("/assets/bg.jpg");
    background-repeat: no-repeat;
    background-size:100%;
    position: relative;
    color:#1c393f;
    font-family: 'Montserrat';
    font-size:100%;
    font-weight:400;
}

h1 {
    font-size:1.5rem;
    line-height:1.9rem;
    margin-top:20px;
    margin-bottom:20px;
    font-weight:500;
}

p {
    font-size:1rem;
    line-height:1.6rem;
}

a {color:#beb303;
text-decoration: none;
font-weight:700;}

img.brand {
    width:200px;
    height:auto;
    margin-bottom:30px;
    margin-left:calc(100% - 200px);
} 

section {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    position: relative;
}

section .inner {
    position: relative;
    z-index: 10;
    display: flex;
    margin: 0 auto;
    width: auto;
    max-width:680px;
    background-color: rgba(255,255,255,0.9);
    border:1px solid #fff;
    padding: 3rem; 
    text-align: left; 
    flex-direction: column;
}

section .box:before {
    content:"";
    position: absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    background-color: rgba(0,0,0,0.2)
}