body {
    background-image: url("../imgs/QPP.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    backdrop-filter: blur(10px);
    height: 100vh;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.form {
    background-color: rgb(46, 46, 46);
    width:auto;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.25);
    padding: 2rem;
    min-width: 35vw;
    
}

.row {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1rem;
}

.col {
    width: 100%;
}

#logo{
    width: 50px;
    height: 50px;
}

#header{
    color: white;
    text-wrap: inherit;
}

#subheading{
    color: rgb(180, 180, 180);
}

#form-submit{
    background-color: green;
    color: white;
}

#gencode-wrapper {
   color: white; 
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}


#finish-btn{
    background-color: transparent;
    color: white;
    border-radius: 10%;
}

#induction-video {
    width: 100%;          
    height: auto;         
    max-height: 65vh;     
    display: block;       
    border-radius: 10px;
}
