body {
    font-family: Arial, sans-serif;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background-image: url('../img/fondo-principal-2.png');
    background-size: cover;
    background-position: center;
    flex-wrap: wrap;
    flex-direction: column;
}
.bad {
	text-align: center;
	width: 100%;
	padding: 12px;
	background-color: #a22;
	color: #fff
}

.login-container {
  background: linear-gradient(135deg, #9814d5, #12a4c6);
    padding: 3px 20px 47px 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 80%;
    max-width: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

h2 {
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    /* font-family: fantasy; */
    
    /* font-size: xxx-large; */
}

@media only screen and (max-device-width: 480px) {
  h1{
    font-size: auto;
  }
}

label {
    display: block;
    margin-bottom: 8px;
    text-align: center;
    color: white;
    text-transform: uppercase;
    font-family: inherit;
    font-weight: bold;
    padding-top: 10px;
}

input {
    width: 80%;
    padding: 12px;
    margin-bottom: 16px;
    box-sizing: border-box;
    /* text-align: center; */
    border-radius: 12px;
    /* box-shadow: #d9e4e9 0px 10px 10px -5px; */
}

button {
    background-color: #864caf;
    color: #fff;
    padding: 10px 14px;
    margin: 0px 3px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    /* width: 60%; */
    border-radius: 10px;
    background: white;
    color: darkred;
    box-shadow: #8319b5a8 0px 10px 10px -5px;
    /* text-decoration: none; */
    /* box-shadow: #cff0ff 0px 10px 10px -5px; */
    /* border-inline: 2px solid transparent; */
}

button:hover {
    background-color: #6845a0;
}

#temporizador {
    text-align: center;
    font-size: 40px;
    max-width: 400px;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 36px;
    color: #ffffff;
}

.button {
    position: relative;
    overflow: hidden;
    height: 3rem;
    padding: 0 2rem;
    border-radius: 1.5rem;
    background: #ffffff;
    background-size: 400%;
    color: #000000;
    border: none;
    cursor: pointer;
    width: 100%;
  }
  
  .button:hover::before {
    transform: scaleX(1);
  }
  
  .button-content {
    position: relative;
    z-index: 1;
  }
  
  .button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    transform: scaleX(0);
    transform-origin: 0 50%;
    width: 100%;
    height: inherit;
    border-radius: inherit;
    background: linear-gradient(
      82.3deg,
      rgba(150, 93, 233, 1) 10.8%,
      rgba(99, 88, 238, 1) 94.3%
    );
    transition: all 0.475s;
  }
  .video-container {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.video-container iframe {
    width: 100%;
    max-width: 560px;
    height: 220px;
}

.count{
  margin: 10px 0px;
}
