.lang-form.hidden-form {
  display: none ;
}

.lang-form.active-form {
  display: block ;
}

.switch-lang-button {
  background: #005EB8;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 12px 30px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
