.errorQuestion,
.errorReply {
	color: red;
	font-size: 12px;
}
.notifyUser {
	font-size: 12px;
	color: green;
}
.password-eye-toggle {
	position: relative;
}
.password-eye-toggle input[type="password"],
.password-eye-toggle input[type="text"] {
	padding-right: 40px;
}
#profile-content-settings .toggle-password {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	font-size: 16px;
	color: #555;
}
.wpt-lms-student-form .toggle-password, .wpt-lms-instructor-form .toggle-password {
	/* position: relative; */
	/* top: -30%;
	left: 90%; */
	/* transform: translateY(-50%); */
	cursor: pointer;
	color: #999;
}
.login-password span.toggle-password {
	position: absolute;
	right: 12px;
	top: 10px;
}
#loginform #user_pass {
	width: 100%;
}
.password-wrapper input[type=password],
.password-wrapper input[type=text] {
	width: 100%;
}
.wpt-lms-profile .password-wrapper {
	position: relative;
}
.wpt-lms-experince .description {
	white-space: break-spaces;
	word-break: break-all;
}