.gradient-custom-3 {
/* fallback for old browsers */
background: #1C2D5B;

/* Chrome 10-25, Safari 5.1-6 */
background: -webkit-linear-gradient(to right, rgba(20, 35, 104, 0.658), rgba(13, 21, 129, 0.685));

/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
background: linear-gradient(to right, rgba(32, 43, 145, 0.753), rgba(18, 32, 158, 0.664))
}
.gradient-custom-4 {
/* fallback for old browsers */
background: #1C2D5B;

/* Chrome 10-25, Safari 5.1-6 */
background: -webkit-linear-gradient(to right, rgb(13, 25, 77), rgb(19, 17, 117));

/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
background: linear-gradient(to right, rgb(14, 20, 75), rgba(26, 40, 119, 0.973))
}
input, button{
	border-color: #1C2D5B !important;
}
.custom_ph_text{
		font-size: 16px !important;
	}


/*responsive*/
/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {

	
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) { 

}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
	
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {

}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {

}
