
.alert {
    background-color: #ffdddd;
    border-left: 6px solid #f44336;
	padding:4px 12px;
	margin-top:40px;
	max-width:1000px;
	margin: auto;
}
.warning {
    background-color: #ffffcc;
    border-left: 6px solid #ffeb3b;
	padding:4px 12px;
	margin-top:40px;
	max-width:1000px;
	margin: auto;
}
.success {
    background-color: #ddffdd;
    border-left: 6px solid #4CAF50;
	padding:4px 12px;
	margin-top:40px;
	max-width:1000px;
	margin: auto;
}
.closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.closebtn:hover {
    color: black;
}