.md-base {
}
.md-close {
	color:#f47b25;
	background:#fff;
	cursor:pointer;
	border:none;
	position: absolute;
	top: 5px;
	right: 5px;
	font-size:15px;
	font-weight:300;
	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
}
/*--------------------*/
/*.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-join {
	max-width: 850px;
}










.md-modal#form-Confirm {
	max-width: 500px;
}
.md-modal#form-Confirm .md-content {
	padding: 20px;
}
.md-modal#form-Confirm .md-content p {
	margin-top: 20px !important;
}
.md-modal#form-Confirm .md-content .btn {
	width: 110px;
	margin-right:5px!important;
	padding: 5px!important;
}
.md-modal#form-Confirm .md-content .md-close {
	position: inherit!important;
	background:#dd2400!important;
	color:#fff!important;
	top: 0px!important;
	right: 0px!important;
}
.md-modal#form-Confirm .md-content .md-close:hover {
	color:#fff!important;
	background:#333!important;
}
.md-modal#form-join .label-err {
	top: 0px;
}
.md-modal#form-join .label-err-term {
	top: -28px;
}
.md-modal#form-join .steps {
	overflow:hidden;
	position:relative;
}
.md-modal#form-join .steps .btn{
	float:left; width:auto; margin-right:10px;
}
.md-modal#form-join .steps .btn:hover{
	  margin-right:10px!important;
}
.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-modal#form-join .step2 .custom-alert {
	margin-top:10px!important;
}
.md-modal#form-join .step2 .form-group {
	margin-bottom:10px
}
.md-modal#form-join .step2 p {
	margin-bottom: 0px!important;
	padding-bottom: 0px!important;
}
/**/

.md-modal#form-forgot {
	max-width: 850px;
}
.md-modal#form-forgot .steps {
	overflow:hidden;
	position:relative;
}
.md-modal#form-forgot .steps .btn{
	float:left; width:auto; margin-right:10px;
}
.md-modal#form-forgot .steps .btn:hover{
	  margin-right:10px!important;
}
.md-modal#form-forgot .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-forgot .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-modal#form-forgot .step2 .custom-alert {
	margin-top:10px!important;
}
.md-modal#form-forgot .step2 .form-group {
	margin-bottom:10px
}
.md-modal#form-forgot .step2 p {
	margin-bottom: 0px!important;
	padding-bottom: 0px!important;
}



 .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: #f47b25;
	height: 1px;
	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 #ddd;
	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-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translateZ(100px) translateX(100%) rotateY(90deg);
	-moz-transform: translateZ(100px) translateX(100%) rotateY(90deg);
	-ms-transform: translateZ(100px) translateX(100%) rotateY(90deg);
	transform: translateZ(100px) translateX(100%) 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-2 .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;
}
/**/
.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;
}
/**/
.md-effect-7 {
	top: 0;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.md-effect-7 .md-content {
	-webkit-transform: translateY(-200%);
	-moz-transform: translateY(-200%);
	-ms-transform: translateY(-200%);
	transform: translateY(-200%);
 -webkit-transition: all .3s;
 -moz-transition: all .3s;
 transition: all .3s;
	opacity: 0;
}
.md-show.md-effect-7 .md-content {
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
	border-radius: 0 0 3px 3px;
	opacity: 1;
}
 @media only screen and (min-width:320px) and (max-width:767px) {
.md-content .log-col-left {
 display:none
}
.md-modal:not(#form-Confirm) {
 position: absolute;
 top: 0;
 -webkit-transform: translateX(-50%) translateY(0%);
 -moz-transform: translateX(-50%) translateY(0%);
 -ms-transform: translateX(-50%) translateY(0%);
 transform: translateX(-50%) translateY(0%);
}
}
