    		.info, .success, .warning, .error, .validation {
			margin: 10px 0px;
    padding: 0px 0px 0px 16px;
    background-repeat: no-repeat;
    background-position: 0px center;
		}
		.info {
			color: #00529B;
		
		
		}
		.success {
			color: #4F8A10;
		
		
		}
		.warning {
			color: #9F6000;
		
			
		}
		.error{
			color: #D8000C;
			
			
		}
		.validation{
			color: #D63301;
			
			
		}
		.form-control-danger{
		    border:1px solid red !important;
		}