.msg{
	border-color: #d6e9c6;
    padding: 10px;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 14px;
    transform: translateY(-100%);
    top: 0;
    opacity: 0;
    /* transition: all 0.3s ease;	  */
    position: fixed;
    left: 10%;
    width: 80%;	
	z-index: 999;
}
.msg1{
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;	
}
.msg2{
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;	
}
.msg3{
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.msg4{
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}