.dashboard_login_wrapper {
	display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 30px;
}

.dashboard_login_wrapper .dashboard_login_assistance {
	background: #d0d0d0;
	padding: 2rem;
}

.login_error.error {
	color: #f26c4f;
}

.login_error.success {
	color: #f26c4f;
}

.login-submit #wp-submit {
	background: #f26c4f;
}

.login-submit #wp-submit:hover {
	background: #222;
}