body {
    background-color: bisque;
    color: black;
    font-size:11pt;
}

input[type="date"] {
  align-items: center;
  display: -webkit-inline-flex;
  font-family: monospace;
  overflow: hidden;
  padding: 0;
  -webkit-padding-start: 1px;
  background-color: white;
  width: 97%;
  border-style:dotted;
  border-width: 2px;
  border-color: black;
  
}

input[type=""] {
  align-items: center;
  display: -webkit-inline-flex;
  font-family: monospace;
  overflow: hidden;
  padding: 0;
  -webkit-padding-start: 1px;
  background-color: white;
  width: 97%;
  border-style:dotted;
  border-width: 2px;
  border-color: black;
  
}

input[type="text"] {
  align-items: center;
  display: -webkit-inline-flex;
  font-family: monospace;
  overflow: hidden;
  padding: 0;
  -webkit-padding-start: 1px;
  background-color: white;
  width: 97%;
  border-style:dotted;
  border-width: 2px;
  border-color: black;
}

input[type="file"]{
  display: none;
}





.intro {

    position: fixed;
    width: 25%;
    height: auto;
    margin: 10px auto;
    background-color: bisque;
    border: 1px solid;
    padding: 10px;
    box-shadow: 5px 10px;
    bottom: 10px;
    
}

h1 {
    font-family: 'Redaction 100';
    font-style: italic;
    font-size: 280%;
    margin:auto;
}

h2 {
    font-family: sans-serif;
    font-style: italic;
    font-size: 15pt;
    width: 25%;
    height: auto;
    background-color: yellow;
    border: 1px solid;
    padding: 10px;
    box-shadow: 5px 10px;
}

p {
  font-family: monospace;
}

.p_mono {
  font-family: sans-serif;
}

p.small {
  font-family: sans-serif;
  font-size: 8pt;

}

textarea {
    width: 100%;
    height: 70px;
    border-style:dotted;
    border-width: 2px;
    border-color: black;
    
}

textarea::placeholder {
  color: black;
}

hr.new1 {
  border: 10px solid black;
}

input[type=submit]{
    font-family: sans-serif;
    font-size: 12pt;
    font-style: normal;
    cursor: pointer;
    position: top;
    width: 97%;
    height: auto;
    margin: 5% auto;
    background-color: yellow;
    border: 1px solid;
    padding: 10px;
    box-shadow: 5px 10px;
}

input[type=submit]:hover {
  text-decoration: underline;
  border: 1px solid;
}

input[type=submit]:focus {
  background-color: white;
  border: 1px solid;
}



label {
  font-family: monospace;
  font-size: 8pt;
  cursor: pointer;
  font-style: normal;
  cursor: pointer;
  position: top;
  width: 97%;
  height: auto;
  margin: 5% auto;
  background-color: white;
  border-style:dotted;
  border-width: 2px;

  padding: 10px;
  box-shadow: 5px 10px;

}

label:hover, label:active {
  font-family: monospace;
  font-size: 8pt;
  text-decoration: underline;
  cursor: pointer;
  font-style: normal;
  cursor: pointer;
  position: top;
  width: 97%;
  height: auto;
  margin: 5% auto;
  background-color: white;
  border-style:dotted;
  border-width: 2px;

  padding: 10px;
  box-shadow: 5px 10px;
}


* {
  box-sizing: border-box;
}

.logo {
  width: 125px;
  height: auto;
  z-index: 15 !important;
  position: fixed;
  top: 10px;
  right: -10px;
  }

/* Create two unequal columns that floats next to each other */
.column {
  float: left;
  padding: 15px;
}

.left {
  width: 25%;
  height:auto;
}

.right {
  width: 75%;
  height:auto;
}

.right2 {
  width: 75%;
  height:auto;
}

.column.right img {
  width:100%;
}


/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

