body {
	background-image: url('../img/loginbackground.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
@media (max-width: 400px) {
	body {
		background-image: url('../img/verticalbg.png');
		background-size: 100% 100vh;
		background-repeat: no-repeat;
		height: 100vh;
	}
}
.myranklogo {
	width: 40vw;
	margin: 1em 0 0.75em;
}
@media (max-width: 400px) {
	.myranklogo {
		width: 75vw;
	}
}
.contentlogin {
	min-height: 100vh !important;
	background-color: rgba(32, 15, 15, 0.22);
	padding-bottom:1em;
}
.socialmedia {
	font-size: 30px;
	margin: 0em 0.1em 0;
}
.socialmedia>span
{
	font-size:14px;
}
.my {
	color: #f05004;
}
.rank {
	color: #0250C2;
}
.Tag-Line {
	font-family: Bilbo Swash Caps;
	line-height: 1em;
	color: green;
	font-size: 5vw;
	text-shadow: 0px 0px 0 rgb(231,231,231), 1px 1px 0 rgb(216,216,216), 2px 2px 0 rgb(202,202,202), 3px 3px 0 rgb(187,187,187), 4px 4px 0 rgb(173,173,173), 5px 5px 0 rgb(158,158,158), 6px 6px 0 rgb(144,144,144), 7px 7px 6px rgba(0,0,0,0.6), 7px 7px 1px rgba(0,0,0,0.5), 0px 0px 6px rgba(0,0,0,.2);
	/*transform: rotate(-10deg) rotateX(28deg) skewX(-4deg);
	 -webkit-transition: -webkit-transform .1s ease-out; *//* only WebKit because of performance */
}
.loginbg {
	background-image: url('../img/loginbg.png');
	background-repeat: no-repeat;
	background-size: 100%;
	min-height: 100%;
	max-height: 100%;
}
.logindetails {
	background-color: rgba(255, 255, 255, 0.75);
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.85) inset;
	padding: 2em 1em 1em;
}
#ribbon {
	padding: .25em 1em;
	margin: 0;
	width: 113%;
	margin-top: 0%;
	margin-left: -6.5%;
	position: relative;
	color: #ffffff;
	font-size: 24px;
	font-family: cambria, sans-serif;
	text-align: center;
	letter-spacing: 0.1em;
	text-shadow: 0px -1px 0px rgba(0,0,0,0.3);
	box-shadow: inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 20px rgba(0,0,0,0.1), 0px 1px 1px rgba(0,0,0,0.4);
	background: -webkit-linear-gradient(top,#1eb2df, #0551C2);
	display: inline-block;
	background: -webkit-linear-gradient(top,#1eb2df, #0551C2);
}
@media (max-width: 400px) {
	#ribbon {
		width: 119.5%;
		margin-left: -9.75%;
	}
}
/*#ribbon:before, #ribbon:after {
 content: "";
 width: .2em;
 bottom: -.5em;
 position: absolute;
 display: block;
 border: .9em solid #1eb2df;
 box-shadow: 0px 1px 0px rgba(0,0,0,0.4);
 z-index: -2;
 }

 #ribbon:before {
 left: -1.35em;
 border-right-width: .75em;
 border-left-color: transparent;
 }

 #ribbon:after {
 right: -1.35em;
 border-left-width: .75em;
 border-right-color: transparent;
 }*/
#content {
	font-weight: bold;
	letter-spacing: 0px;
}
#content:before, #content:after {
	content: "";
	bottom: -.5em;
	position: absolute;
	display: block;
	border-style: solid;
	border-color: #0675b3 transparent transparent transparent;
	z-index: -1;
}

#content:before {
	left: 0;
	border-width: .5em 0 0 .5em;
}

#content:after {
	right: 0;
	border-width: .5em .5em 0 0;
}