.login {
	padding: 5px;
}
.login p.error {
	padding: 5px;
	border: 1px solid #c00;
	background-color: #ffebe8;
	color: #333;
}
.login p.message {
	padding: 5px;
	border: 1px solid #e6db55;
	background-color: #ffffe0;
	color: #333;
}
.login form label {
	display: block;
}
.login form p.forgetmenot label {
	display: inline;
}
.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;
}

/*
	Title: 3five Admin CUPP Styles
	Author: Vincent Listrani
	Description: Styles for WP Admin user page.
*/
#cupp_container* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
}

#cupp_container{
    background: #fcfcfc;
    padding: 10px;
    margin-top: 20px;
}

/* Current Profile Image Styles */
#current_img{
    position: relative;
    width: 160px;
    height: auto;
    text-align: right;
    margin-bottom: 10px;
}

.cupp-current-img{
    display: block;
    max-width: 150px;
    max-height: 150px;
    width: 100%;
    height: auto;
    padding: 4px;
    background: #fefefe;
    border: 1px solid #e5e5e5;
}

.cupp-current-img.placeholder{
    /*
    width: 1px;
    height: 1px;
    */
    border: 0;
    background: transparent;
}

.edit_options{
    display: block;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    max-width: 160px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.25);
}
.edit_options .remove_img, .edit_options .edit_img{
    float: left;
    position: relative;
    color: #444;
    font-size: 13px;
    width: 50%;
    height: 100%;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
}
.edit_options span{
    display: block;
    position: relative;
    top: 50%;
    margin-top: -10px;
}

.edit_options .remove_img{
    color: #fff;
    background-color: rgb(214, 14, 14);
    background-color: rgba(214, 14, 14, 0.50);
}

.edit_options.single .remove_img{
    width: 100%;
}

.edit_options .remove_img:hover, .edit_options .remove_img:focus{
    background-color: #ff0000;
    background-color: rgba(214, 14, 14, 0.75);
}

.edit_options .edit_img{
    color: #fff;
    background-color: rgb(50, 50, 50);
    background-color: rgba(50, 50, 50, 0.50);
}

.edit_options .edit_img:hover, .edit_options .edit_img:focus{
    background-color: rgb(25, 25, 25);
    background-color: rgba(50, 50, 50, 0.75);
}

/* Radio Button Styles */
#cupp_options{
    margin-bottom: 10px;
}

#cupp_external{
    display: none;
}