.new-container {
  min-height: 100vh;
}
.new-new {
  width: auto;
  height: 900px;
  display: flex;
  position: relative;
  box-sizing: border-box;
  align-items: center;
  border-color: transparent;
  justify-content: center;
  background-color: var(--dl-color-gray-white);
}
.new-login-dialogue-variant3 {
  display: flex;
  padding: 0 24px;
  position: relative;
  box-shadow: 0px 0px 1px 0px rgba(18, 18, 23, 0.10000000149011612) ;
  box-sizing: border-box;
  align-items: center;
  flex-shrink: 1;
  border-color: rgba(229, 231, 235, 1);
  border-style: solid;
  border-width: 1px;
  border-radius: 16px;
  flex-direction: column;
  background-color: var(--dl-color-gray-white);
}
.new-titleandbody {
  width: 374px;
  margin: 0 0 14px 0;
  display: flex;
  padding: 24px 24px 8px 24px;
  position: relative;
  box-sizing: border-box;
  align-items: center;
  border-color: transparent;
  flex-direction: column;
  justify-content: center;
}
.new-text {
  color: var(--dl-color-gray-black);
  width: 326px;
  height: auto;
  margin: 0 0 4px 0;
  align-self: stretch;
  text-align: center;
  line-height: 32px;
  text-decoration: none;
}
.new-text1 {
  color: rgba(108, 108, 108, 1);
  width: 326px;
  height: auto;
  align-self: stretch;
  text-align: center;
  line-height: 20px;
  text-decoration: none;
}
.new-frame6 {
  margin: 0 0 14px 0;
  display: flex;
  position: relative;
  align-self: stretch;
  box-sizing: border-box;
  align-items: center;
  flex-shrink: 1;
  border-color: transparent;
  flex-direction: column;
  justify-content: center;
}
.new-textfield {
  width: 400px;
  margin: 0 0 20px 0;
  display: flex;
  position: relative;
  box-sizing: border-box;
  align-items: flex-start;
  border-color: transparent;
  flex-direction: column;
}
.new-lableandtextfield {
  display: flex;
  position: relative;
  align-self: stretch;
  box-sizing: border-box;
  align-items: flex-start;
  flex-shrink: 1;
  border-color: transparent;
  flex-direction: column;
}
.new-label {
  margin: 0 0 8px 0;
  display: flex;
  position: relative;
  align-self: stretch;
  box-sizing: border-box;
  align-items: center;
  border-color: transparent;
}
.new-text2 {
  color: var(--dl-color-gray-black);
  width: 400px;
  height: auto;
  flex-grow: 1;
  align-self: auto;
  text-align: left;
  line-height: 24px;
  text-decoration: none;
}
.new-frame1 {
  display: flex;
  position: relative;
  align-self: stretch;
  box-sizing: border-box;
  align-items: center;
  border-color: transparent;
}
.new-text3 {
  color: rgba(108, 108, 108, 1);
  height: auto;
  margin: 0 5px 0 0;
  font-size: 14px;
  align-self: auto;
  font-style: normal;
  text-align: left;
  font-family: Inter;
  font-weight: 500px;
  line-height: 24px;
  font-stretch: normal;
  text-decoration: none;
}
.new-inputfield {
  height: 24px;
  display: flex;
  position: relative;
  flex-grow: 1;
  box-sizing: border-box;
  align-items: center;
  border-color: rgba(229, 231, 235, 1);
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 1);
}
.new-textfield1 {
  width: 400px;
  display: flex;
  position: relative;
  box-sizing: border-box;
  align-items: flex-start;
  border-color: transparent;
  flex-direction: column;
}
.new-lableandtextfield1 {
  display: flex;
  position: relative;
  align-self: stretch;
  box-sizing: border-box;
  align-items: flex-start;
  flex-shrink: 1;
  border-color: transparent;
  flex-direction: column;
}
.new-label1 {
  margin: 0 0 8px 0;
  display: flex;
  position: relative;
  align-self: stretch;
  box-sizing: border-box;
  align-items: center;
  border-color: transparent;
}
.new-text4 {
  color: var(--dl-color-gray-black);
  width: 400px;
  height: auto;
  flex-grow: 1;
  align-self: auto;
  text-align: left;
  line-height: 24px;
  text-decoration: none;
}
.new-inputfield1 {
  display: flex;
  overflow: hidden;
  position: relative;
  align-self: stretch;
  box-sizing: border-box;
  align-items: center;
  border-color: rgba(229, 231, 235, 1);
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 1);
}
.new-frame7 {
  display: flex;
  padding: 12px 0;
  position: relative;
  align-self: stretch;
  box-sizing: border-box;
  align-items: center;
  border-color: transparent;
  justify-content: center;
}
.new-button {
  height: 40px;
  display: flex;
  padding: 0 24px;
  position: relative;
  box-sizing: border-box;
  align-items: center;
  border-color: transparent;
  border-radius: 8px;
  justify-content: center;
  background-color: var(--dl-color-default-primary);
}
.new-text5 {
  color: var(--dl-color-gray-white);
  height: auto;
  align-self: auto;
  text-align: center;
  line-height: 20px;
  text-decoration: none;
}
@media(max-width: 479px) {
  .new-frame6 {
    max-width: 100%;
  }
}
