/*Block: Everything in this block should be repleaced*/
.sameline {
  white-space: nowrap;
}

.sameline * {
  display: inline-block;
}

.alignleft {
  float: left;
}
.alignright {
  float: right;
}
/*Endblock*/

.profileInput {
  width: 50%;
  border-radius: 5px;
  padding: 5px;
}
.profileText {
  width: 20%;
}

.test {
  background-color: white;
}

.headtitle {
  text-align: center;
  font-weight: bold;
  margin: 2%;
}

.error {
  border-radius: 15px;
  background-color: rgb(248, 36, 36);
  margin: 1%;
  padding: 1%;

  font-size: 18px;
  color: wheat;
}

.errorinput {
  border-color: red;
}