
	.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
	
	.alert {
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    border-radius: .25rem;
	}

	.alert .close {
    background: #EF4A43;
    padding: 4px 10px;
    font-family: 'Lato';
    font-size: 14px;
    line-height: 10px;
    color: #fff;
    margin: 0 0 0 -4px;
	}

	.help-block {
		
		color:#EF4A43;
	}