body {
  padding: 15px;
  color: rgba(0, 0, 0, 0.88);
  font-family: "Roboto", "Franklin Gothic Medium", Tahoma, sans-serif;
}

a {
  color: #2d91e6;
}

a:hover {
  color: #85ceff;
}

.respondent-page {
  display: flex;
  flex-direction: column;
  align-content: center;
  /* 30 px in calc comes from body padding */
  min-height: calc(100vh - 30px);
  justify-content: center;
  align-items: center;
}

.respondent-image {
  display: flex;
  -webkit-box-pack: center;
  align-items: center;
  justify-content: center;
  margin-bottom: 5vh;
  min-height: 132px;
}

.respondent-image img {
  min-width: 132px;
}

.custom-image--wrapper {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  margin: 0 auto 2rem auto;
  width: 80%;
  max-width: 98vw;
}

@media (min-width: 321px) {
  .custom-image--wrapper {
    width: 80%;
  }
}

.custom-image--image {
  width: 100%;
  align-self: center;
}

.respondent-container {
  max-width: 100vw;
  width: 400px;
}

.content {
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 4px 10px, rgba(0, 0, 0, 0.1) 0px 1px 2px;
  border-radius: 6px;
  padding: 24px 24px;
}

.title {
  font-size: 20px;
  margin-bottom: 6px;
}

.description {
  margin-top: 12px;
  color: rgb(140, 140, 140);
}

.subcontent form {
  margin-top: 12px;
}

.subcontent input {
  width: auto;
  min-width: 220px;
  box-sizing: border-box;
  margin: 0;
  padding: 4px 11px;
  color: rgba(0, 0, 0, 0.88);
  font-size: 14px;
  line-height: 1.5714285714285714;
  list-style: none;
  font-family: "Roboto", "Franklin Gothic Medium", Tahoma, sans-serif;
  position: relative;
  display: inline-block;
  background-color: #ffffff;
  background-image: none;
  border-width: 1px;
  border-style: solid;
  border-color: #ccd2e0;
  border-radius: 6px;
  transition: all 0.2s;
}

.subcontent input:hover {
  border-color: #57aff2;
  border-inline-end-width: 1px;
}

.subcontent input + button[type="submit"] {
  margin-left: 6px;
  border: none;
  min-height: 32px;
  color: white;
  background-color: #2d91e6;
  border-radius: 25px;
  padding: 0 20px;
}

.footer {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}

.custom-footer-logo {
  margin-top: 2rem;
  width: 400px;
  max-width: 100vw;
}

.power {
  color: rgb(191, 191, 191);
}

.ant-btn-primary {
  background-color: #2d91e6;
  border-radius: 25px;
}

.ant-btn-primary:hover {
  background-color: #46a2f1;
}
