.text-center {
	text-align: center;
}
#logo-brand  img{
	position: relative;
}

#logo-brand  h2{
	font-size: 40px !important;
}



.alert-minimalist {
	background-color: rgb(241, 242, 240);
	border-color: rgba(149, 149, 149, 0.3);
	border-radius: 3px;
	color: rgb(149, 149, 149);
	padding: 10px;
}
.alert-minimalist > [data-notify="icon"] {
	height: 50px;
	margin-right: 12px;
}
.alert-minimalist > [data-notify="title"] {
	color: rgb(51, 51, 51);
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
}
.alert-minimalist > [data-notify="message"] {
	font-size: 80%;
}
/*
#container {
    height: 8px;
} */

.notifyjs-corner {
	top: 50px !important;
}

div.blockUI.blockOverlay {
	background-color: none !important;
}

.blockUI .blockMsg .blockPage {
	opacity: 1;
}

.blockUI h1{
	color: #fff !important;
}

.progress {
    display: block;
    text-align: center;
    width: 0;
    height: 3px;
    background: red;
    transition: width .3s;
}
.progress.hide {
    opacity: 0;
    transition: opacity 1.3s;
}

#wpcontent .dashicons {
	font-size: 36px;
}


/* #tabla thead tr {
	background: palevioletred !important;
} */

#footer-thankyou {
	display: none;
}
.red {
font-size: 18px;
color: red !important;
}
.green {
font-size: 18px;
color: green !important;
}
