Index: wp-content/themes/twentyfourteen/searchform.php
===================================================================
--- wp-content/themes/twentyfourteen/searchform.php	(revision 25069)
+++ wp-content/themes/twentyfourteen/searchform.php	(working copy)
@@ -1,15 +0,0 @@
-<?php
-/**
- * The template for displaying search forms in Twenty Fourteen
- *
- * @package WordPress
- * @subpackage Twenty_Fourteen
- */
-?>
-<form role="search" method="get" class="search-form" action="<?php echo esc_url( home_url( '/' ) ); ?>">
-	<label>
-		<span class="screen-reader-text"><?php _ex( 'Search for:', 'label', 'twentyfourteen' ); ?></span>
-		<input type="search" class="search-field" placeholder="<?php echo esc_attr_x( 'Search &hellip;', 'placeholder', 'twentyfourteen' ); ?>" value="<?php echo esc_attr( get_search_query() ); ?>" name="s" title="<?php _ex( 'Search for:', 'label', 'twentyfourteen' ); ?>">
-	</label>
-	<input type="submit" class="search-submit" value="<?php echo esc_attr_x( 'Search', 'submit button', 'twentyfourteen' ); ?>">
-</form>
Index: wp-content/themes/twentyfourteen/style.css
===================================================================
--- wp-content/themes/twentyfourteen/style.css	(revision 25069)
+++ wp-content/themes/twentyfourteen/style.css	(working copy)
@@ -381,6 +381,7 @@
 }
 input[type="text"],
 input[type="email"],
+input[type="search"],
 input[type="password"],
 textarea {
 	border: 1px solid rgba(0, 0, 0, 0.1);
@@ -391,11 +392,14 @@
 }
 input[type="text"]:focus,
 input[type="email"]:focus,
+input[type="search"]:focus,
+input[type="password"]:focus,
 textarea:focus {
 	color: #2b2b2b;
 }
 input[type="text"],
 input[type="email"],
+input[type="search"],
 input[type="password"] {
 	padding: 8px 10px;
 	padding: 0.8rem 1.0rem;
@@ -2093,6 +2097,7 @@
 }
 .widget-area input[type="text"],
 .widget-area input[type="email"],
+.widget-area input[type="search"],
 .widget-area input[type="password"],
 .widget-area textarea {
 	background-color: #2b2b2b;
@@ -2253,6 +2258,7 @@
 }
 .content-sidebar input[type="text"],
 .content-sidebar input[type="email"],
+.content-sidebar input[type="search"],
 .content-sidebar input[type="password"],
 .content-sidebar textarea {
 	background-color: #fff;
