body {
  background-color: Navy;
}

h1 {
  color: White;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 42pt;
  text-align: center;
}
p{
  text-align: center;
  color: LightGrey;
  margin:auto;
  width:50%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 22pt;
}
div{
  width: 675px;
  margin: auto;
  padding: 20px;
  border: solid 5px;
  border-radius: 25px;
  border-color:black;
  text-align:center;
}
div[class=underlay]{
    width: 95%;
    border: 3px;
    background-color: DodgerBlue;
    border-radius: 20px;
    height: 40px;
    padding: 0;
    margin-top:10px;
    margin-bottom: 10px;
    display: flex;
    align-items: left;
}
input{
  margin-top: 10px;
  margin-bottom: 10px;
  align:center;
  width:95%;
  height:50px;
  background-color: LightBlue;
  height:40px;
  background-color: DodgerBlue;
  border-color: black;
  border-radius:20px;
  border: 3px;
  font-size: 22pt;
}
input[id=return]{
  background-color: FireBrick;
}
input[id=unvailable]{
  background-color: Gray;
}
input:hover{
  width:100%;
}
input[type=file]{
  align: center;
  text-align: center;
}
input[type=file]::file-selector-button {
  display: none;
  #margin-right: 20px;
  #border: none;
  #background: deepskyblue;
  #padding: 0px 10px;
  #border-radius: 20px;
  #color: #ffff;
  #cursor: pointer;
  #transition: background .2s ease-in-out;
}

#input[type=file]::file-selector-button:hover {
#  background: #0d45a5;
#}
input[type=number]{
  width: 15%;
  align: left;
  margin-right: auto;
  margin-left:0;
  margin-top: 0;
  margin-bottom 0;
  background: none;
  border: none;
}
input[type=checkbox]{
  width: 15%;
  align: left;
  margin-top: 0;
  margin-bottom:0;
  margin-right: auto;
  margin-left: 0;
}
input[type=number]:focus{
    border:none;
    outline:none;
}
label{
  Vertical-align:center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 22pt;
  color: white;
  margin: 0 auto;
  margin-top: 0;
  margin-bottom:0;
  text-align:right;
  width: 75%;
}
img[id=logo]{
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 100px;
  height: 100px;
}
