body {
	color: #333;
}

a {
	color: #165E69;
}
  
input:-moz-placeholder {  
	color: white;  
}

input::-moz-placeholder {  
	color: white;  
}

input::-webkit-input-placeholder {  
  color: white;  
}

input:-ms-input-placeholder {  
  color: white;  
}

input {
	color: white !important;
	font-size: 16px !important;
	background-color: #979797 !important;
	box-shadow: inset 2px 2px 4px #8e8d8d !important;
}

.account-container {
	border: 0px solid #d5d5d5;
	margin-top: 0px;
}

.textP {
	text-align: justify;
	font-size: 10px;
}

#rememberMe{
	margin-right:10px;
}