.tml {
	max-width: 320px;
}

.tml * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.tml .error,
.tml .message {
	color: #333;
	padding: 0.5em;
}

.tml .error {
	border: 1px solid #c00;
	background-color: #ffebe8;
}

.tml .message {
	border: 1px solid #e6db55;
	background-color: #ffffe0;
}

.tml p {
	margin: 0 0 1em 0;
	padding: 0;
}

.tml.tml-small p {
	margin: 0 0 .5em 0;
	padding: 0;
}

.tml label {
	display: block;
	text-align: left;
}

.tml .tml-rememberme-wrap label {
	display: inline;
}

.tml input,
.tml textarea,
.tml select {
	margin: 0.5em 0;
	width: 100%;
}

.tml input[type="checkbox"],
.tml input[type="radio"],
.tml .tml-rememberme-wrap input {
	vertical-align: middle;
	width: auto;
}

.tml .tml-action-links {
	display: inline-block;
	list-style: none;
	margin: 0.5em auto;
	padding: 0;
	text-align: center;
}

.tml .tml-action-links li {
	border: none;
	border-right: 1px solid rgba(0, 0, 0, 0.1);
	float: left;
	line-height: 1;
	list-style: none;
	margin: 0 0.5em 0 0;
	padding: 0 0.5em 0 0;
}

.tml .tml-action-links li:last-child {
	border-right: none;
	margin-right: 0;
	padding-right: 0;
}

.tml .tml-action-links a {
	border: none;
	display: block;
	padding: 0;
	text-decoration: none;
}

.tml .tml-rememberme-submit-wrap:before,
.tml .tml-rememberme-submit-wrap:after,
.tml .tml-action-links:before,
.tml .tml-action-links:after {
	content: "";
	display: table;
}

.tml .tml-rememberme-submit-wrap:after,
.tml .tml-action-links:after {
	clear: both;
}

.tml .tml-user-avatar {
	text-align: left;
}

.mu_register .hint {
	font-size: 12px;
	margin-bottom: 10px;
	display: block;
}

.mu_register label.checkbox {
	display: inline;
}

#pass-strength-result {
	background-color: #eee;
	border: 1px solid #ddd;
	color: #23282d;
	font-weight: 600;
	margin: 0;
	padding: 3px 5px;
	text-align: center;
	width: 100%;
	opacity: 0;
}

#pass-strength-result.short {
	background-color: #f1adad;
	border-color: #e35b5b;
	opacity: 1;
}

#pass-strength-result.bad {
	background-color: #fbc5a9;
	border-color: #f78b53;
	opacity: 1;
}

#pass-strength-result.good {
	background-color: #ffe399;
	border-color: #ffc733;
	opacity: 1;
}

#pass-strength-result.strong {
	background-color: #c1e1b9;
	border-color: #83c373;
	opacity: 1;
}

.pw-weak {
	display:none;
}

.indicator-hint {
	padding-top: 8px;
}

#pass1,
#pass1-text {
	width: 100%;
}

#pass1-text,
.show-password #pass1 {
	display: none;
}

.show-password #pass1-text
{
	display: inline-block;
}

@media screen and (min-width: 768px) {
	.tml .tml-submit-wrap input {
		width: auto;
	}

	.tml-login .tml-rememberme-submit-wrap {
		display: table;
		margin-bottom: 1.5em;
		width: 100%;
	}

	.tml-login .tml-rememberme-wrap {
		display: table-cell;
	}

	.tml-login .tml-rememberme-wrap input {
		margin: 0;
	}

	.tml-login .tml-submit-wrap {
		display: table-cell;
		text-align: right;
	}

	.tml-login .tml-submit-wrap input {
		margin: 0;
		width: auto;
	}
}



.tml .message{
	background-color: transparent;
	border:none;
	color: white;
}

.tml-login, .tml-lostpassword {
	margin:auto;	
  background: #333;
  padding: 3.5%;
  color: #eee;
  min-width: 480px;
}
.tml-lostpassword .message{
  color: #eee;

}

.tml-small {
	margin:auto;	
  color: #eee;
  width:100%;
  min-width: 100%;
}
.tml-small form{
	margin:0;
}
.tml-small .tml-rememberme-submit-wrap{
	margin:0;
}


.tml-register {
	margin:auto;
	max-width: 640px;
  background: #333;
  padding: 5%;
  color: #eee;

}


.tml-register .tml-user-email-wrap, 
.tml-register .tml-user-login-wrap, 
.tml-register .tml-user-pass1-wrap, 
.tml-register .tml-user-pass2-wrap {
    width: 48%;
    display: inline-block;
}



@media (max-width: 500px){

	.tml-register .tml-user-email-wrap, 
	.tml-register .tml-user-login-wrap, 
	.tml-register .tml-user-pass1-wrap, 
	.tml-register .tml-user-pass2-wrap {
	    width: 100%;
	}

}


.login-register-logo{
  margin-bottom: 25px;
  width: 60%;
  left: 50%;
  transform: translateX(-50%);
  position: relative;
}

@media (max-width: 800px){

	.login-register-logo{    
		margin: 40px auto;
  	width: 70%;
	}
}

form#registerform{
	margin: 0;
}



@media (max-width: 640px){
	.tml{
		width: 100%;
		max-width: 100%;
		min-width: 0;
	}
}






.tml.tml-small.tml-login,
.tml.tml-slim.tml-register, 
.tml.tml-slim.tml-login {
    
    background:transparent;   
    background: transparent;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 16px;
    color: #454545;

}

.tml.tml-small.tml-login label,
.tml.tml-slim.tml-register label, 
.tml.tml-slim.tml-login label {
  color: #454545;
}

.tml.tml-slim.tml-register .tml-submit-wrap, 
.tml.tml-slim.tml-login .tml-submit-wrap,
.tml.tml-slim.tml-register form, 
.tml.tml-slim.tml-login form {
  margin:0;
}


.tml-slim {
  padding: 5%;
}


.tml.tml-slim.tml-register, 
.tml.tml-slim.tml-login {
  width: 100%;
  max-width: 100%;
  min-width: 300px;
  min-height: 430px;
}


.custom-tml-title{
  font-size: 16px;
  color: #444;
  font-weight: bolder;
}







.tml-flex-container{
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}


@media all and (max-width:768px){
  .tml-flex-container {
		flex-wrap:wrap;
  }

	.tml-flex-container{
	  flex-direction: column-reverse;
	}

	.tml-flex-container .x-column{
		margin-bottom: 30px;
	}

}









.tml-live .user-email-wrapper{

}
.tml-live .user-email-wrapper p{
	width:100%;
}

.tml-live .user-pass-wrapper .tml-user-pass2-wrap, .tml-live .user-pass-wrapper .tml-user-pass1-wrap{
	margin-left: 0;
	margin-right: 0;
	width:48%;
  float: left;
  display: block;
}

.tml-live .user-pass-wrapper .tml-user-pass1-wrap{
	margin-right: 4%;
}

.tml-live .user-pass-wrapper .tml-user-pass2-wrap::after {
    content: "";
    clear: both;
    display: table;
}

.tml.tml-live.tml-register, .tml.tml-live.tml-login{

	border-radius:0;
	background: #efefef;
	border: 1px solid #fafafa;
	box-shadow: 0px 3px 3px -3px rgba(0,0,0, .7);

}


.tml.tml-live .custom-tml-title{
	font-size:2rem;
}


@media all and (min-width:769px){

	.tml-live .user-pass-wrapper .tml-submit-wrap{
		width:48%;
		margin-right: 2%;
		display: inline-block;
		text-align: right;
	}
	.tml-live .user-pass-wrapper .terms-of-use{
		width:50%;
		display: inline-block;
	}

}


.tml.tml-live.tml-slim.tml-register, 
.tml.tml-live.tml-slim.tml-login {
  max-width: 100%;
  min-width: 0px;
  min-height: 0px;
}

/*******************************************************************************
Fixed error with inline-block elements 
(Info: https://css-tricks.com/fighting-the-space-between-inline-block-elements/) 
*******************************************************************************/







.tml.tml-register-checkout {
    width: 100%;
    max-width: 100%;
    line-height: 1;
}

.tml.tml-register-checkout p {
    margin:0;
    padding:0;
}

.tml.tml-register-checkout .user-email-wrapper label,
.tml.tml-register-checkout .tml-user-pass1-wrap label,
.tml.tml-register-checkout .tml-user-pass2-wrap label {
    display:none;
}

.tml.tml-register-checkout .user-email-wrapper input,
.tml.tml-register-checkout .tml-user-pass1-wrap input,
.tml.tml-register-checkout .tml-user-pass2-wrap input {
    margin:0;
}

.tml.tml-register-checkout .user-email-wrapper,
.tml.tml-register-checkout .tml-user-pass1-wrap,
.tml.tml-register-checkout .tml-user-pass2-wrap {
    width: 33.333%;
    display: inline-block;
    margin:  0;
    position:relative;
    overflow:hidden;
}

.tml.tml-register-checkout .user-email-wrapper,
.tml.tml-register-checkout .tml-user-pass1-wrap,
.tml.tml-register-checkout .tml-user-pass2-wrap {
	width: 30.333%;
    display: inline-block;
    margin: 0;
	margin-right:4.5%;
    position:relative;
    overflow:hidden;
}

.tml.tml-register-checkout .tml-user-pass2-wrap {
	margin-right:0%;
}

.tml.tml-register-checkout .terms-of-use{
	margin: 5px 0 10px 0!important;
}

.tml.tml-register-checkout .tml-submit-wrap input[type="submit"]{
	margin: 0;
    background-color: #2d6fad;
    border-radius: 2px;
    padding: 7px 20px;
    font-size: 1.6rem;
}

.tml.tml-register-checkout .terms-of-use input {
    margin: 0;
    float: none;
}
.tml.tml-register-checkout .error {
    margin: 0 0 15px 0!important;
}


.tml.tml-login-checkout .tml-submit-wrap input[type="submit"]{
	margin: 0;
    background-color: #2d6fad;
    border-radius: 2px;
    padding: 7px 20px;
    font-size: 1.6rem;
}

.tml.tml-login-checkout {
    width: 100%;
    max-width: 100%;
    line-height: 1;
}
.tml.tml-login-checkout p {
    margin:0;
    padding:0;
}
.tml.tml-login-checkout .error {
    margin: 0 0 15px 0!important;
}


.tml.tml-login-checkout .tml-user-login-wrap,
.tml.tml-login-checkout .tml-user-pass-wrap {
    display:  inline-block;
    float: none!important;
    clear: none!important;
    margin: 0!important;
}


.tml.tml-login-checkout .tml-user-login-wrap {
	margin-right:4%!important;
	width:48%;
}
.tml.tml-login-checkout .tml-user-pass-wrap {
	width:48%;	
}

.tml.tml-login-checkout .tml-user-login-wrap label,
.tml.tml-login-checkout .tml-user-pass-wrap label {
    display:none;
}

.tml.tml-login-checkout .tml-user-login-wrap input,
.tml.tml-login-checkout .tml-user-pass-wrap input {
    margin:0;
}

.tml.tml-login-checkout .tml-rememberme-wrap input{
    margin: 0;
    float: none;
}

.tml.tml-login-checkout .tml-rememberme-wrap{
	margin: 5px 0 10px 0!important;
}

.tml label {
  color: #fff;
}