.dwolla-input-container {
	display: block !important;
	margin-left: 10px !important;
	margin-right: 0 !important;
	margin-top: 10px !important;
}

.dwolla-funding-source-submit input[type="submit"] {
	margin-left: 10px !important;
	background-color: #3661ad !important;
	width: fit-content !important;
}

.dwolla-funding-source-submit input[type="submit"]:disabled {
	background: #dddddd !important;
	cursor: default !important;
}

.dwolla-micro-deposits-submit input[type="submit"] {
	margin-left: 10px !important;
	background-color: #3661ad !important;
	width: fit-content !important;
}

.dwolla-micro-deposits-submit input[type="submit"]:disabled {
	background: #dddddd !important;
	cursor: default !important;
}

#dwolla-error {
	background-color: #ffebee;
	color: #c62828;
	text-align: left;
	padding: 16px;
	border-radius: 3px;
	border-color: #cf5473;
	border-style: solid;
	border-width: 1px;
}
