body {
  background-image: url("../img/fondo-login.jpg");
  background-size: cover;
}

.letra {
  color: #fff;
  text-align: center;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: "Arimo", sans-serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 3.5px;
  width: 48%;
}

@import url("https://fonts.googleapis.com/css2?family=Arimo&display=swap");

.texto-esquina {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-family: "Arimo", sans-serif;
  color: white;
  padding: 38px;
}

.custom-bg-color {
  background-color: rgb(249, 240, 255); /* Notación RGB */
  background-color: #F9F0FF; /* Notación hexadecimal */
  border-radius: 20px;
}

.boton-ingresar {
  background-color: #170b30;
  border-width: 0;
  height: 60px;
  top: 25px;
  font-size: 14px;
}

.telefonica {
  margin-top: 4rem;
  font-size: 14px;
}
