
.login-box-msg{
color:#ff0000;
}
.login-box-msg.hidden {
visibility: hidden;
}
.hide{
display:none;
}
.login-page {
	background: #f8f8f8 !important;
}
.login-page-bgimage {
	background-image: url(./dist/img/mf-loginbg.png);
	background-color: white;
}
.login-private-logo{
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-private-logo img{
	max-height: 100%;
    max-width: 100%;
}
.btn-forget{
	line-height: 38px;
	color: #dc3545 !important;
	text-decoration: underline !important;
	cursor: pointer;
}