iframe{
	width: 100%;
	height: 100vh;
	overflow-x:hidden;
  	overflow-Y:hidden;
}

footer{
	margin-top: 0
}

iframe{
	position: relative
}

.LoginForm .router-viewbox[data-v-3f02f84a] {
    width: 496px;
    position: absolute;
    top: 50%;
    right: 11.75rem;
    transform: translateY(-41%) !important;
}

.login-container{
	position: relative
}

.login-container a{
	margin: 0;
	height: 50px;
}

.mobile-show{
	display: none
}

@media screen and (orientation:portrait) {
.mobile-show{
	display: block
}
	
	.desktop-show{
		display: none
	}
}