.main-border{
	//border-width:15px;  
	//border-width:20px 20px 60px 20px;
	border-width:60px 60px 100px 60px;
    border-style:solid;
	//border-image: linear-gradient(to right, red , yellow);
	border-image: linear-gradient(to right, #e0d553 , #ce4343, #3a93bf);
    border-image-slice: 1;
}

.middle-bg{
	//background-image: linear-gradient(90deg, #fef3d5, #d3e3f0);
	background-image: linear-gradient(90deg, #fef3d5, #f5d6d5 , #d3e3f0);
}
    
.bg-main{
	/*background-image: linear-gradient(to right, #e0d553 , #ce4343, #3a93bf);*/
	background-color: white;
}

.form-custom .input-field > label{
	color: black;
}
.title_panel{
	width: 100%;
	background: #fff;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
}
.title_panel p{
	/*color: #fff;*/
	color: #0c2752;
	font-weight: 900;
	font-size: 25px;
	text-align: center;
	margin-top: 0;
	padding-top: 2px;
	padding-bottom: 7px;
}
.field_label{
	/*color: #ffffff;*/
	font-size: 16px;
}
.field_input{
	/*background-image: linear-gradient(white, #c7dbff);*/
	border: 1px solid #9d9d9d !important;
	border-radius: 5px !important;
	height: 35px !important;
	padding-left: 5px !important;
}
.form-group {
	margin-top: 7px;
}