
	input, textarea{
    outline:none;
    transition: all 0.75s ease-in-out;
    -webkit-transition: all 0.75s ease-in-out;
    -moz-transition: all 0.75s ease-in-out; 
    -webkit-border-radius:3px;
    -moz-border-radius:3px; 
    color:#0b0a0a;
	height: 32px;
}
 
input:focus, textarea:focus {
    box-shadow: 0 0 10px #4285f4;
    -webkit-box-shadow: 0 0 10px #4285f4;
    -moz-box-shadow: 0 0 10px #4285f4;
    border:1px solid #999;
}

		