﻿body {
	margin: 0px;
	background-image: url("../images/background.png");
	background-repeat: no-repeat;
}


.submitposition {
	background-image: url("../images/c2c_button.png");
	background-repeat: no-repeat;
	width: 145px;
	height: 37px;
	position: relative;
	left: 265px;
	top: 94px;
}
	
#webcallbackinput {
	position: relative;
	left: 20px;
	top: 119px;
	width: 180px;
	height: 26px;
	color: red;
}

.input-container {
	display: -ms-flexbox; /* IE10 */
	display: flex;
	width: 100%;
	margin-bottom: 5px;
}

.icon {
	padding: 20px 13px 10px 10px;
	background: dodgerblue;
	color: white;
	min-width: 20px;
	min-height: 20px;
	text-align: center;
	position: relative;
	left: 20px;
	top: 119px;

}
.input-field {
	padding: 10px;
	outline: none;
}

.input-field:focus {
	border: 2px solid dodgerblue;
	background: rgb(143,143,157);
	background: linear-gradient(24deg, rgba(143,143,157,1) 0%, rgba(255,255,255,0) 22%, rgba(255,255,255,1) 100%);}
}
	