* {
    box-sizing: border-box;
}
body {
    font-family: "Lato", sans-serif;
    font-size: 17px;
    color: #171717;
}
h1 {
    font-family: "Montserrat", sans-serif;
}
/*special classes*/
.hide {
    text-indent: -9999999px;
    display: inline-block;
}
form {
    width: 40%;
    margin: auto;
    border: 1px solid #a9a9a9;
    border-radius: 8px;
    padding: 2em;
    background: #5a5a5a;
}
h1 {
    text-align: center;
}
fieldset {
    background: #afdbff;
    padding: 1em 2em 2em;
    margin: 2em auto;
    border-radius: 5px;
    border: #b4b4b4 1px solid;
    box-shadow: 0 2px 10px 5px rgba (0 0 0 0.15);
}
legend {
    background: #fff1cf;
    padding: 0.5em;
    border-radius: 5px;
    box-shadow: 0 2px 10px 5px rgba(0, 0, 0, 0.15);
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    border: #ababab 1px solid;
}
input,
textarea {
    display: block;
    padding: 0.5em;
    font-family: Lato, arial, sans-serif;
    font-size: 1em;
    color: #5f5f5f;
    width: 100%;
    border-radius: 4px;
    border: none;
}

input {
    background: #fff  url(pen-08-folder/images/name.png) no-repeat left 10px center;
    background-size: auto 70%;
    padding: 1em 1em 1em 60px;
}
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: solid 1px green;
-webkit-text-fill-color: green;
-webkit-box-shadow: 0 0 0 1000px #fff inset;
transition: background-color 5000s ease-in-and-out 0s;
    
    
}
.input-wrap {
    position: relative;}
.input-wrap img {
    position:absolute;
    top: 8px;
    left: 10px;
    height: 40px;
    width: auto;
    z-index: 100;
}
.input-wrap {
    position: relative;
      display: block;
    
}
