
	   .swal2-title{
		margin-bottom:20px;
		line-height:30px;
	   }
	   
	   .swal2-timer-progress-bar{
			height:7px;
			border-radius:3px;
			background: rgb(67,182,73);
background: linear-gradient(90deg, rgba(155,217,107,1) 0%, rgba(121,193,66,1) 100%);
	   }
	   
	   .swal2-timer-progress-bar-container{
		background-color:#d6d6d6;
	   }
	   
	   .swal2-title{
		color:#79C142;
	   }
	   
	   .swal2-html-container{
		color:#333;
	   }
	   
	   .swal2-icon-error .swal2-title{
		color:#ff5757;
	   }
	   
	   

 .swal2-icon-error .swal2-timer-progress-bar{
			height:7px;
			border-radius:3px;
			background: rgb(67,182,73);
background: linear-gradient(90deg, rgba(255,87,87,1) 0%, rgba(204,25,25,1) 100%);
	   }
	   
	   
	   .auth-area{
		    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
	   }

.auth-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.75);
    z-index: 0;
}