.fullHighRow {
	display: flex;
	flex-direction: row;
	height: 100vh;
	flex-wrap: wrap; /* säkerhetsåtgärd för små skärmar */
  }
  
  .full-height-col {
	height: 100%;
	box-sizing: border-box;
	padding:20px;
}
  
  .full-height-col:first-child {
	flex-basis: 30%;
	text-align: center;
  }
  
  .full-height-col:last-child {
	display: flex;
	flex-basis: 70%;
	flex-direction: column;
	justify-content: center; /* centrera vertikalt */
	box-sizing: border-box;
	padding:5%;
  }

  .full-height-col .btn-default {
	width:100%;
	max-width: 280px;
	text-align: center;
  }

.mypages {
	background: url(/static/images/hero-bg3.1.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	background-size: cover;
}

.loginMobileBg h2 {
	width: 100%;
	text-align: center;
	font-size: 1.6rem;
}

.service-item-content-login {
	padding-top:10%;
}

.myPagesLoginLogoContainer {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 15px;
}

.myPagesLoginLogoContainer > a.arrow {
    background: url(/static/images/dark-arrow.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
	transform: scaleX(-1);
	align-content: center;
}

.myPagesLoginLogoContainer > img {
	justify-self: center;
}


/* Smaller devices */
@media only screen and (max-width: 1024px){ 

#login-screen-bg {
	display:none;
}

.service-item-content {
	padding-top:0%;
}

#login-screen-content {
	background: url(/static/images/hero-bg3.1-mobile.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	height:100%;
	flex-basis: 100%;
	justify-content: unset;
}
.hero.mypages {
	margin-top: -36px;
	padding: 30px 25px;
}
.hero.mypages .navbar-brand {
	display: block;
	width: fit-content;
	margin: 0 auto;
}
.mypages .hero-btn .btn-default, #login-screen-content .btn-default {
	left:inherit;
	transform: none;
	width: 100%;
	margin-bottom: 0;
}
.fullHighRow {
	flex-direction: column;
  }

  .full-height-col {
	flex-basis: 100%;
  }
}
