html,
body {
    
  height: 100%;
  background-color: #f5f5f5;
  
}


main {
 height: 100%;
 display: -ms-flexbox;
 display: flex;
 padding-top: 100px;
}

input {
    max-width: 400px; 
    border:1px solid #0000ff;
}

.asteriskField {
display: none;
}


.requiredField {
display: none;
}

.table{
--bs-table-bg: #f5f5f5;
}
