.user-ajax-response {
	text-align: center;
	margin-top: 10px;
	padding: 10px 10px 0;
	color: #232323;
	display: none;
}

.user-ajax-response--success {
    color: #669685;
    font-weight: 600;
}

.user-ajax-response--failed {
    color: #d60000;
}