@charset "utf-8";
html,
body {
  height: 100%;
}
#findwrap {
  min-width: 390px;
  min-height: 844px;
  border: 1px solid #525252;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.logo {
  margin-bottom: 52px;
}

.question {
  font-size: 20px;
  line-height: 20px;
  color: #13e08b;
  margin-bottom: 52px;
}

.guide {
  font-family: "AppleSDGothicNeoL00";
  line-height: 20px;
  margin-bottom: 50px;
}

.input-ex {
  font-family: "AppleSDGothicNeoL00";
  font-size: 10px;
  line-height: 10px;
  margin-bottom: 8px;
}

.checkwrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.input-box {
  height: 48px;
  border: 1px solid #525252;
  border-radius: 40px;
  width: 354px;
  display: flex;
  align-items: center;
  padding-left: 23px;
  padding-right: 20px;
}

.input-set {
  margin-left: 7px;
  color: #525252;
  background-color: transparent;
  border: none;
}

.input-set:focus {
  outline: 0;
}

.send-email {
  font-family: "AppleSDGothicNeoM00";
  width: 354px;
  height: 48px;
  border: none;
  background: #303140;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
  border-radius: 61px;
  color: #ffffff;
  margin-bottom: 50px;
}

a.white:hover {
  color: white;
}

.green {
  color: #13e08b;
}

.green:hover {
  color: #13e08b;
}

.reset {
  background-color: #13e08b;
  color: #252636;
}

.result {
  /* margin: 17px 0px; */
  font-family: "AppleSDGothicNeoL00";
  font-size: 14px;
  line-height: 18px;
  height: 18px;
  font-size: 12px;
  color: #13e08b;
}

.result > img {
  margin-right: 8px;
}
