.pnh-modal-request {

}

.pnh-modal-request .modal-dialog {
	width: 700px;
	max-width: none;
}

.pnh-modal-request .modal-dialog .modal-content {
	background-color: #313131;
	border-radius: 0;
	box-shadow: 0px 5px 10px 1px rgba(0,0,0,0.3);
	padding: 30px;
	z-index: 1;
}

.pnh-modal-request .btn-pnh-close {
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 2;
}

.pnh-modal-request .request-header {
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	position: relative;
}

.pnh-modal-request .request-header h1 {
	font-size: 1.4em;
	text-shadow: 1px 1px 5px rgba(0,0,0,0.3);
	font-weight: 700;
}

.pnh-modal-request .request-header span svg {
	color: #bb7421;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	z-index: -1;
	font-size: 5em;
}
