
.FormBox{
  z-index: 2;
  height: 60vh;
}


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

.input {
  width: 100%;
  height: 100%;
  position: relative;
  background: #D9D9D9;
  border-radius: 100px;
  border: none;
  margin-bottom: 20px;
  /*margin-: 24.41px;*/
}
.button{
  color: white;
}
.loginTitle {
  margin-bottom: 10vh;
  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;
}
.loginRecaptcha{
    display: flex;
    justify-content: center;
    align-items: center;
}

.loginButton{
  margin-top: 2vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.error-msg{
  font-size: 2vh;
  top: -3vh;
  position: absolute;
  color: red;
}

.container{
  z-index: 1;
}