.alert {
	position: relative;
    padding: 1.5rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    font-size: 2rem;
    line-height: 1.5;


}
.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}
.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}