.autopro-financing-form label,
.autopro-form label {
	display: block;
	margin-bottom: 14px;
	font-weight: 600;
}
.autopro-financing-form input[type="text"],
.autopro-financing-form input[type="email"],
.autopro-financing-form input[type="number"] {
	display: block;
	width: 100%;
	max-width: 420px;
	margin-top: 4px;
	padding: 8px 10px;
	font-weight: 400;
	border: 1px solid #ccc;
	border-radius: 4px;
}
.autopro-kyc-note {
	background: #fff8e5;
	border-left: 4px solid #dba617;
	padding: 8px 12px;
	font-weight: 400;
	margin-bottom: 16px;
}
.autopro-submit-btn {
	background: #C8000A;
	color: #fff;
	border: none;
	padding: 10px 20px;
	border-radius: 4px;
	font-weight: 600;
	cursor: pointer;
}
.autopro-error { color: #C8000A; font-weight: 600; }
.autopro-success { color: #00632D; font-weight: 600; }

.autopro-my-applications {
	width: 100%;
	border-collapse: collapse;
}
.autopro-my-applications th,
.autopro-my-applications td {
	text-align: left;
	padding: 8px 12px;
	border-bottom: 1px solid #eee;
}
