.login-form-content span.error-notice,
.login-form-content span.success-notice {
    display: block;
    margin-bottom: 50px;
    border: 2px solid;
    padding: 20px;
}

.login-form-content span.error-notice p,
.login-form-content span.success-notice p {
    margin-top: 0;
}

.login-form-content span.error-notice p:last-child,
.login-form-content span.success-notice p:last-child {
    margin-bottom: 0;
}

.login-form-content span.error-notice {
    border-color: rgb(230, 33, 73);
}

.login-form-content span.success-notice {
    border-color: rgb(37, 153, 13);
}

#resetpassform .input::-ms-clear {
	display: none;
}

#resetpassform .pw-weak {
	margin-bottom: 15px;
}

#resetpassform .button.wp-hide-pw {
	background: transparent;
	border: 1px solid transparent;
	box-shadow: none;
	font-size: 14px;
	line-height: 44px;
	width: 46px;
	height: 46px;
	min-width: 46px;
	min-height: 46px;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
    text-align: center;
    color: rgb(230, 33, 73);
}

#resetpassform .button.wp-hide-pw:hover {
	background: transparent;
}

#resetpassform .button.wp-hide-pw:focus {
	background: transparent;
	border-color: #3582c4;
	box-shadow: 0 0 0 1px #3582c4;
	/* Only visible in Windows High Contrast mode */
	outline: 2px solid transparent;
}

#resetpassform .button.wp-hide-pw:active {
	background: transparent;
	box-shadow: none;
	transform: none;
}

#resetpassform .button.wp-hide-pw .dashicons {
    vertical-align: sub;
}

#resetpassform .wp-pwd {
	position: relative;
}

#resetpassform .no-js .hide-if-no-js {
	display: none;
}

#resetpassform #pass-strength-result {
    width: 100%;
    height: auto;
    line-height: 2;
    background: transparent;
    clear: both;
    margin-top: 10px;
    padding: 10px 20px;
}

#resetpassform #pass-strength-result.strong {
    background: rgb(37, 153, 13);
    color: #FFF;
}

#resetpassform #pass-strength-result.good {
    background: rgb(124, 212, 106);
    color: #000;
}

#resetpassform #pass-strength-result.weak,
#resetpassform #pass-strength-result.short {
    background: rgb(230, 33, 73);
    color: #FFF;
}

#resetpassform #pass-strength-result.bad {
    background: rgb(194, 103, 121);
    color: #000;
}

#resetpassform .wp-block-button {
    float: left;
    margin-right: 50px;
}

#resetpassform .wp-block-button .wp-block-button__link {
    padding: 9px 20px;
}

.reset-pw-submit {
    float: right;
}

.reset-pw-submit:after {
    display: table;
    content: "";
    clear: both;
}