@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@font-face {
  font-family: "National 2";
  src: url("../fonts/National2Web-Light.2.woff") format("woff");
}

[class*='wrench'],
[class*='wrench']::before,
[class*='wrench']::after {
    box-sizing: border-box;
    font-family: 'National 2', 'Helvetica Neue', Helvetica, Arial, 'Hiragino Sans', 'Hiragino Kaku Gothic Pro', '游ゴシック', '游ゴシック体', YuGothic, 'Yu Gothic', 'ＭＳ ゴシック', 'MS Gothic', sans-serif;
    -webkit-font-smoothing: antialiased;
}
.wrenchInputMessage-d0-0-1-150 {
    color: rgb(107, 120, 127);
    margin: 8px 0px 0px;
    display: flex;
    padding: 0px;
    font-size: 14px;
    box-sizing: border-box;
    list-style: none;
    align-items: center;
    font-family: "National 2", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans", "Hiragino Kaku Gothic Pro", "游ゴシック", "游ゴシック体", YuGothic, "Yu Gothic", "ＭＳ ゴシック", "MS Gothic", sans-serif;
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
  }
  .wrenchSpacing-d28-0-1-151 {
    margin-right: 4px;
  }
  .wrenchBox-d28-0-1-152 {
    display: inline-flex;
    align-items: center;
  }

  .wrenchIcons-d10-0-1-153 {
    fill: rgb(172, 20, 90);
    font-size: inherit;
  }
  .wrenchIcons-0-1-47 {
    width: 1em;
    height: 1em;
    margin: 0px auto;
    display: inline-block;
    text-align: center;
    font-family: "National 2", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans", "Hiragino Kaku Gothic Pro", "游ゴシック", "游ゴシック体", YuGothic, "Yu Gothic", "ＭＳ ゴシック", "MS Gothic", sans-serif;
    vertical-align: middle;
    -moz-osx-font-smoothing: grayscale;
  }
  #usernameEmailInputError {
    display: flex;
  }
* {
  /* margin: 0; */
  /* padding: 0; */
  font-family: "National 2", sans-serif;
  line-height: 1.2;
  font-weight: 600;
  /* letter-spacing: 1px; */
}
.links {
  color: rgb(0, 127, 170);;
  cursor: pointer;
}
.links:hover {
  text-decoration: underline;
}
#container {
  width: 480px;
  margin: 20px auto;
  color: #4a4a3b;
  /* height: 100vh; */

}
.devider {
  border-bottom: 1px solid #EDEEEE;
}
body {
  background: #f7f8fa;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0;
  overflow: hidden;
  width: 100%;
}
@media all and (max-width: 580px) {
  body {
   height: auto;
  }
}
#container > div {
  background: white;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #EDEEEE;
  margin: 15px 0;
}
#container > div > div:first-child {
  padding: 20px 35px;
}
#container > div > div:first-child > p:first-child {
  text-align: right;
}

#container p + p {
  font-size: 40px;
  /* font-weight: 400; */
  color: rgb(51, 62, 72);
}
#container label {
  display: block;
  font-weight: 500;
  font-size: 13px;
  margin-bottom: 10px;
}
input[type="email"] {
  width: 100%;
  box-sizing: border-box;
  padding: 15px 10px;
  outline: none;
  border: 1px solid rgb(188, 188, 188);
}
input[type="email"]:hover {
  border: 1px solid gray;
}
input[type="email"]:focus {
  border: 1px solid #00bf6f;
}
#container .inEmail {
  border: 1px solid rgb(172, 20, 90);
  color: rgb(172, 20, 90);
}
input[type="checkbox"] {
  height: 20px;
  width: 20px;
  cursor: pointer;
  accent-color: #00bf6f;
}
input[type="checkbox"]:hover {
  accent-color: #00bf6f;
}
#container > div > div:first-child > div {
  margin: 17px 0;
  display: flex;
  column-gap: 0px;
  align-items: center;
}
#container > div > div:first-child > div > span {
  font-size: 12px;
  color: gray;
  width: 90%;
}
#container button {
  width: 100%;
  padding: 17px 0;
  font-weight: 600;
  border: none;
  color: white;
  background-color: #99e5c5;
  margin-top: 10px;
  cursor: not-allowed;
}
#container .btn {
  background-color: #00bf6f;
  cursor: pointer;
}
#container > div > div:last-child {
  padding: 0 35px 30px;
  font-size: 15px;
}
#container > div > div:last-child > div {
  display: grid;
  grid-template-columns: repeat(5, 54px);
  justify-content: space-between;
  row-gap: 25px;
}
#container > div > div:last-child > div > div:first-child {
  height: 54px;
  grid-area: 1/1/2/6;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.5px solid rgb(168, 168, 168);
  cursor: pointer;
  font-weight: 600;
  display: none;
}
#container > div > div:last-child > div > div:first-child i {
  margin-right: 3px;
}
#container > div > div:last-child > div > div ~ div > div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 54px;
  border: 0.5px solid rgb(168, 168, 168);
  cursor: pointer;
}
#container > div > div:last-child > div > div > div img {
  vertical-align: middle;

  width: 50%;
}
#container > div > div:last-child > div > div > div:hover,
#container > div > div:last-child > div > div:first-child:hover {
  background-color: rgb(230, 230, 230);
}
#container > div > div:last-child > div > div:last-child > div img {
  width: 40%;
}
#container > div > div:last-child > div > div > p {
  font-size: 12px;
  text-align: center;
}
#container + div {
  display: flex;
  column-gap: 15px;
  font-size: 13px;
  padding: 0 20px;
  justify-content: end;
  margin-bottom: 20px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  font-size: 13px;
  padding: 20px;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #f7f8fa;
  right: 0;
}
@media (max-width: 580px) {
  .footer-links {
    display: flex;
    flex-wrap: wrap !important;
    flex-direction: row !important;
    justify-content: center !important;
    gap: 15px;
    font-size: 13px;
    padding: 20px;
    position: inherit;
    bottom: auto;
    width: 100%;
    background: #f7f8fa;
    right: 0;
  }
}

@media all and (max-width: 580px) {
  #container {
    width: 100%;
  }
  #container > div {
    box-shadow: none;
  }
  img {
    display: block;
    margin: auto;
  }
  #container + div {
    flex-direction: column;
  }
  #container + div p {
    margin-top: 0;
  }
}

/* ------------------------------------------- ALERT ---------------------------*/

.alert {
  position: fixed;
  top: 10px;
  right: 50%;
  transform: translate(50%, -120%);
  height: 50px;
  width: 350px;
  padding: 0 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
  font-weight: 600;
}
@keyframes success {
  from {
    background-color: #00bf6fb5;
    transform: translate(50%, -120%);
  }
  to {
    background-color: #00bf6fb5;
    transform: translate(50%, 0);
  }
}
@keyframes fail {
  from {
    background-color: rgba(255, 0, 0, 0.594);
    transform: translate(50%, -120%);
  }
  to {
    background-color: rgba(255, 0, 0, 0.594);
    transform: translate(50%, 0);
  }
}

.alert i {
  cursor: pointer;
  font-size: 25px;
}
.promtS {
  background-color: #00bf6fb5;
  transform: translate(50%, 0);
  animation: success 500ms;
}
.promtF {
  transform: translate(50%, 0);
  background-color: rgba(255, 0, 0, 0.594);
  animation: fail 500ms;
}
