html {
  position: relative;
  min-height: 100%;

}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
  padding-top: 50px;
  

}


#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  text-align: center;
  color: #354458;
  background-color:#fff ;
}

#section-landing {
    background: url('../img/pal.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100%;
    height: 100vh;
    width: 100%;
}

.wrapper-landing {
    position: relative;
    text-align: center;
    margin: 0 auto;
    width: 40%;
    top: 10%;
    background-color: #c0e6ee;
    opacity: 0.7;
}

.wrapper-landing h1 {
    font-size: 48px;
    margin: 0;
    font-weight: 200;
}

.wrapper-landing h2 {
    font-size: 36px;
    opacity: 0.6;
    margin: 0;
    font-weight: 100;
}

.wrapper-landing-logged {
    position: relative;
    text-align: left;
    margin: 0 auto;
    padding-left: 20px;
    width: 70%;
    background-color: #c0e6ee;
    opacity: 0.8;
}

.wrapper-landing-logged h1 {
    font-size: 48px;
    margin: 0;
    font-weight: 200;
}

.wrapper-landing-logged h2 {
    font-size: 42px;
    opacity: 0.6;
    margin: 0;
    font-weight: 100;
}

.wrapper-landing-logged h4 {
    font-size: 24px;
    color: #0d6efd;
    text-align: left;
    padding-left: 15px;
    margin: 0;
    font-weight: 200;
}

.wrapper-landing-logged p {
    font-size: 16px;
    color: black;
    text-align: left;
    padding-left: 50px;
    margin: 0;
    font-weight: 200;
}

.container-login {
    width: 100%;
    margin: 0 auto;
    position: relative;
    top: 20%;
}

.wrapper-login {
    width: 80%;
    margin: 0 auto;
    text-align: center;
}

.wrapper-login input {
    width: 200px;
    height: 26px;
    border: 1px solid #cccccc;
    background-color: #f5f5f5;
    font-size: 18px;
    display: block;
    position: relative;
    margin: 20px auto;
}

input::placeholder {
    color: #a1a1a1;
    font-size: 14px;
}

.wrapper-login h2 {
    font-size: 40px;
    text-transform: uppercase;
}




.invalidFeedback {
    color: #ff0000;
    display: block;
}

/* BLOG */



.container-item {
    border-bottom: 1px solid #dcdcdc;
    padding: 10px 0px;
}

.btn {
    margin-left:5px ;
}

 
