.screen[data-screen='login'].transitioning {
    transform: none;
}

.screen[data-screen='login'] {
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
    max-width: 100%;
	padding: 0px;
	z-index: 4;
	background: url('/resources/images/login/background-jsf.jpg') center center no-repeat;
	background-size: cover;
    margin-left: 0px;
}

.screen[data-screen='login'] .prompt {
	width: 320px;
}

.screen[data-screen='login'] .logo {
	position: absolute;
	top: 0;
	left: 0;
    width: 256px;
}

#login-remember {
    position: relative;
    top: 3px;
    margin-left: 8px;
}
