 .alert {
  border-radius: 0;
  border: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative; }
  .alert.alert-form:after {
    background-color: inherit;
    bottom: -7px;
    content: "";
    display: block;
    height: 14px;
    left: 50%;
    margin-left: -7px;
    position: absolute;
    transform: rotate(45deg);
    width: 14px; }
.alert-success {
  background-color: #90a878;
  color: #fff; }
.alert-info {
  background-color: #7e9b9f;
  color: #fff; }
.alert-warning {
  background-color: #f3c649;
  color: #fff; }
.alert-danger {
  background-color: #f28281;
  color: #fff; }
  .alert{
 position: fixed;
    bottom: 0;
    width: 100%;
	z-index:999;
	font-weight:bold;
	display:none;
}
.alert:before{
background:#bbbbbb;
top:0;
left:0;
bottom:0;
width:50px;
position:absolute;
}
.alert.success{
border-color:#b0d86e;
color:#578C00;
text-align:center;
background:#b0d86e;
}
.alert.error{
border-color:#b0d86e;
color:#ffffff;
text-align:center;
background:#f9311b;
}
 input.error{border-color: #e24b58;}
text.error{border-color: #e24b58;}
label.error{ color:#e24b58; position:relative; font-size: 11px; margin-top: 0px;}
 .loader4page { 	position: fixed; 	left: 0px; 	top: 0px; 	width: 100%; 	height: 100%; 	z-index: 9999;	background: rgba(23,67,88,0.5); /*rgb(249,249,249)*/ }         .loader4page2 {             position: fixed;             left: 0px;             top: 0px;             width: 100%;             height: 100%;             z-index: 9999;             background: url('../../images/loader3.gif') 50% 50% no-repeat /*rgb(249,249,249)*/;         }