* {
    box-sizing: border-box;
}

body {
    background: #FFFFFF;
    display: flex;
    height: 100vh;
    justify-content: center;
    align-items: center;
}

/*@font-face {
    font-family: "WorkSans";
    src: url(https://fonts.googleapis.com/css?family=Work+Sans);
}*/

.Privilege-kiosk-1 {
    /*margin: 0 auto;*/
  width: 512px;
  height: 384px;
  background-color: #171717;
  position: relative;
}

img.Star-2 {
  width: 233.5px;
  height: 233.5px;
  object-fit: contain;
  transform: rotate(141deg);
  /*background-color: #484848;*/
  position: absolute;
  left: 31.5px;
  top: 77px;
}

img.pvr-Group-2 {
  width: 159px;
  height: 74.5px;
  object-fit: contain;
  position: absolute;
  top: 127px;
  left: 68px;
}

img.Rectangle-4 {
  width: 252px;
  height: 213px;
  object-fit: contain;
  background-image: linear-gradient(to bottom, rgba(23, 23, 23, 0), #171717);
  position: absolute;
  top:105px;
  left: 21.5px;
}

p.Lorem-ipsum-dolor-si {
  width: 227.5px;
  height: 36px;
  object-fit: contain;
  opacity: 0.4;
  font-family: 'Work Sans';
  font-size: 8px;
  line-height: 1.5;
  letter-spacing: 0.3px;
  text-align: center;
  color: #ffffff;
  margin: 0;
  position: absolute;
  top: 228.5px;
  left: 33.5px;

}

.Rectangle-76 {
  width: 183px;
  height: 291px;
  border-radius: 4px;
  background-color: #ffffff;

  /*margin: 34.5px 34.5px 58.5px 294.5px;*/
  padding: 0;
  position: relative;
  top: 34.5px;
  right: 34.5px;
  bottom: 58.5px;
  left: 294.5px;
}

div.Rectangle {
  width: 183px;
  height: 32px;
  border-radius: 4px 4px 0 0;
  background-image: radial-gradient(circle at 50% 0, #ffd743, #f0b51e);
  position: relative;
  /*top: -5px;*/
}

p.REGISTER-HERE {
  width: 85px;
  height: 12px;
  font-family: 'Work Sans';
  font-size: 62.5%;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-align: center;
  color: #171717;
  /*padding: 20px;*/
  margin: 0;
  position: absolute;
  /*background-color: lightgreen;*/
 /* top: 10px;
  right: 49px;
  bottom: 10px;
  left: 49px;*/

  margin: 10px 49px;
}

form{
  padding-top: 10px;
}

input[type=text] {
    /*width: 100%;*/
     width: 116.5px;
    padding-top: 10px;
    margin: 0;

    -webkit-transition: 0.5s;
    transition: 0.5s;
    border: none;
    border-bottom: 1.5px solid #f4f4f4;
    /*border-radius: 1px;*/
    font-size: 6.5px;
    font-weight: 600;
    color: #acacac;
}

input:focus {
  border: none;
  outline: none;
  border-bottom: 1.5px solid #f4f4f4;
  /*border-radius: 1px;*/

}

p.mandatory-fields {
  width: 51.5px;
  height: 8px;
  font-family: .SFNSDisplay;
  font-size: 6.5px;
  font-weight: 500;
  color: #d0d0d0;
  margin: 10px auto;
}

img.Group-3 {
  width: 50px;
  height: auto;
  /*object-fit: contain;*/
  position: absolute;
  left: 68px;
  bottom: -32px;
}