.page 
{
  align-items: center;
  /*--@ background-image:url("data:image/jpeg;base64,@b64{assets/background.jpeg}"); @--*/
  /*--*/
  background-image:url("../assets/background.jpeg");
  /*-/-*/
  background-size: 100% auto;
  box-sizing: border-box;
  color: rgb(0, 0, 0);
  display: flex;
  justify-content: center;
  overflow-x: auto;
  overflow-y: auto;
  height: 100vh;
  width: 100vw;
  display: flex;
  color: text;
}

.form
{
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 350px;
  height: 608px;
  background-color: rgb(255, 255, 255);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  transition-duration: 200ms;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  transition-property: height;
}

.logo 
{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 67px;
  width: 100%;
  background-color: rgb(24, 56, 133);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding-top: 7px;
  padding-right: 0px;
}

.info 
{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 67px;
  width: 100%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding-top: 7px;
  padding-right: 0px;
}

.info-headline 
{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align:center;
  margin-top: 15px;
  letter-spacing: 0px;
  line-height: 24px;
}

.info-text-headline 
{
  font-size: 16px;
  color: rgb(41, 41, 41);
  font-weight: 600;
  margin-bottom: 10px;
  letter-spacing: 0px;
  font-family: sans-serif;
}

.info-text 
{
  color: rgb(181, 181, 195);
  font-size: 12px;
  line-height: 18px;
  font-family: sans-serif;
}

.button 
{
  display: block; /* inline-flex; */
  align-items: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  outline-width: 0px;
  cursor: pointer;
  vertical-align: middle;
  appearance: none;
  text-transform: uppercase;
  min-width: 64px;
  padding-top: 6px;
  padding-right: 16px;
  color: rgb(255, 255, 255);
  background-color: rgb(24, 56, 133);
  font-size: 12px;
  line-height: 28px;
  font-family: sans-serif;
  margin-top: 16px;
  width: 100%;
  height: 40px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  box-shadow: none;
  text-align: center;
}

.button:hover 
{
  background-color: rgb(14, 35, 84);
}

.footer
{
  display: flex;
  flex-direction: column;
  font-family:sans-serif;
  font-size: 11px;
  color: rgb(181, 181, 195);
  height: 40px;
  margin-top: 20px;
}

.privacy 
{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5px;
  color: rgb(181, 181, 195);
}

a 
{
  text-decoration:none;
  color: rgb(181, 181, 195);
}

td 
{
  font-family:sans-serif;
  color:rgb(181, 181, 195);
  font-size:11px;
}

#details
{
  position:absolute;
  margin:auto;
  width:350px;
  background-color:rgba(255,255,255,0.9);
  border:1px solid;
  padding:2px;
  font-family:sans-serif;
}
