#header .ul-nav > li:nth-of-type(4) {

}

#header .ul-nav > li:nth-of-type(4) a {
  color: #a17800;
}

#menu_movil a:nth-of-type(4) i {
  color: #FBC219;
}

#menu_movil a:nth-of-type(4) {
  color: #eee;
}

#logo {
	display: ;
}

body {
	background-color: #f1f1f1;
}

#login {
	background-color: #fff;
	width: 85%;
	margin: auto;
	padding: 20px 20px;
	max-width: 500px;
  top: 140px;
	position: relative;
	border: 1px solid #ddd;
	border-radius: 5px;
	box-shadow: 2px 2px 5px #eee;
}

#login .div_img {
	margin: auto;
	margin-bottom: 10px;
	width: 150px;
}

.div_in {
	width: 100%;
	background-color: transparent;
	display: flex; 
	height: 35px;
	border-bottom: .5px solid #bbb;
	margin-bottom: 10px;
}

.div_in .input {
  width: 95%;
	color: #555; 
	font-size: 1em;
	padding: 0px 5px;
	border: none;
	background-color: transparent;
}

.fa-eye  {
	align-self: center;
	color: #444;
	font-size: 1.1em;
	margin-right: 4px;
	cursor: pointer;
	color: #a17800;
}

#login button {
	width: 100%;
	height: 34px;
	cursor: pointer;
	font-size: 1em;
	background: linear-gradient(to right, #a17800, #FBC219);
	color: #fff;
	border: none;
	transition: all .2s ease;
	position: relative;
	margin: 10px 0px;
}

#login button:hover {
  box-shadow: 0px 2px 2px #ccc;
	color: #fff;
}	

#login button:active {
	box-shadow: none;
	top: 1px;
}

#login #frgPass {
	cursor: pointer;
	color: #777;
	margin-bottom: 10px;
	text-decoration: underline;
}

#notify {
	color: #333;
}

/*PC ONLY*/

@media only screen and (min-width: 970px) { 

#login {
	width: 350px; /*80%*/
	top: 120px; /*100px*/
}
		
}