
body{background-color: rgb(255,255,255); font-family: 'Lato', sans-serif;font-weight:100; color:#ccc; }
.logo_01{width: 80%;transition: all 700ms ease 0s;}
button[type="submit"]:hover .logo_01{width: 90%;}
button.btn:hover {color: #ccc;}

.logo_02{width: 100%;padding-top:10%;}
.formulario{width: 90%;
    padding-top: 10%;
    padding-left: 23%;}
input{background-color: rgba(0, 0, 0, 0) !important; border: none !important; color: #ccc !important; border-bottom:1px solid #878787 !important; width: 100%; font-size: 1.35em !important;letter-spacing: .2em !important; text-align: right;}
input[type="submit"]{border:none !important;font-size: 1.5em !important;letter-spacing: .5em !important; margin-top: 10px;font-family: 'Lato', sans-serif; }
.iconos{width: 27px;}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus{border: 1px solid green;
  -webkit-text-fill-color: #ccc;
  -webkit-box-shadow: 0 0 0px 1000px rgba(0, 0, 0, 0) inset;
  transition: background-color 5000s ease-in-out 0s;}

.entrarBtn{position: absolute;bottom: 5%;left: 5%}
.entrarBtn input{text-align: center;}
.entrarCont{width: 51%;float: left;text-align: center;}

.pleca{position: absolute;height: 100%;}
.entrarCont button[type="submit"]{background-color: rgba(0, 0, 0, 0)}

.input-group-addon{background: none !important;border: none !important;}
.formulario input{width: 170px;}

@media only screen and (max-width:767px){
.formulario input {width: 128px;font-size: .9em !important;}
.pleca {position: absolute;height: 49%;bottom: 0;right: 0;}
.entrarBtn {position: absolute;bottom: 1%;left: 5%;}
.logo_02{width: 100%;right: 0%;position: static;top: 0%;}
.formulario {position: static;right: 0%;width: 95%;margin-left: 5%;margin-top: 0%;}
}
@media only screen and (min-width:480px) and (max-width:767px){
  .logo_02 {
    width: 30%;
    right: 0%;
    position: absolute;
    padding-top: 2%;
}

.pleca {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
}

.formulario {position: absolute;right: 0%;width: 45%;margin-top: 8%;}
.formulario input{width: 100px;}
.logo_01 {width: 45%;}
button[type="submit"]:hover .logo_01{width: 55%;}

}