#theme-my-login.login, #theme-my-login.login1 {

}

#theme-my-login.login p, #theme-my-login.login1 p{
margin:0 !important;
padding:0 !important;
}

#theme-my-login.login p.error, #theme-my-login.login1 p.error  {
	padding: 7px 0px 7px 5px;
	margin:0 0 10px 0;
	background-color: #f7f3eb;
	color: #a08f73;
	width:629px;
}

#theme-my-login.login p.message, #theme-my-login.login1 p.message {
	margin:0 0 10px 0;
	padding: 7px 0px 7px 5px;
	background-color: #f7f3eb;
	color: #a08f73;
	width:624px;
}

#theme-my-login.login form label {
    	display:inline-block;
	width:85px;
}

#registerform1 label {
    	display:inline-block;
	width:85px;
}

#theme-my-login.login form p.forgetmenot label, #theme-my-login.login1 form p.forgetmenot label {
	display:inline-block;
	width:120px !important;
}

#theme-my-login.login input, #theme-my-login.login1 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: #f7f3eb

}

#pass-strength-result.bad {
    background-color: #f7f3eb;
    border-color: #ff853c !important;
}

#pass-strength-result.good {
    background-color: #f7f3eb;
    border-color: #fc0 !important;
}

#pass-strength-result.short {
    background-color: #f7f3eb;
    border-color: #f04040 !important;
}

#pass-strength-result.strong {
    background-color: #f7f3eb;
    border-color: #8dff1c !important;
}
