body, html {
    height: 100%;
}

.row{
    padding: 0px !important;
    margin: 0px !important;
}
.bg_full { 
    /* The image used */
    background: linear-gradient(137deg, rgba(13, 42, 49, 0.7),rgba(13, 42, 49, 0.7)),  url("../images/data.jpeg");
    /* Full height */
    height: 100%; 
    /* Center and scale the image nicely */
    /* background-color: linear-gradient(137deg, rgba(255, 0, 0, 0.5),rgba(89, 0, 255, 0.5));  */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; 
    background-attachment: fixed;
}

.sec1{
    padding-top: 10% !important;
    padding-bottom: 10% !important;
    color :black;
}

form{
    background: white;
    border-radius: 20px;
    padding: 20px !important;
}

.sec2{
    padding: 30px !important;
    background: white;
    width: 100% !important;  
}
th{
    background: #00a1f2;
}
td,th{
    padding: 5px !important;
    border:1px solid black;
    width: 100px !important;
}
