body {
  background-image: url("https://playcam.neozinkdevs.com/img/oviedocultura/fondo.jpg");
  /* background-color: #0E689F; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh;
  width: 100%;
  margin: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

/* @media (max-width: 900px) {
  body {
    background-image: url("https://playcam.neozinkdevs.com/img/fondo-edp.jpg");
  }
} */

body h1,
body span,
body input,
body div,
body .button {
  font-family: "Poppins", sans-serif;
  text-align: center;
}

/* body .card {
  width: 500px;
  padding: 50px;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.3);
          box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.3);
  background: rgba(255, 255, 255, 0.5);
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
} */

body .card {
  width: 500px;
  padding: 50px;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.3);
          box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.3);
  /* background: rgba(255, 255, 255, 0.8);  */
	background: rgba(250, 238, 218, 0.8); 
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

body .card form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

body .card .file-upload {
  width: 70%;
}

body .card .file-upload .file-upload-select {
  display: block;
  color: black;
  cursor: pointer;
  text-align: left;
  background: #f3d960;
  overflow: hidden;
  position: relative;
  border-radius: 25px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

body .card .file-upload .file-upload-select .file-select-button {
  background: #f3d960;
	color:black;
  padding: 10px;
  display: inline-block;
}

body .card .file-upload .file-upload-select .file-select-name {
  display: inline-block;
  padding: 10px;
}

body .card .file-upload .file-upload-select:hover {
  background: #f3d960;
  color: white;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

body .card .file-upload .file-upload-select:hover .file-select-button {
  background: #f3d960;
  color: white;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

body .card .file-upload .file-upload-select input[type="file"] {
  display: none;
}

body .card .logo {
  width: 75%;
}

body .card .button {
  height: 70px;
  max-width: 270px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 15px !important;
  font-weight: 500 !important;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  background: #7d97f4;
  width: 100%;
  color: white;
  text-decoration: none;
  border: 2px solid #7d97f4;
  cursor: pointer;
  border-radius: 25px 0px;
}

body .card .button.reload {
  background: #faeeda;
  color: #7d97f4;
  border: 2px solid #7d97f4;
  margin-top: 10px;
  border-radius: 25px 0px;
}

body .card .button.reload:hover {
  background: #7d97f4;
  color: white;
}

body .card .button:hover {
  background: white;
  color: #7d97f4;
}
/*# sourceMappingURL=style.css.map */