.control-label {
	font-weight: 100;
	font-size: 18px;
	text-align: left;
}

.form-group div {
	margin-bottom: 20px;
}

.form-control {
	font-family: "HelveticaNeue", "Helvetica Neue", "Arial", sans-serif;;
}

.form-control:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
	-webkit-box-shadow: 0px 0px 15px 5px rgba(255,255,255,0.5);
	-moz-box-shadow: 0px 0px 15px 5px rgba(255,255,255,0.5);
	box-shadow: 0px 0px 15px 5px rgba(255,255,255,0.5);
	outline: 0 none;
}

.has-feedback .form-control-feedback {
    position: absolute;
    top: 0px;
    right: 15px;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
}

.has-success .form-control:focus {
	-webkit-box-shadow: 0px 0px 15px 5px rgba(60, 118, 61, 1);
	-moz-box-shadow: 0px 0px 15px 5px rgba(60, 118, 61, 1);
	box-shadow: 0px 0px 15px 5px rgba(60, 118, 61, 1);
	outline: 0 none;
}

.form-group .glyphicon-ok {
	color: rgba(60, 118, 61, 1);
}

.has-warning .form-control:focus {
	-webkit-box-shadow: 0px 0px 15px 5px rgba(188, 206, 8, 0.5);
	-moz-box-shadow: 0px 0px 15px 5px rgba(188, 206, 8, 0.5);
	box-shadow: 0px 0px 15px 5px rgba(188, 206, 8, 0.5);
	outline: 0 none;
}

.form-group .glyphicon-warning-sign {
	color: rgba(150, 163, 21, 1);
}

.has-error .form-control:focus {
	-webkit-box-shadow: 0px 0px 15px 5px rgba(228, 70, 68, 1);
	-moz-box-shadow: 0px 0px 15px 5px rgba(228, 70, 68, 1);
	box-shadow: 0px 0px 15px 5px rgba(228, 70, 68, 1);
	outline: 0 none;
}

.form-group .glyphicon-remove {
	color: rgba(228, 70, 68, 1);
}

#contact-form {
	margin-top: 50px;
}

#contactModalGlyphicon {
	font-size: 50px;
	color: #C40615;
	opacity: 0;
	top: -50px;
}

#contactModalSpinner {
	
}

#contactFormModal .modal-body {
	height: 100px;
}

/*.btn-warning {
	background-color: ;
}*/

.btn-warning:hover {
	background-color: #C40615;
}
