/*
Custom Css

consulta, te paso una pagina de venta de productos de cintas, moños , papeles decorativos, etc la url es esta
https://www.grupopackers.com.ar/
podrias hacer unn logo para una empresa igual que se llama feivapel

site color palete

lila: #993399 - 153.51.153
negro: #333 - 51.51.51
celeste: #01A2A6 - 1.162.166

rojo furioso: red


*/



.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-floating:focus-within {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="text"],
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}


.w-25c {
  width: 100% !important
}
.w-60 {
  width: 100% !important
}
.w-15 {
  width: 100% !important
}

.btn-lila,
.bg-lila{
     background-color: red;
    color: white!important;
}
.btn-celeste,
.bg-celeste{
    background-color: firebrick;
    color: white!important;
}
.text-celeste{
    color: darkred;
}


/* RESPONSIVE */

@media (min-width:768px) {
    .w-60 {
      width: 59% !important
    }
    .w-15 {
      width: 14% !important
    }
    .w-25c {
      width: 25% !important
    }
}



