body {
  overflow: auto;
  background-color: #E5E7EB !important;
}

.wrapper {
  position: relative;
  text-align: center;
  letter-spacing: 0.1rem;
  max-height: 100vh;
  min-height: 100vh;
  min-width: 360px;
}

.wrapper .icon_cancel {
  position: absolute;
  top: 20px;
  right: calc(50% - 180px);
  width: 20px;
  height: 20px;
}

.wrapper .content {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  width: 350px;
}

.wrapper .content .btn_submit {
  width: 100%;
  padding: 12px 0;
  color: white;
  background: #2862DE;
  background: linear-gradient(90deg, #2862DE 0%, #6BBFCD 100%);
  border-radius: 30px;
  font-weight: 600;
  cursor: pointer;
  width: 300px;
  border: none;
  margin: 1rem 0rem;
  text-decoration: none;
  letter-spacing: 0.1rem;
}

.wrapper .content input {
  margin: 15px 0 5px;
  padding: 12px 12px;
  border-radius: 10px;
  height: 42px;
  border-radius: 5px;
  border: none;
  font-size: 18px;
  background-color: rgb(255, 255, 255) !important;
}

.wrapper .content input.code {
  height: 50px;
  margin-right: 0.5rem;
  text-align: center;
  font-size: 1.25rem;
  min-width: 0;
  -webkit-appearance: none;
}

.wrapper .content input.code:last-child {
  margin-right: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.wrapper .content input::placeholder {
  color: #A0A0A0;
}

.wrapper .content div.row {
  text-align: left;
}

.wrapper .content .note {
  font-size: 16px;
  color: #6c757d;
  text-align: left;
  padding-left: 12px;
}

.wrapper .content .poser {
  font-size: 14px;
  color: #363636;
  font-weight: 500;
}

.notice p {
  font-size: 14px;
  color: #363636;
  font-weight: 500;
  text-align: justify;
}

.notice .notice_link {
  display: table;
  position: relative;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  background: linear-gradient(90deg, #2862DE 0%, #6BBFCD 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: 0.5rem;
}

.notice .notice_link::before {
  content: "";
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, #2862DE 0%, #6BBFCD 100%);
}

.wrapper .content .text {
  text-align: justify;
}

.wrapper .content input .inp_small {
  width: 100px !important;
}

.wrapper .content input.error {
  color: red;
  border: solid 1px red;
}

.wrapper .content input.error:focus {
  box-shadow: 0 0 0 .25rem rgb(231, 83, 83, .25);
}

.wrapper .content label.error {
  color: red;
  font-size: 12px;
}


.wrapper .content .no_acc {
  margin: 10px 0;
}

.wrapper .content .link {
  position: relative;
  font-weight: 600;
  font-size: 18px;
  cursor: pointer;
  background: linear-gradient(90deg, #2862DE 0%, #6BBFCD 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.wrapper .content .link::before {
  content: "";
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, #2862DE 0%, #6BBFCD 100%);
}

.wrapper .logo {
  width: 120px;
  height: 120px;
  margin-bottom: 1rem;
  background-color: #E5E7EB;
}

@media (max-width: 700px) {
  .wrapper .content .btn_submit {
    text-align: center;
  }
}

.wrapper .content ul {
  border: none;
}

.wrapper .content ul li button {
  background-color: transparent !important;
  border: none;
  color: #A0A0A0;
  font-weight: 500;
  font-size: 18px;
  padding: 10px 20px 0px 0px;
  letter-spacing: 0.1rem;
}

.wrapper .content ul li button.active p {
  background-color: transparent;
  cursor: pointer;
  background: linear-gradient(90deg, #2862DE 0%, #6BBFCD 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  position: relative;
}

.wrapper .content ul li button.active p::before {
  content: "";
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  height: 1px;
  margin-top: 1px;
  border-radius: 2px;
  background: linear-gradient(90deg, #2862DE 0%, #6BBFCD 100%);
}