* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "bmw-thin";
  color: rgb(255, 255, 255)
}

@font-face {
  font-family: "bmw-thin";
  src: url(./tipografia/bmw-thin.ttf);
}

@font-face {
  font-family: "bmw-bold";
  src: url(./tipografia/bmw-bold.ttf);
}

@font-face {
  font-family: "bmw-regular";
  src: url(./tipografia/bmw-regular.ttf);
}

body {
  background-image: url("./imagenes/f2.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  width: 100%;
}

.header_form {
  display: flex;
  flex-direction: column;
  justify-content: left;
  align-items: start;
  gap: 1rem;
  height: 72px;
  width: 100%;
  padding: 2rem;
}

.logo_form {
  width: 210px;
}

.logo_linea {
  width: 100%;
  height: 2px;
}

.titulo_banner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  padding-top: 9rem;
  padding-left: 2rem;
  gap: 1rem;
}

.h1_banner {
  color: #FFFFFF;
  font-family: "bmw-thin";
  font-size: 40px;
  text-transform: uppercase;
}

.h2_banner {
  color: #FFFFFF;
  font-family: "bmw-thin";
  font-size: 16px;
  line-height: 27px;

}
.content_button {
  display: flex;
  justify-content: left;
  align-items: left;
  padding-top: 1rem;
}
.submit {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  width: 317px;
  background-color: #0067B1;
  border: 1px solid #0067B1;
  text-decoration: none;
  margin: 1rem;
  color: #FFFFFF;
  margin-left: 2rem;
  font-size: 14px;
  font-weight: 400;
}
.submit:hover {
  cursor: pointer;
}

.footer{
display: flex;
justify-content: left;
align-items: left;
flex-direction: column;
width: 100%;
gap: 2rem;
padding: 3rem;
}