.ui-widget-header {
	margin-top: 5px;
	padding: 10px;
	border: none;
	background: #1e73be;
	color: #fff;
	border: none;
	font-weight: bold;
}

form {
	padding: 20px 10px;
}

.btn-main {
	background-color: #1e73be !important;
	color: #fff !important;
}

.form-group {
	margin-bottom: 4px ! important;
}

.form-group label {
	margin-bottom: 2px;
}

.form-group input {
	border-radius: 0;
}

.form-group button {
	margin-top: 8px;
}

@media only screen and (min-width: 768px) {
	form .max-width {
		width: 300%;
	}
}

button link{
	
}

a{
	text-decoration: underline !important;
}