body {
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
    margin: 0;
    padding: 0;
}

.container {
    overflow: auto;
    margin: 50px auto;
    background-color: #fff;
    padding: 0;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

h2 {
    text-align: center;
    color: white;
    background-color: #016A70;
    font-size: 22px;
    font-weight: bold;
    padding: 10px;
    margin: 0;
}

h3 {
    text-align: center;
    background-color: antiquewhite;
    font-size: 22px;
    padding: 8px;
    font-weight: bold;
}        

table{
    margin:20px auto;
}
table tr{
    border-bottom:1px solid #000;
}
table tr.bg{
    background-color: #016A70;
    color: #FFF;
    text-align: center;
}
table tr.bg td{
    padding: 15px 0 5px;
} 
table tr.bg h4{
    font-size: 18px;
    font-weight: 600;
}
table td{
    vertical-align: top;
}
form {
    margin-top: 20px;
}

label {
    display: block;
    margin-bottom: 8px;
}

input, textarea {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
}

.button {
    background-color: #016A70;
    color: #fff;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    width: 200px;
    text-align: center;
    margin: 20px;
    text-transform: uppercase;
    font-weight: bold;
}

.button:hover {
    background-color: #0056b3;
}

.form-check input{
    padding:6px !important;
}

.alert {
    padding: 10px;
    background-color: #016A70;
    color: white;
    border-radius: 5px;
    margin-bottom: 0px;
    display:block;
}

.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
      position: relative;
    top: 6px;
}

.closebtn:hover {
  color: black;
}

.form-check-input{

    border: 1px solid #000;
}
