.loginblock {
  display: flex;
  width: 100vw;
  height: 100vh;
  flex-direction: column;
}

.mainsignup {
  background-color: #171717;
  height: 90%;
  width: 70%;
  display: flex;
  flex-direction: row;
  padding: 5% 15%;
}

.animateblock {
  width: 50%;
  margin-right: 1%;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}

.animateblockins {
  height: 50%;
}

.blockimagelogin {
  height: 48%;
  background-image: url(/assets/images/registration:autorise/loginnote.jpg);
  background-color: white;
  margin-top: 2%;
  background-size: cover;
  background-position-x: 70%;
}

.backvideomain {
  width: 100%;
  z-index: 2;
  position: relative;
  height: 100%;
  object-fit: cover;
}

.formlogin {
  display: flex;
  height: 100%;
  background-color: white;
  width: 34%;
  flex-direction: column;
  align-items: center;
  padding: 0% 8%;
  justify-content: center;
}

.formlogininside {
  width: 100%;
}


.textform {
  font-family: 'Exo 2';
  margin: 0;
  font-size: 2vw;
  line-height: 1;
}

.contacttext {
  font-family: 'Inter';
  font-size: 1vw;
}

.namefield {
  width: 100%;
  margin: 1vh 0;
}

.textnamefield {
  font-family: 'Inter';
  font-size: 0.85vw;
  margin: 0vh 0 1vh 0;
}

.inpitnamefield {
  width: 95%;
  padding: 0 0 0 5%;
  height: 5vh;
  border-radius: 0;
  border: solid 1px #D0D5DD;
}

.passfield {
  width: 100%;
  margin: 1vh 0;
}

.inpitpassfield {
  width: 95%;
  padding: 0 0 0 5%;
  height: 5vh;
  border-radius: 0;
  border: solid 1px #D0D5DD;
}

.autorisediv {
  width: 100%;
  margin: 1vh 0;
}

.signintext {
  font-family: 'Inter';
  font-size: 0.85vw;
  text-align: center;
}

.signinblockbutton {
  display: flex;
  width: 100%;
  height: 5vh;
  flex-direction: row;
  margin: 1vh 0;
}

.authorisediv{
  width: 100%;
}

.buttonsignin {
  width: 100%;
  border-radius: 0;
  height: 100%;
  border: solid 1px #000;
  background-color: #1A00B9;
  color: white;
  font-family: 'Inter';
  font-size: 0.85vw;
}

.backbuttonblock {
  display: flex;
  width: 100%;
  height: 5vh;
  flex-direction: row;
  margin: 0.5vh 0;
}

.backbutton {
  width: 100%;
  border-radius: 0;
  height: 100%;
  border: solid 1px #000;
  background-color: #ffffff;
  color: #1a00b9;
  font-family: 'Inter';
  font-size: 0.85vw;
  border: solid 1px #D0D5DD;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-family: 'Inter';
}

.autorisebuttons {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  margin: 2vh 0;
}

.authorisetext {
  font-family: 'Inter';
  font-size: 0.85vw;
  margin: 0vh 0 1vh 0;
}

.textpassfield {
  font-family: 'Inter';
  font-size: 0.85vw;
  margin: 0vh 0 1vh 0;
}

.textdescription {
  width: 100%;
  margin: 1em 0;
}

.flexrow {
  display: flex;
  flex-direction: column;
}

.flexblock {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.svg-video {
  margin: 0 auto;
  max-width: 1200px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.svg-video video {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.svg-video svg {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.svg-video svg text {
  font-family: system-ui;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 26vh;
}

.svg-video svg rect {
  fill: #fff;
}

.svg-video svg>rect {
  -webkit-mask: url(#mask);
  mask: url(#mask);
}