body {
    background-color: #f8f9fa;
    overflow-y: auto;
    background-image: url(../media/gifIntelec1.gif);
}

.container {
    background: #ffffff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 500px;
    max-height: 90vh; 
    overflow-y: auto; 
}

.btn-primary {
    background-color: #007bff;
    border: none;
}
.btn-primary:hover {
    background-color: #0056b3;
}
h2{
    color: #007bff;
}
label {
    font-weight: bold;
    display: block;
    margin: 10px 0 5px;
    font-weight: 500;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-style: italic
}
footer{
    text-align: center;
    color: blue;
    padding-top: 15px;
}
/* Basic CSS to make the video full-screen background */
body, html {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: hidden;
  }
  
  #bg-video {
    position: fixed;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    object-fit: cover;
    z-index: -1;
  }
  