@media screen and (min-width: 768px) {


.altp-form-confirm,
.altp-form-stretch{
  max-width:50%;
  margin: 0 auto;
}


}

.altp-form-stretch.panel{
	border-radius: 16px;
	border: 2px solid pink;
	overflow: hidden;
	padding: 11px;	
}

.altp-form-stretch.panel .select2-container--default .select2-selection--single,
.altp-form-stretch.panel textarea,
.altp-form-stretch.panel select,
.altp-form-stretch.panel input{
	border-radius: 16px !important;
	border: 1px solid #999;
}


.altp-form-stretch.panel .panel-heading{
	background-color: initial;
}

.altp-form-stretch.panel .panel-heading .panel-title{
	text-transform: uppercase;
	font-weight: bold;
	background-color: none;
}




