



html {
  height: 100%;
}
body {
  font-size: 14px;
  font-family: "ZYN Sans", sans-serif;
  background-image: url("../zyn/baggrund4.png");
  background-color: #FAF8F2;
  background-attachment: fixed;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin: 0;
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}

.container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 10% 0 10% 0;
}
.content {
  position: relative;
  /* background: #4d0011; */
  background: #fff;
  padding: 50px;
  /* border-radius: 16px; */
  max-width: 500px;
  width: 100%;
}

.top_text p {
    margin: 0;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.image {
  margin-top: -150px;
}
.top_text p{
  color: var(--Soft-White, #FAF8F2);
  font-family: "ZYN Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.step-info {
  text-align: right;
}
.heading-info {
  margin-top: 24px;
}
.heading-info > p {
  color: var(--Soft-White, #FAF8F2);
  font-family: "ZYN Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.heading-title {
  color: var(--Soft-White, #FAF8F2);
  font-family: "ZYN Sans";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  span{
    font-weight: bold;
    font-size: 51px;
    line-height: 60px;
    text-align: left;
    color: #34303d;
  }
  #zyn_logo{
    margin-top: -20px;
  }
}
.ecco-input {
  box-sizing: border-box;
  padding-left: 15px;
  font-size: 16px;
  margin-top: 8px;
  width: 100%;
  height: 56px;
  border: 1px solid #000;
  /* border-radius: 8px; */
  font-family: "ZYN Sans", sans-serif;
}
.form-field {
  margin-top: 24px;
}
.form-field > label {
  font-size: 16px;
}
.submit-btn {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  column-gap: 10px;
}
.info_auth{
  color: var(--Soft-White, #FAF8F2);
  text-align: center;
  font-family: "ZYN Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.submit-btn > button {
  /* border-radius: 16px;
  font-family: "ZYN Sans", sans-serif;
  width: 247px;
  height: 60px;
  background: #fff;
  font-size: 16px;
  border: 0;
  color: #4D0011;
  appearance: none;
  cursor: pointer;
  font-weight: bold; */
  /* border-radius: 48px; */
  background: #00A9E0;
  appearance: none;
  cursor: pointer;
  display: flex;
  padding: 13px 40px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: var(--Soft-White, #FAF8F2);
  text-align: center;
  font-family: "ZYN Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  box-shadow: unset !important;
  border: 0;
}
.terms-privacy {
  display: flex;
  justify-content: center;
  margin-top: 24px;
  column-gap: 30px;
}
.terms-privacy > div > a {
  color: #fff;
  text-decoration: none;
}
.d-none {
  display: none;
}
.danger {
  color: red;
}
.not-valid {
  border: 1px solid red;
}
.col-2 {
  width: calc(100% / 12 * 2);
}
.col-6 {
  width: calc(100% / 12 * 6);
}
.col-7 {
  width: calc(100% / 12 * 7);
}
.col-8 {
  width: calc(100% / 12 * 8);
}
.col-3 {
  width: calc(100% / 12 * 3);
}
.col-4 {
  width: calc(100% / 12 * 4);
}
.col-5 {
  width: calc(100% / 12 * 5);
}

.form-error {
  font-size: 16px;
}
.input_info p{
  margin: 8px 0 8px 0;
    font-size: 14px;
    font-weight: 100;
    line-height: 20px;
    text-align: left;
    color: #222124;
}
.form-field.info{
  text-align: center;
}
@media (max-width: 1000px) {
  .content {
    width: 80vw;
    padding: 30px;
  }
  .image {
    margin-top: -90px;
  }
  .logo {
    width: 107px;
  }
  .container {
    margin-top: calc(100vh - 85vh);
    padding: 0px 0px calc(100vh - 95vh) 0px;
  }
  #privacy-policy {
    display: none;
  }
  .form-field {
    margin-top: 16px;
  }
  .submit-btn {
    margin-top: 24px;
  }
  .submit-btn > button {
    width: 100%;
  }
.verification-code .form-field.submit-btn{
    flex-direction: column-reverse;
    gap: 16px;
}
}
#Ecco_Shoes path{
  fill: #fff;

}
body .white_color{
  color: #34303d;
}
.login_img{
  position: absolute;
  right: -176px;
  bottom: -130px;
}