#registration-form{
  width: 321px;
  max-width: 321px;
  height: 400px;
  /* background-image: url("../images/form-background.png"); */
  /* background-color: white; */
  background-color: #fcf8e3;
  border: 5px solid #feeac3;
  
  float: left;
  margin-top: 50px;
  color: black;
  position: relative;
  left: 80px;
}

#welcome, #loader{
  display: none;
}

#form-headline{
  width: 100%;
  height: 105px;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  float: left;
  padding-top: 25px;
  text-align: center;
}

#form-headline span{
  display: block;
  font-size: 28px;
}


#signupform label{
  float: left;
  width: 90%;
  clear: both;
  margin-left: 5%;
  margin-right: 5%;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 25px;
}

#signupform span{
  float: left;
}


#signupform input:focus{
  border: 3px solid green;
}

#button-register{
  width: 100%;
  height: 60px;
  background-color: #49c021;
  color: white;
  border: none;
  font-size: 28px;
  cursor: pointer;
}

#button-register:hover{
  background-color: darkgreen;
}


#loader{
  float: left;
  margin-left: 55px;
  margin-top: 12px;
}

#welcome{
  padding: 15px;
}

.overeni{
  margin-bottom: 15px;
  font-size: 18px;
}

.already-member{
  display:none;
}

.info{
  padding: 15px;
  text-align: center;
}

.jmeno{
  font-weight: bold;
  text-align: center;
  margin-bottom: 4px;
  font-size: 14px;
}

.mesto{
  padding: 0;
  text-align: center;
  margin-bottom: 2px;
  line-height: 1;
}

.vek{
  padding: 0;
  text-align: center;
  margin-bottom: 2px;
  line-height: 1;
}

.profile{
  width: 10%;
  min-width: 90px;
  margin-left: 12.5px;
  float: left;
  margin-bottom: 10px;
  line-height: 1;
  cursor: pointer;
}

.profile img{
  margin: 10px auto;
  display: block;

}