/*.myCssClass{
    font-size:20px;
}

.meu-login{
    background: url('https://images.unsplash.com/photo-1544614463-88b0c990b4c3?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1398&q=80') no-repeat center center fixed !important; 
    -webkit-background-size: cover  !important;
    -moz-background-size: cover  !important;
    -o-background-size: cover  !important;
    background-size: cover  !important;
}*/

/* oculta header do form login */
[page-name='LoginForm'] div.panel-heading {
	display: none !important;
}