		input{
		border:none ;
		}

		input:focus, textarea:focus ,select:focus
		{
		border: 1px solid #000000;
		box-shadow: 0 0 3px #000000;
		outline-offset: 0px;
		outline: none;
		}