.tml {
	font-size: 1em;
}
.tml * {
	box-sizing: border-box;
}
.tml .tml-field-wrap {
	margin-bottom: 1em;
}
.tml .tml-label {
	display: block;
	margin: 0.5em 0;
}
.tml .tml-checkbox + .tml-label {
	display: inline;
}

.tml-login form{
    width: 420px;
    margin: 0 auto;
}

.tml .tml-field{
    width: 100% !important;
}

.tml .tml-description {
	display: block;
	font-size: 0.85em;
	font-style: italic;
	margin: 0.5em 0;
}

.tml .tml-errors,
.tml .tml-messages {
	list-style: none;
	margin: 0;
	padding: 0;
}
.tml .tml-error,
.tml .tml-message,
.tml .tml-success,
.tml .tml-action-confirmaction .success {
	border-left: 4px solid #00a0d2;
	box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.1);
	display: block;
	margin: 0 0 1em;
	padding: 0.75em;
    background-color: #fff;
}
.tml .tml-error {
	border-left-color: #dc3232;
}
.tml .tml-success,
.tml .tml-action-confirmaction .success {
	border-left-color: #46b450;
}

#pass-strength-result {
	background-color: #eee;
	border: 1px solid #ddd;
	color: #23282d;
	font-weight: bold;
	opacity: 0;
	margin-bottom: 1em;
	padding: 0.5em;
}
#pass-strength-result.strong {
	background-color: #c1e1b9;
	border-color: #83c373;
	opacity: 1;
}
#pass-strength-result.good {
	background-color: #ffe399;
	border-color: #ffc733;
	opacity: 1;
}
#pass-strength-result.bad {
	background-color: #fbc5a9;
	border-color: #f78b53;
	opacity: 1;
}
#pass-strength-result.short {
	background-color: #f1adad;
	border-color: #e35b5b;
	opacity: 1;
}

.tml-login, .tml-lostpassword {
    width: 560px;
    position: relative;
    margin: 0 auto;
    padding: 20px 20px 30px 20px;
    background-color: #efefef;
    border: 1px solid #e9e9e9;
}

.tml-field {
    font-size: 129%;
    margin: 0;
    padding: 5px 5px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border: 1px solid #ccc;
}

.tml-submit-wrap {
    text-align: center;
}

.tml-button {
    width: 220px;
    font-size: 115%;
    color: #fff;
    margin-top: 10px;
    position: relative;
    padding: 10px 30px 7px 30px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    background-color: #2B9DA6;
    border: none;
    cursor: pointer;
}

.tml-links {
    margin: 0;
    padding: 0;
    text-align: center;
}