* {
  margin: 0px;
  padding: 0px;
}
body {
  font-size: 100%;
    font-family: 'sans-serif';
  background: #F8F8FF;
}

.header {
  width: 95%;
  margin: 10px auto 0px;
  color: white;
  background: #000000;
  text-align: center;
  border: 1px solid #B0C4DE;
  border-bottom: none;
  border-radius: 10px 10px 0px 0px;
  padding: 10px;
    font-family: 'sans-serif';

}
.header2 {
  width: 50%;
  margin: 10px auto 0px;
  color: white;
  background: #000000;
  text-align: center;
  border: 1px solid #B0C4DE;
  border-bottom: none;
  border-radius: 10px 10px 0px 0px;
  padding: 10px;
    font-family: 'sans-serif';

}
form, .content {
  width: 95%;
  margin: 0px auto;
  padding: 20px;
  border: 1px solid #B0C4DE;
  background: white;
  border-radius: 0px 0px 10px 10px;
  font-family: 'sans-serif';
  text-align: center;


}

.form2 {
  width: 50%;
  margin: 0px auto;
  padding: 20px;
  border: 1px solid #B0C4DE;
  background: white;
  border-radius: 0px 0px 10px 10px;
  font-family: 'sans-serif';
  text-align: center;


}


.input-group {
  margin: 10px 0px 10px 0px;
}
.input-group2 {
  margin: 10px 0px 10px 0px;
}
.input-group label {
  display: block;

  text-align: left;
  margin: 3px;
  font-family: 'sans-serif';
  font-style: normal;
}
.input-group input {
  height: 30px;
  width: 100%;
  padding: 5px 10px;
  font-size: 16px;
  border-radius: 5px;
  border: 1px solid gray;
  font-family: 'sans-serif';
}




.input-group5 {
  margin: 10px 0px 10px 0px;
}
.input-group5 label {
  display: block;

  text-align: center;
  margin: 3px;
  font-family: 'sans-serif';
  font-style: normal;
}
.input-group5 input {
  height: 30px;
  width: 80%;
  padding: 5px 10px;
  font-size: 16px;
  border-radius: 5px;
  border: 1px solid gray;
  font-family: 'sans-serif';
}





.input-group3 table {
  height: 10px;
  width: 100%;
  padding: 5px 10px;
  font-size: 15px;
  border-radius: 5px;
  border: 1px solid gray;
  font-family: 'sans-serif';
}

.input-group4 input {
  display: block;

  text-align: left;
  margin: 3px;
  font-family: 'sans-serif';
  font-style: normal;
}
.btn {
  padding: 10px;
  font-size: 15px;
  color: white;
  background: #000000;
  border: none;
  border-radius: 5px;
    font-family: 'sans-serif';

}
.error {
  width: 92%; 
  margin: 0px auto; 
  padding: 10px; 
  border: 1px solid #a94442; 
  color: #a94442; 
  background: #f2dede; 
  border-radius: 5px; 
  text-align: left;
}
.success {
  color: #3c763d; 
  background: #dff0d8; 
  border: 1px solid #3c763d;
  margin-bottom: 20px;
}

input[type="Submit"] {
  display: none;
}

input:checked ~ input[type="Submit"] {
  display: inline;
}

@media only screen and (min-width: 200px) and (max-width: 767px)  {
    .header {
  width: 95%;
  margin: 10px auto 0px;
  color: white;
  background: #000000;
  text-align: center;
  border: 1px solid #B0C4DE;
  border-bottom: none;
  border-radius: 10px 10px 0px 0px;
  padding: 10px;
  font-family: 'sans-serif';


}
form, .content {
    display: block;
  width: 95%;
  margin: 0px auto;
  padding: 10px;
  border: 1px solid #B0C4DE;
  background: white;
  border-radius: 0px 0px 10px 10px;
  font-family: 'sans-serif';
  text-align: center;


}
       .header2 {
  width: 95%;
  margin: 10px auto 0px;
  color: white;
  background: #000000;
  text-align: center;
  border: 1px solid #B0C4DE;
  border-bottom: none;
  border-radius: 10px 10px 0px 0px;
  padding: 10px;
  font-family: 'sans-serif';


}
.form2 {
    display: block;
  width: 95%;
  margin: 0px auto;
  padding: 10px;
  border: 1px solid #B0C4DE;
  background: white;
  border-radius: 0px 0px 10px 10px;
  font-family: 'sans-serif';
  text-align: center;


}
}

@font-face {
    font-family: 'sans-serif';
  
    font-weight: 700;
    font-style: normal;
  }
  
@font-face {
    font-family: 'sans-serif';
  
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'sans-serif';
   
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'sans-serif';
   
    font-weight: 600;
    font-style: normal;
}

/* change the background color */
.navbar-custom {
    background-color: #000000;
}
/* change the brand and text color */
.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
    color: #00a5d6;
    font-family: 'sans-serif';
    
}
/* change the link color */
.navbar-custom .navbar-nav .nav-link {
    color: #ffffff;
    font-family: 'sans-serif';

}
/* change the color of active or hovered links */
.navbar-custom .nav-item.active .nav-link {
    color: #00a5d6;
    font-family: 'sans-serif';

}
.navbar-custom .nav-item:focus .nav-link {
    color: #00a5d6;
    font-family: 'sans-serif';

}
.navbar-custom .nav-item:hover .nav-link {
    color: #00a5d6;
    font-family: 'sans-serif';

}

.nav-l {
    margin:auto;
    display:table;
    color: #00a5d6;
    font-family: 'sans-serif';
    
}



table td {
  position: relative;
}

.column {
  float: left;
  width: 50%;
  padding: 10px;
}
.column2 {
  float: right;
  width: 50%;
  padding: 10px; /* Should be removed. Only for demonstration */
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.table-bordered tr:nth-child(even) {
  background-color: #eee;
}


