.loader {
	background: rgba(255,255,255,0.85);
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 9999;
	text-align:center;	
	color: #999;
}

.loader .loader-msg {
    position: fixed;
    width: 120px;
    padding: 15px 10px;
    top: 50%;
    left: 50%;
    margin-top: -60px;
    margin-left: -60px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.10);
}

.loader .loader-msg .fa {
	font-size: 25px;
	color: #0fbfff;
	display: block;
	margin: 0 auto 5px;
}

.msg{
	position:fixed;
	bottom:25px;
	right:30px; 
	padding:8px 30px 8px 12px;
	border-radius:4px;
	color:#fff;
	z-index: 99;
}
.msg.success {
    background: #d0ffd0;
    border: 1px solid #4bbb4b;
    color: #258f25;
}
.msg.success a{
	color: #258f25!important;
}
.msg.error{
	background: #fff0e1;
    border: 1px solid #dd523c;
    color: #c3351e;
}
.msg.error a{
	color: #c3351e!important;
}
.msg a { 
	padding: 0px 5px; 
	font-size: 16px;
	line-height: 0;
	cursor: pointer; 
	position: absolute;
	right: 5px;
	top: 50%;
}