body {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f5f5f5;
}

/* Index CSS */ 

.input-icons i {
  position: absolute;
}

.input-icons {
  width: 100%;
  margin-bottom: 10px;
}

.icon {
  margin-top: 17px;
  margin-left: 90%;
  min-width: 40px;
}

.input-field {
  padding: 10px;
}

.form-floating {
  margin-bottom: 15px;
}

/* Table CSS */
.table-form {
  width: 40%;
}

.custom-table {
  text-align: center;
}

.custom-table thead tr, .custom-table thead th {
    border-top: none;
    border-bottom: none !important; }

.custom-table tbody th, .custom-table tbody td {
    color: #777;
    font-weight: 400;
    padding-bottom: 20px;
    padding-top: 20px;
    font-weight: 400;
    border: none; }

.custom-table tbody th small, .custom-table tbody td small {
    color: #b3b3b3;
    font-weight: 300; }

.custom-table tbody tr {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
    
.custom-table tbody tr:hover, .custom-table tbody tr:focus {
    background: #fff;
    cursor: pointer;
  }
  
.custom-table .td-box-wrap {
    padding: 0; }
  
.custom-table .box {
    background: #fff;
    border-radius: 4px;
    margin-top: 15px;
    margin-bottom: 15px; }
  
.custom-table .box td, .custom-table .box th {
    border: none !important; }

@media only screen and (max-width: 1110px) {
  .table-form{
      width: 50%;
  }
}

@media only screen and (max-width: 898px) {
  .table-form{
      width: 70%;
  }
} 

@media only screen and (max-width: 466px) {
  .table-form{
     width: 95%;
  }
}
