.homeBack{
	color: black;
	background-color: rgba(255, 255, 255, 1);
	/*box-shadow: 0px 0px 10px -3px rgb(2, 2, 2);*/
	border: 1px solid #828282;
	padding: 5px;
	border-image: initial;
	margin: 0 auto;
	border-radius: 6px;
}
.homeBack a{
	background-color: #EDEDED !important;
}

.homeBack h1{
	font-size: 14px;
	text-align: center;
	margin: 0 0 6px 0;
	font-weight: 600;
    color: #344239;
	
}

.MenuHome{ 
  list-style: none;
  margin: 0;
  padding: 0;
  width: 200px;
}

.MenuHome li{

  /*background-color: rgba(255, 255, 255, 1) !important;*/
  /*border-bottom: 1px solid #F1F4F9;*/
}

.MenuHome  li a{
  color: #333;
  display: block;
  padding: 10px ;
  text-decoration: none;
  background-color: transparent !important;
}

::placeholder {
	color: lightgray;
	opacity: 1; /* Firefox */
}
