.msg-box {
	text-align: center;
    padding: 15px;
    border-radius: 5px;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}
.msg-box.error {
    background: #ffd7d7;
    border: 1px solid #fbaeae;
}
.msg-box.success {
	background: #dfffd7;
    border: 1px solid #bafbae;
}