input[type="text"], input[type="password"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    border: none;
    padding: 12px 10px 0 100px;
    height: 42px;
    background: none;
	width: 100%;
	font-size: 14px;
}