body {
    background-image: url('images/bg.jpeg');
    background-position: center center;
    background-size: cover;
}

.container.hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100vh;
    padding: 1rem;
}

.logo {
    margin-top: 15%;
    width: 400px;
}

.text-hero {
    color: white;
}

.dni-form {
    margin-top: 2rem;
    display: flex;
    justify-content: center;
}

.dni-input,
.access-button {
    padding: 1rem;
    font-size: 1.2rem;
    border-radius: 5px 0 0 5px;
    border: none;
}

.dni-input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: lightgray;
}

.dni-input::-moz-placeholder {
    /* Firefox 19+ */
    color: lightgray;
}

.dni-input:-ms-input-placeholder {
    /* IE 10+ */
    color: lightgray;
}

.dni-input:-moz-placeholder {
    /* Firefox 18- */
    color: lightgray;
}

.access-button {
    border: none;
    background-color: #2e278c;
    border-radius: 0 5px 5px 0;
    color: white;
}

#loading {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
    
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

#loading-content {
    background-color: #fff;
    padding: 20px;
    border: 1px solid #888;
    border-radius: 10px;
    width: 30%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

#loading-content h2{
    font-size: 1.5rem;
    margin: 0 10px;
}


@keyframes ldio-041x92c9g11s {
    0% { transform: translate(-50%,-50%) rotate(0deg); }
    100% { transform: translate(-50%,-50%) rotate(360deg); }
  }
  .ldio-041x92c9g11s div {
    position: absolute;
    width: 32.55px;
    height: 32.55px;
    border: 2.17px solid #85a2b6;
    border-top-color: transparent;
    border-radius: 50%;
  }
  .ldio-041x92c9g11s div {
    animation: ldio-041x92c9g11s 0.6097560975609756s linear infinite;
    top: 20px;
    left: 20px
  }
  .loadingio-spinner-rolling-un5k338pmif {
    width: 40px;
    height: 40px;
    display: inline-block;
    overflow: hidden;
    background: none;
  }
  .ldio-041x92c9g11s {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(1);
    backface-visibility: hidden;
    transform-origin: 0 0; /* see note above */
  }
  .ldio-041x92c9g11s div { box-sizing: content-box; }
  /* generated by https://loading.io/ */