@media (max-width: 480px) {
  body{
  background: url(../Recursos/img_5.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;

  background-color: rgba(255, 0, 0, 0);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center
}

  .hero_cont{    
    display: flex;
    flex-direction: column;
    margin: 0;
    height: 100svh;
    width: 100%;
    /* background-color: rgb(206, 186, 36); */
  }
  
  .card_login {
    height: 55%;
    width: auto;
    border-radius: 5px;
    box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.3);
    transition: 400ms;
    backdrop-filter: blur(40px);
    padding: 10px 10px;
    max-width: 400px;
    width: 90%;
  }

  .sub-tittle_login{
    width: 100%;
    height: auto;
    background-color: rgba(47, 255, 220, 0);
}

  .title_logo{
    background-color: rgba(255, 0, 0, 0);
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0;
    padding-top: 20px;

}
.button_cont{
    background-color: rgba(137, 43, 226, 0);
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
}

button{
    margin: 0;
    font-family: "Montserrat", sans-serif;
    box-shadow: 10px rgba(0, 0, 0, 0.418);
    transition: 300ms;
    text-decoration: none;
    outline: none;
    color: white;
    background-color: #6E9D77;
    border-radius: 2px;
    font-size: 24px;
    font-weight: 600;
    width: 95%;
    padding: 5px 0;
}

button:hover{
  background-color: #51a060;
}

p{
  font-size: 15px;
  margin: 0;
  padding: 5px;
}

h2{
  margin: 0;
  border: 0;

}

.user_cont, .passw_cont{
  background-color: rgba(255, 0, 0, 0);
  display: flex;
  flex-direction: column;
  padding: 0;
  border: 0;
  margin: 0;
  width: 100%;
  margin-bottom: 10px;

}

.p_cont{
  background-color: rgba(255, 0, 0, 0);
  width: 90%;
  height: 100%;
  display: flex;
  align-items: center;
  margin-top: 10px;
  padding-left: 10px;
}

.p_cont p{
  padding-bottom: 10px;
}
input{
  padding: 0;
  border: 0;
  margin: 0;
  width: 95%;

}

p{
    margin:0;
    font-size: 18px;
    font-weight: 500;
    background-color: rgba(172, 255, 47, 0);
}

.input_cont{
  padding-left: 10px;
  background-color: rgba(128, 0, 128, 0);
  display: flex;
  align-items: center;
}
.register_link{
  width: 100%;
  background-color: rgba(234, 255, 0, 0);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: auto;

}

.register_cont{
  background-color: rgba(168, 89, 89, 0);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}

.register{
  padding: 0;
  background-color: rgba(255, 0, 0, 0);
}



.h1_cont{
  background-color: rgba(255, 0, 0, 0);
  display: flex;
  align-items: center;
  justify-content: left;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  margin: 0;
}

h1,a,p{
  padding: 0;
  margin: 0;
}
}
