body {
  position: relative;
}
.wrapper a {
	width: 33.33%;
	height: 50vh;
	float: left;
	text-align: center;
	/*padding: 25px;*/
	line-height: 50vh;
	position:relative;
}
.wrapper a:hover {
	text-decoration: none;
}
.wrapper.logme a {
	background: #4CB7EF;;
}
.wrapper.any a {
	background: #ed1c24;
}
.wrapper.ammyy a {
	background: #aacead;
}
.wrapper.team a {
	background: #2b76ad;
}
.wrapper.goto a {
	background: #5c6880;
}
.wrapper.showmypc a {
	background: #fff;
}
.site-baar {
	position: fixed;
	top: 35% ;
	left: 30%;
	width: 40%;
	height: 30vh;
	line-height: 30vh;
	background: #fff;
	text-align: center;	
	padding: 0px 50px;
    box-shadow: 0 0 15px rgba(0,0,0,0.5);
    display: none;
}
.site-baar img {
	width: 100%;
	height: auto;
}
.blurc {
	position: absolute;
	top: 12%;
	left: 48%;
	font-weight: 800;
	line-height: 10px;
	font-size:8rem;
	text-align: center;
	color: rgba(0,0,0,0.1);
}
.windows,
.mac {
	height: 100vh;
	background: #0077db;
	text-align: center;
}
.windows a,
.mac a {
	color: #fff;
	display: block;
	height: 100%;
	padding-top: 25vh;
}
/*a img {
	line-height: 50vh;
}*/
.mac a {
	color:#000;
}
.windows a h3,
.mac a h3 {
	font-size: 40px;
	font-weight: 600;
}
.mac {
	background: #fff;
}
.main-heading {
	text-align: center;
	padding: 15px;
	font-size: 36px;
	text-transform: uppercase;
}
@media (max-width: 767px) {
	.wrapper a {
		width:100%;
	}
}
.logme {
	position: relative;
}
.logme .formdata {
	position: absolute;
	top: 29vh;
	right: 0px;
	display: inline-block;
	width: 25%;
}
.logme .formdata input {
	width: 50%;
	margin-bottom: 4px;
	float:left;
	padding:5px;
	line-height:22px;
}
.logme .formdata input.btn {
    width: 30%;
}
.logme .formdata .btn {
	text-transform: uppercase;
	font-size: 0.9rem;
}
.logme .formdata span {
	display: block;
}