
.login-logo {
	margin: 0 auto;
	margin-bottom: 10px;
	padding: 0;
	width: 100%;
	max-width: 450px;
}

.logoWPR{
	min-height: 30% !important;
	min-width: 50% !important;
	max-width: 80%;
	max-height: 30%;
	height: unset;
	width: unset;
	/*margin-top: 20px !important;
	margin-bottom: 35px !important;	*/
}

.login-card {
	width: 60%;
	min-width: 333px;
	min-height: -webkit-fit-content;
	min-height: -moz-fit-content;
	min-height: fit-content;
	margin: auto;
	display: flex;
	background-color: #000000;
	color: #ffffff;

}

.frmLogin {
	margin: auto;
	margin-top: auto !important;
	margin-bottom: auto !important;
	width: 100%;
	max-width: 450px;
}