body {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  margin: 0;
  /* background-image: url("../assets/bg-pattern.png"); */
  background-color: rgba(0, 0, 0, 1);
}

.input_text {
  width: 450px;
  height: 50px;
  font-size: 28px;
  background-color: #f6f6f6;
  border-radius: 10px;
  border: solid grey thick;
  padding-left: 10px;
}

.input_text_2 {
  width: 200px;
  height: 50px;
  font-size: 28px;
  background-color: #f6f6f6;
  border-radius: 10px;
  border: solid grey thick;
  padding-left: 10px;
}

.picture img {
  cursor: url(/img/layout/backgrounds/zoom.cur), -moz-zoom-in;
}
