.itopplus-background {
background-image:none;background-color :rgba(248, 248, 248, 248);
}
*{
  margin: 0;
  padding: 0;
  boxsizing: border-box;
}

.wallpaper {
  position: relative;
  background-image: url(https://cdn-dynmedia-1.microsoft.com/is/image/microsoftcorp/Hero_M365_HomePage_1920x800:VP5-1920x720);
  background-size:cover;
  background-position: center;
  height: 100vh;
  display: grid;
  align-content:center;
  justify-content: right;
}
.content {
  position: absolute;
  top: 0;
  height: 100vh;
  width: 150vw;
  display: grid;
  align-content:center;
  justify-content:center;
  }

.myButton {
	background-color:#234d96;
	border-radius:2px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	padding:14px 46px;
	text-decoration:none;
}
.myButton:hover {
	background-color:#123a6b;
}
.myButton:active {
	position:relative;
	top:1px;
}


div.boxct{ 
  padding:60px;
}

div.boxctleft{ 
    padding-left:300px;
    padding-top:100px;
    padding-bottom:100px;
}




