#customcontainer{
	padding: 2% 0;
	max-width: 1080px; 
	margin: auto; 
	position: relative; 
	color: #123021 !important;
}
#customcontainer .boxmain{
	float: left;
	width: 100%;
	margin-bottom: 30px !important;
}
#customcontainer .profileone {
	padding: 10px;
	width: 49%;
	float:left;
}
#customcontainer .topmainabove{
	padding: 0px 10px 10px 0px;
	clear:both;
	font-weight: 500;
	color: #ff9c39;
}
#customcontainer .topmainbelow{
	padding: 0px 0px 20px 0px;
	clear:both;
	max-width: 380px;
	line-height: 1;
}
#customcontainer .from-group{
	margin-bottom: 20px;
}
#customcontainer .from-group label span{
	margin-top: 10px;
	padding-left: 2px;
	font-size: 16px;
	color: red;
}
#customcontainer label.error{
	color: #ef0000 !important;
  	font-size: 14px;
}
#customcontainer .profileone img{
	max-height: 450px;
	width:auto;
}
#customcontainer .text-center{
	text-align: center;
}
#customcontainer .profileone .button{
	margin-left: 0%;
}
#customcontainer .profileone input{
	max-width: 350px;
	width: 100% !important;
	display: block;
	border: solid 1px #d0d0d0 !important;
	background-color: #f8f8f8;
	border-radius: 3px;
	margin-top: 5px !important;
	height: 40px !important;
	padding: 10px !important;
}
#customcontainer .profileone label{
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.54;
	letter-spacing: normal;
	color: #123021;
	display: block;
	width: 100%;
}
#customcontainer .form-control {
	display: block;
	width: 100%;
	height: 39px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
#customcontainer .abovesubmit{
	font-size: 22px;
	padding: 10px 0px;
	max-width: 380px;
	line-height: 1;
}