



.input-field {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4.5vh;
  width: 90%;
  height: 4vh;
  position: relative;
  align-items: center;
  font-size: 4vh;
}

.input {
  width: 100%;
  height: 4vh;
  position: relative;
  background: #D9D9D9;
  border-radius: 100px;
  border: none;
  font-size: 2vh;
  /*margin-: 24.41px;*/
}

.registerTitle {
  margin-bottom: 6vh;
  width: 100%;
  height: 5vh;
  position: relative;
  text-align: center;
  color: white;
  font-size: 5vh;
  font-family: sans-serif;
  font-weight: 700;
  line-height: 40px;
  /*word-wrap: break-word;*/
  top:3vh;
}

.registerButton{

  margin-top: 5vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.button{
  color: white;
}

.FormBox{
  top: 10vh;
  height: 65vh;
  width: 110vh;
  z-index: 2;
}

.container{
  z-index: 1;
}

.horizontal_input {
  width: 100%;
  /*margin-right: 8vh;*/
  height: 4vh;
  position: relative;
  background: #D9D9D9;
  border-radius: 100px;
  border: none;
  font-size: 2vh;
  flex: 1 0 auto;
  /*margin-: 24.41px;*/
}

.input-field-horizontal {
  margin-left: auto;
  display: flex;
  justify-content: space-between;
  margin-right: auto;
  margin-bottom: 6vh;
  width: 90%;
  height: 4vh;
  position: relative;
  align-items: center;
  font-size: 4vh;
}
.input-field-horizontal .control{
  width: 31%;
}

.error-msg-h{
  font-size: 1.7vh;
  color: #ffffff;
  position: absolute;
  width: 32.5%;
}

.input-field-password {
  margin-left: auto;
  display: flex;
  justify-content: space-between;
  margin-right: auto;
  margin-bottom: 6vh;
  width: 90%;
  height: 4vh;
  position: relative;
  align-items: center;
  font-size: 4vh;
}
.space-control-password{
  width: 5%;
}
.password_input {
  width: 100%;
  /*margin-right: 8vh;*/
  height: 4vh;
  position: relative;
  background: #D9D9D9;
  border-radius: 100px;
  border: none;
  font-size: 2vh;
  flex: 1 ;
  /*margin-: 24.41px;*/
}



.input-field-password .control{
  flex: 1;

}

.error-msg{
  font-size: 1.7vh;
  color: #ffffff;
  position: absolute;
  width: 90%;
}