* {
  font-family: "Helvetica", "Arial", sans-serif !important;
}

.background {
  width: 100%;
  height: 100vh;
  background-image: url("../assets/images/fondo\ 2.png");
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  justify-content: center;
  align-items: center;
  display: flex;
}

.container {
  background-color: #152228;
  border-radius: 12px;
  height: auto;
  padding: 4% 5%;
}

img {
  width: 100%;
}

.logo-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.title {
  font-weight: 600;
  color: #a8a1fe;
  font-size: 1.2vw;
}

.subtitle {
  font-size: 0.9vw;
}

.Form-Seluverso {
  font-size: 0.9vw;
  text-align: center;
  padding: 2%;
  border: 3px solid #a8a1fe;
  border-radius: 12px;
  height: 6vh !important;
}

.form-row {
  margin-bottom: 4%;
}

.select2-container .select2-selection__rendered {
  color: #999999;
  font-style: italic;
  font-size: 14px;
}

.btn2 {
  color: #fff;
  font-weight: bold;
  padding: 2%;
  width: 100%;
  border-radius: 12px;
  background-color: #a8a1fe;
  font-size: 0.9vw;
}

.btn2:hover {
  background-color: #79d4cf;
}

.Form-Seluverso:focus {
  border-color: #79d4cf;
  transition: background-position 0.5s;
}

.form-get {
  display: none;
}

.text-get {
padding-left: 8%;
color: #000;
}

@media screen and (max-width: 650px) {
  .title {
    font-size: 4.3vw;
    margin-top: 2%;
  }

  .btn2,
  .Form-Seluverso,
  .subtitle {
    font-size: 3.2vw;
  }
}

@media screen and (max-height: 420px) {
  .Form-Seluverso {
    height: 7vh !important;
  }
}
