#theme-my-login {
	padding: 5px;
}

#theme-my-login p.error {
	padding: 5px;
	border: 1px solid #c00;
	background-color: #ffebe8;
	color: #333;
}

#theme-my-login p.message {
    background-color: #ffffe0;
    border: 1px solid #e6db55;
    border-radius: 3px;
    color: #333;
    margin: 0 auto 30px;
    max-width: 350px;
    padding: 12px;
}

#theme-my-login form label {
	display: block;
}

#theme-my-login form p.forgetmenot label {
	display: inline;
}

#theme-my-login input {
	margin: 5px 0;
}

.profile .screen-reader-text,
.profile .screen-reader-text span {
	height: 1px;
	left: -1000em;
	overflow: hidden;
	position: absolute;
	width: 1px;
}
.mu_register .hint {
	font-size: 12px;
	margin-bottom: 10px;
	display: block;
}
.mu_register label.checkbox {
	display: inline;
}
#pass-strength-result {
    border-style: solid;
    border-width: 1px;
    margin: 12px 5px 5px 1px;
    padding: 3px 5px;
    text-align: center;
    width: 200px;
}
#pass-strength-result.strong,
#pass-strength-result.short {
    font-weight: bold;
}
#pass-strength-result {
    background-color: #eee;
    border-color: #ddd !important;
}

#pass-strength-result.bad {
    background-color: #ffb78c;
    border-color: #ff853c !important;
}

#pass-strength-result.good {
    background-color: #ffec8b;
    border-color: #fc0 !important;
}
#pass-strength-result.short {
    background-color: #ffa0a0;
    border-color: #f04040 !important;
}
#pass-strength-result.strong {
    background-color: #c3ff88;
    border-color: #8dff1c !important;
}

#theme-my-login {
    margin: 60px 0;
}

#theme-my-login > form {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #eee;
    border-radius: 3px;
    margin: 0 auto;
    padding: 20px;
    width: 350px;
    box-shadow: 0px 4px 10px -5px #000;
}

#theme-my-login #rememberme {
    float: none;
    margin-right: 10px;
}

#theme-my-login .checkbox{
	line-height:20px;
	padding:0;
}

.tml-action-links {
    list-style: none outside none;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    width: 350px;
}

.tml-action-links > li {
    display: inline-block;
    padding: 0 10px;
}

.tml-action-links > li > a {
    display: block;
    font-size: 15px;
    margin-top: 15px;
}

#theme-my-login .iconfadded {
    color: #f5f5f5;
    font-size: 200px;
    position: absolute;
    top: 220px;
}

.login-header {
    margin-bottom: 30px;
    text-align: center;
}