body {
  font-family: Arial, sans-serif;
  background-color: #f5f5f5;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}

.awesome-form {
  background: #ffffff;
  width: 100%;
  max-width: 600px;
  padding: 40px;
  padding-bottom: 20px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
}

.awesome-form:hover {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}

.awesome-form h2 {
  margin-bottom: 30px;
  color: #333;
}

.awesome-form .form-control {
  background: none;
  border: none;
  border: 1px solid #e0e0e0;
  border-radius: 20;
  box-shadow: none;
  transition: all 0.3s ease-in-out;
}

.awesome-form .form-control:focus {
  border-color: #007bff;
  box-shadow: 0px 0px 5px rgba(0, 123, 255, 0.5);
  outline: none;
}

.awesome-form .btn {
  border-radius: 5px;
  background: #007bff;
  color: #fff;
  transition: all 0.3s ease-in-out;
}

.awesome-form .btn:hover {
  background: #0056b3;
}

#logo {
  width: 250px;
  margin: 0 auto;
  display: block;
  padding: 0px 25px 25px 25px;
}

#title {
  font-weight: bold;
  padding-bottom: 0px;
}
#vehicle1 {
  margin-top: 16px;
}

.a {
  background-color: #143453 !important;
  border-color: #143453 !important;
}
.a:hover {
  background-color: #081521 !important;
}
#resources {list-style-type: circle;}

#bypass {margin-top: 5px !important;}

#the-canvas {
  border: 1px solid black;
  direction: ltr;
  margin: 0 auto;
  display: block;
  width: 100%;
  width: -moz-available;          /* WebKit-based browsers will ignore this. */
  width: -webkit-fill-available;  /* Mozilla-based browsers will ignore this. */
  width: fill-available;
}
.myCheck{
  margin: 0 auto;
  display: flex;
  text-align: center;
  justify-content: center;
}
.annotationLayer > a {
  display: block;
  position: absolute;
}
.annotationLayer > a:hover {
  opacity: 0.2;
  background: #ff0;
  box-shadow: 0px 2px 10px #ff0;
}
.annotText > div {
  z-index: 200;
  position: absolute;
  padding: 0.6em;
  max-width: 20em;
  background-color: #FFFF99;
  box-shadow: 0px 2px 10px #333;
  border-radius: 7px;
}
.annotText > img {
  position: absolute;
  opacity: 0.6;
}
.annotText > img:hover {
  opacity: 1;
}
.annotText > div > h1 {
  font-size: 1.2em;
  border-bottom: 1px solid #000000;
  margin: 0px;
}
.mt-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
#viewerContainer {
  width: 100%;
  width: -moz-available;          /* WebKit-based browsers will ignore this. */
  width: -webkit-fill-available;  /* Mozilla-based browsers will ignore this. */
  width: fill-available;
}