.panel {
	border:none;
}
label[for=email]{
display: block !important;

}
label[for=email]:after{
content: " *";
color: red;
}
button#emailVerificationControlForPasswordReset_but_send_code {
	width: 100% !important;
	height: 3rem !important;
	border-radius: 2px !important;
	box-shadow: 0 0px 0px 0px !important;
	font-weight: 500
}
button#emailVerificationControlForPasswordReset_but_verify_code {
	width: 100% !important;
	height: 3rem !important;
	border-radius: 2px !important;
	box-shadow: 0 0px 0px 0px !important;
	font-weight: 500
}
button#emailVerificationControlForPasswordReset_but_send_new_code {
	width: 100% !important;
	height: 3rem !important;
	border-radius: 2px !important;
	box-shadow: 0 0px 0px 0px !important;
	opacity: unset !important;
	background: none !important;
	color: #0e5ad6;
	font-weight: 500
}
button#continue{
	width:100% !important;
	height: 3rem !important;
	border-radius: 2px !important;
	box-shadow: 0 0px 0px 0px !important;
	font-weight: 500
}
.buttons #continue:disabled{
	background-color: #F2F5F6 !important;
	color: #9DA4A5 !important;
	box-shadow: 0 0px 0px 0px !important;
	cursor: text !important;
	opacity: unset !important;
	font-weight: 500
}
.textInput{
	height: 3rem !important;
	border:1px solid #9DA4A5;
}
.verifyInput{
	height: 3rem !important;
	border:1px solid #9DA4A5;
}
.error{
	clear: both;
}
button#cancel{
	top:-25px !important;
}
button#emailVerificationControlForPasswordReset_but_change_claims {
	display: none !important;
	opacity: 0;
	box-shadow: 0 0px 0px 0px !important;
}
.success-icon
{
height: 2rem;
background-color: #249E57;
left: 8px;
top: 12px;
width: 2rem;
border-radius: 50%;
color: white;
display: inline-block;
margin-left: 4px;
}
.success-icon:after{
  content:"\2713";

}
label[for=newPassword]{
display: block !important;
}
label[for=reenterPassword]{
display: block !important;
}
label[for=newPassword]:after{
content: " *";
color: red;
}
label[for=reenterPassword]:after{
content: " *";
color: red;
}
