/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
#pp-cover{
	left:0px!important;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100vw;
	height: 100vh;
	background: #fff;
	animation: color 30s linear infinite;
	user-select: none;
	z-index: 3;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
#pp-cover-container{
	margin-top:10%;
	margin:0 auto;
}
#pp-cover-container h1{
	color: #000!important;
	    font-weight: bold;
	    padding-bottom: 60px;
}
.pp_login_btn{
	color:#fff!important;
	/*background-color:#9c21c5!important;*/
}
.pp_error_msg{
	color:red;
	padding-top:10px;
	display:none;
}