@font-face {    font-family: Trueno;    src: url(fonts/Trueno/TruenoLtIt.otf);}label {    font-family: Trueno !important;    font-family: Trueno, 'Work Sans', sans-serif;}body {    background-image: url('fondo.png');    background-repeat: no-repeat;    background-size: cover;    height: 100vh;}.buttonStyle{    font-weight: 500;    line-height: 1.75;    font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;    border-radius: 4px;    font-size: 0.875rem;     box-shadow:0px 3px 1px -2px rgba(0,0,0,0.2), 0px 2px 2px 0px rgba(0,0,0,0.14), 0px 1px 5px 0px rgba(0,0,0,0.12);    width:100%;    text-transform: uppercase;     height: 100%;     background-color:#303f9f;    color:#fff;    border:1px solid #303f9f;    padding-left:5px;    padding-right:5px;    padding-top:2px;    padding-bottom:2px;    border-radius:3px;     cursor:pointer;    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;}.buttonStyle:hover{    -webkit-box-shadow: 2px 14px 25px -8px rgba(0,0,0,0.75);-moz-box-shadow: 2px 14px 25px -8px rgba(0,0,0,0.75);box-shadow: 0px 2px 4px -1px rgba(0,0,0,0.2), 0px 4px 5px 0px rgba(0,0,0,0.14), 0px 1px 10px 0px rgba(0,0,0,0.12);border:1px solid rgb(18, 36, 140);    background-color:rgb(18, 36, 140)}.buttonStyle:focus{    border:1px solid rgb(114, 128, 198);    background-color:rgb(114, 128, 198)}