.inputFieldRow{
	clear:both;
	background:white;
	width:100%;
	height:42px;
	border:1px solid #828282;
	border-radius:0.2em;
	-webkit-transition:box-shadow .3s;
	transition: box-shadow .3s;
}

.inputFieldLabel{
	margin-top:15px;
	clear:both;
	float:left;
	color:#828282;
	font-size:14px;
}

.inputFieldIconContainer{
	width:45px;
	height:40px;
	border-right:1px solid #828282;
	background:#F7F7F7;
	float:left;
	border-top-left-radius:inherit;
	border-bottom-left-radius:inherit;
}

.inputTimeIconContainer{
	border-left:1px solid #828282;
	background:#F7F7F7;
	float:right;
	border-top-right-radius:inherit;
	border-bottom-right-radius:inherit;
	width:22px;
}

.inputFieldIcon{
	text-align:center;
    width: 30px;
    height: 30px;
	border-radius: 0.5em;
	background-color: transparent;
	background-repeat:no-repeat;
	background-size: cover;
	float:left;
	margin-top:5px;
	margin-left:6px;
}

.inputFields{
	float:right;
	width:80%;
	height:40px;
	border:0px;
	color:#343434;
	background:transparent;
	font-size: 18px;
	padding: 3px 0 0 10px;
}

.inputTime{width:65%; height:20px; font-size:14px; float:left;}

input:-webkit-autofill {
    color: #fff !important;
}

.inputFields:focus {
	outline: 0;
}

.inputFieldRowActive{
	-moz-box-shadow:0 0 5px 5px #343434;
	-webkit-box-shadow:0 0 5px 5px #343434;
	box-shadow: 0px 0px 7px #343434;
}


.submitAddContact{
	background:#ac00d5;
	width:50%;
	color:white;
	padding:12px;
	cursor:pointer;
	font-size:12px;
	margin-top:30px;
}

.submitAddContact:active{background-color:#343434}

@media (max-width: 600px) {
	.submitAddContact{width:80%}
	.inputTime{height:16px}
}

@media (max-width: 320px) {
	.inputFields{width:70%}
	.inputTime{width:60%;}
}
