.alert {
	
position: relative;
	padding: .75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid;
	border-radius: .25rem;



}

.alert-warning {
	
color: #383d41;
	
background-color: #e2e3e5;	
border-color: #000000;

}