.md-base {
}
.md-close {
	color:#e6237f;
	background:#fff;
	cursor:pointer;
	border:none;
	position: absolute;
	top: 5px;
	right: 5px;
	font-size:17px;
	font-weight:bold;
	z-index: 1;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
.md-close:hover {
	color:#750365!important
}

#p_3 {

z-index:9999999;
}
/*--------------------*/
/*.md-perspective, .md-perspective body {
	height: 100%;
	overflow: hidden;
}
.md-perspective body {
	background: #222;
	-webkit-perspective: 600px;
	-moz-perspective: 600px;
	perspective: 600px;
}*/
.md-modal {
	position: fixed;
	top: 50%;
	left: 50%;
	width:95%;
	min-width: 300px;
	height: auto;
	z-index: 999999;
	visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.md-modal#form-login {
	max-width: 800px;
}
.md-modal#form-forgot {
	max-width: 800px;
}
.md-modal#form-join {
	max-width: 850px;
}
.md-modal#form-join .steps {
	overflow:hidden;
	position:relative;
}
.md-modal#form-join .step1 {
	width:100%;
	position:absolute;
	left:0;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
.md-modal#form-join .step2 {
	width:100%;
	position:relative;
	left:100%;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
.md-show {
	visibility: visible;
}
.md-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	visibility: hidden;
	top: 0;
	left: 0;
	z-index: 99999;
	opacity: 0;
	background: #000;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
 .md-show ~ .md-overlay {
 opacity: 0.6;
 visibility: visible;
}
/* Content styles */
.md-content {
	color: #666;
	background: #fff;
	position: relative;
	margin: 0 auto;
	height:auto;
	overflow:auto;
	-moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}
.md-content h3 {
	font-weight:300;
	padding-top:25px;
	margin-bottom:20px!important;
	color:#333;
}
.md-content p {
	padding-bottom:10px!important;
}
.md-content > div {
	padding: 15px 10px 10px;
	margin: 0;
}
/**/
.md-content .log-col-left {
	background:#ccc;
	padding:0
}
.md-content .log-col-right {
	padding:30px;
}
.md-content .label-brdr {
	display: block;
	background: #e6237f;
	height: 2px;
	position: relative;
	left: 0;
	top: -2px;
	width: 0%;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-out;
}
.md-content .form-control {
	border: 0px solid;
	border-bottom: 1px solid #999;
	padding: 10px 0;
	height: auto;
}
.md-content .btn {
	width: 100%;
	padding: 10px;
	font-weight:600;
	margin-top:5px!important;
	font-size:15px;
}
.md-content .forgot-link {
	margin-top:15px!important;
	margin-bottom:0px!important;
}
.md-content .forgot-link a {
	color:#666!important;
}
.md-content .new-link {
}
.md-content p span.change-num {
	cursor:pointer;
}
.md-content .old-link {
	margin-top:20px!important;
}
/**/
.md-effect-2 .md-content {
	-webkit-transform: translateX(20%);
	-moz-transform: translateX(20%);
	-ms-transform: translateX(20%);
	transform: translateX(20%);
	opacity: 0;
	-webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	-moz-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
.md-show.md-effect-2 .md-content {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}
.md-effect-15 .md-content {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
	-moz-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
	-ms-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
	transform: translateZ(100px) translateX(-30%) rotateY(90deg);
	-webkit-transform-origin: 0 100%;
	-moz-transform-origin: 0 100%;
	transform-origin: 0 100%;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.md-show.md-effect-15 .md-content {
	-webkit-transform: translateZ(0px) translateX(0%) rotateY(0deg);
	-moz-transform: translateZ(0px) translateX(0%) rotateY(0deg);
	-ms-transform: translateZ(0px) translateX(0%) rotateY(0deg);
	transform: translateZ(0px) translateX(0%) rotateY(0deg);
	opacity: 1;
}
/* popup ****************/
.p_modal {
	max-width: 800px;
}
.p_modal .md-content {
	padding: 0!important;
	border-radius: 0!important;
} 
.md-show.p-effect-1 .md-content {
 -webkit-animation: swing .7s forwards ease-out;
 -moz-animation: swing .7s forwards ease-out;
 animation: swing .7s forwards ease-out;
}
.md-show.p-effect-2 .md-content {
 -webkit-animation: bounce .7s forwards ease-out;
 -moz-animation: bounce .7s forwards ease-out;
 animation: bounce .7s forwards ease-out;
}
.md-show.p-effect-3 .md-content {
 -webkit-animation: rotateInUpLeft .7s forwards ease-out;
 -moz-animation: rotateInUpLeft .7s forwards ease-out;
 animation: rotateInUpLeft .7s forwards ease-out;
}
.md-show.p-effect-4 .md-content {
 -webkit-animation: rotateInUpRight .7s forwards ease-out;
 -moz-animation: rotateInUpRight .7s forwards ease-out;
 animation: rotateInUpRight .7s forwards ease-out;
}
@-webkit-keyframes slit {
 50% {
-webkit-transform: translateZ(-250px) rotateY(89deg);
opacity: .5;
-webkit-animation-timing-function: ease-out;
}
 100% {
-webkit-transform: translateZ(0) rotateY(0deg);
opacity: 1;
}
}
 @-moz-keyframes slit {
 50% {
-moz-transform: translateZ(-250px) rotateY(89deg);
opacity: .5;
-moz-animation-timing-function: ease-out;
}
 100% {
-moz-transform: translateZ(0) rotateY(0deg);
opacity: 1;
}
}
 @keyframes slit {
 50% {
transform: translateZ(-250px) rotateY(89deg);
opacity: 1;
animation-timing-function: ease-in;
}
 100% {
transform: translateZ(0) rotateY(0deg);
opacity: 1;
}
}
@media only screen and (min-width:320px) and (max-width:767px) {
.md-content .log-col-left {
 display:none
}
.md-content .log-col-right { 
    overflow: auto;
    height: 90vh;

}
}
