.contacto-social{
position: fixed;
z-index: 99;
width: auto;
height: auto;
bottom: 20px;
right: 70px;
}
.contacto-social img{
height: 60px !important;
transition: transform 250ms, opacity 400ms;
margin-right: 8px;
}
.contacto-social img:hover{
transform: scale(1.2);
}
.login input[type=text], .login input[type=password]{
width: 100% !important;
}
@media only screen and (max-width: 600px) {
.contacto-social{
right: 20px;
}
}