.modal-header {
    padding: 15px;
    border-bottom: 1px solid #ec810d;
	background:#C60;
}
.modal-content {
	border-radius:3px;
	background:#062a5a;
}

.h4, h4
{
	color:#333;
	font-size:15px;
}
label
{
	color:#fff;
	font-weight:300;
}

.form-control
{
	background:#eeeeee;
}

.btn-default
{
	background:#ec810d;
	color:#fff;
	width:25%;
	font-weight:300;
}

.client_logo
{
	width:100%;
}