.inputLogin {
	background: none;
  border: 0px none;
    border-bottom-width: 0px;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 20px; padding-left: 0;
		padding: 10px 2px 15px 0px;
	}
::placeholder {
  color: white;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12 -18 */
  color: red;
}
.inpt {
	background: none !important;
	border: 0px none !important;
    border-bottom-width: 0px !important;
    border-bottom-style: none !important;
    border-bottom-color: currentcolor !important;
	border-bottom: 1px solid #fff !important;
	color: #fff !important;
	font-size: 20px !important;
	padding-left: 0 !important;
	padding: 10px 2px 15px 0px !important;
	margin-bottom: 30px;
}