body {
  font-family: sans-serif;
  margin: 0;
  padding: 0;
  background-color: #e2dfda50  !important;
}
#logo {
  text-align: center;
}
#header {
  text-align: center;
  position: -webkit-sticky;
  /* for Safari */
  position: sticky;
  top: 0;
  /* the top position of the element */
}
#back {
  background-color: #204c7b;
  border: none;
  color: white;
  padding: 9px 20px;
  text-align: center;
  text-decoration: none;
  float: left;
  display: inline-block;
  font-size: 0.75em;
}
#back2 {
  background-color: #204c7b;
  border: none;
  color: white;
  padding: 9px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 0.75em;
}
#wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#login-form {
  margin: auto;
  width: 100%;
  max-width: 500px;
  padding: 20px;
  border: 1px solid #ccc;
  margin-bottom: 9%;
  border-radius: 15px;
}
@media (max-width: 992px) {
  #login-form {
    width: 100%;
    margin: auto;
  }
  .overflow {
    overflow: auto;
  }
}
@media (max-width: 390px) {
  #login-form {
    width: 100%;
    margin: auto;
  }
}
#login-form input {
  width: 100%;
  padding: 12px 12px;
  margin: 8px 0;
  box-sizing: border-box;
  font-size: 15px;
}

#login-form input[type="generate"] {
  background-color: #3c6990;
  color: white;
  border: none;
  cursor: pointer;
}
#content {
  width: 84%;
  padding: 12px 12px;
  margin: 8px 0;
  box-sizing: border-box;
  font-size: 15px;
  margin-left: 7%;
}
select {
  width: 100%;
  padding: 12px 12px;
  margin: 8px 0;
  box-sizing: border-box;
  font-size: 15px;
}
textarea {
  width: 100%;
  padding: 12px 12px;
  margin: 8px 0;
  box-sizing: border-box;
  font-size: 15px;
}
#logout {
  float: right;
  padding: 1%;
  background-color: #204c7b;
  border: none;
  color: white;
  padding: 9px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 0.75em;
}
.box{
  background-color: #c2d8dfa8;
  width: 300px;
  height: 500px;
  display: flex;
  margin: 3%;
  float: left;
  position: relative;
  box-sizing: border-box;
  padding: 0;
  cursor: pointer;
  text-align: center;
  border-radius: 20px !important;
}
div.box:hover {
  background-color: #c2d8df;
}
.image{
  width: 300px;
  height: 300px;
  margin: 2% -3%;
  position: relative;
}

  .selected{
    background-color: #5bc0be36 !important;
}
    .option-box{
    background-color: #fff;
    color: black;
    border: solid 1px #bababa;
    padding: 0.8em;
    border-radius: 5px;
    cursor: pointer;
}
    .option-box:hover{
    background-color: #bbcae336;
    border-color: #617994;

}

.form-check{
  padding-left: 0px;
}
.survey-buttons {
  justify-content: center;
}
#test-container {
  background-color: #fff;
  padding: 2em;
  border-radius: 0.5em;
}
input.form-check-input#location {
  border-radius: 4px;
  margin-top: 0.2em;
}