@import url(https://fonts.googleapis.com/css?family=Montserrat:400,100,300,500,700);

body {
  /* Permalink - use to edit and share this gradient. Enlace permanente - úsalo para editar y compartir este gradiente: https://colorzilla.com/gradient-editor/#f4f5fa+0,ffffff+50,f4f5fa+100 */
/* Permalink - use to edit and share this gradient. Enlace permanente - úsalo para editar y compartir este gradiente: https://colorzilla.com/gradient-editor/#f4f5fa+0,ffffff+40,ffffff+60,f4f5fa+100 */
background: #fff;
  color:#4b4b4b;
  font-family:Montserrat;
  width: 100%;
  min-width: 100vw;
  height: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.logo{
  width: 90%;
  max-width: 260px;
}
h1{
  font-weight:5500;
  font-size:26pt;
  color:#0161aa;
  text-transform: uppercase;
  margin: 0;
}

p{font-weight:300;}

.warning-content {

 
  text-align:center;
  margin:0;
  
  
}