/*
 * MWS Admin v2.0.2 - Media Queries Stylesheet
 * This file is part of MWS Admin, an Admin template build for sale at ThemeForest.
 * All copyright to this file is hold by Mairel Theafila <maimairel@yahoo.com> a.k.a nagaemas on ThemeForest.
 * Last Updated:
 * October 21, 2012
 *
 */
body {
	position: relative;
}
.mws-login-lock {
	background-color: #2D303B !important
}
#mws-login {
	border-style: none !important;
	border-radius: 6px 6px 0px 6px !important;
}
.login-wrapper {
}
#mws-logininfo {
	position: relative;
	float: left;
	width: 45%;
	margin: 5% 5% 40px !important;
}
.logininfo-button {
	display: block;
	font-weight: bold;
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
	background: rgba(1, 1, 1, 0.58);
	border: 1px rgba(255, 255, 255, 0.9) solid;
	border-radius: 10px 10px 0 0;
	padding: 15px 20px 15px;
	position: absolute;
	text-transform: uppercase;
	top: 250px;
	right: -86px;
	background-size: cover;
	color: #fff;
	letter-spacing: 4px;
	cursor: pointer;
	transition: all ease 0.1s;
}
.logininfo-button:hover {
	right: -84px;
	border-color: #c5d52b;
	color: #c5d52b;
}
.close {
	cursor: pointer;
}
.logininfo-wrap {
	padding: 15px 20px 40px 20px;
	background: rgba(1, 1, 1, 0.58);
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
	border-radius: 6px;
	width: 100%;
	color: #bdbdbd;
	min-height: 228px;343px;
	margin-top: 110px;
}
.logininfo-wrap h2 {
	font-size: 20px;
	line-height: 1.2;
	border-bottom: #555861 1px solid;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.logininfo-wrap h3 {
	font-size: 16px;
	line-height: 1.2;
	margin: 25px 0 15px 0;
}
.logininfo-footer {
	position: absolute;
	bottom: 20px;
	right: 20px;
}
.logininfo-wrap .close {
	float: right;
}
.mws-login-with-info {
	margin: 5% 0 40px 10% !important;
	float: left;
}
@media (max-width: 992px) {
	#mws-logininfo {
		width: 35%;
	}
}
@media (max-width: 789px) {
	#mws-logininfo {
		width: 30%;
	}
}
@media (max-width: 740px) {
	#mws-logininfo {
		width: 80%;
		position: absolute;
		left: 0;
		z-index: 10000;
	}
	.logininfo-wrap {
		min-height: 240px;
		background: #262830;

	}
}
@media (max-width: 424px) {
}

/* Sticked footer */
html,
body {
	height: 100%;
	overflow-x: hidden;
}
.login-wrapper {
	min-height: 100%;
	height: auto !important; /* This line and the next line are not necessary unless you need IE6 support */
	height: 100%;
	margin: 0 auto -96px; /* the bottom margin is the negative value of the footer's height */
}
.login-footer,
.push {
	height: 80px; /* .push must be the same height as .footer */
	clear: both;
}
.btnRow {
	position: relative;
}
.title {
	font-size: 14px;
	font-weight: bold;
}
