﻿html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 60px;
  background-image: url(../img/fondoLogin.jpg);
  background-color: rgba(255, 255, 255, 0.8);
  /* Blanco semitransparente */
  background-blend-mode: overlay;
  background-size: cover;
  background-repeat: no-repeat;
}
footer {
  position: relative;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
  position: absolute;
}
body.imagenFondo {
  background-image: url(../img/fondoLogin.jpg);
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
}
.uploadFile .uploadFile-area {
  overflow-y: auto;
  border: 1px solid #ced4da;
  width: 500px;
  height: 150px;
  border-radius: 15px;
}
.uploadFile .uploadFile-area p {
  padding: 20px 0 0 10px;
}
.uploadFile .uploadFile-area:hover {
  background-color: #ced4da;
}