/*                     */
/* Reset Password Form *//*////////////////////////////////////////////////////////*/
/*                     */

.reset-password-email-container
{

	transition: opacity 0.2s linear;

}





/*                     */
/* Reset Password Form *//*////////////////////////////////////////////////////////*/
/*                     */

.reset-password-email-form
{

	display: flex;
	flex-direction: column;
	align-items: center;

}




/*             */
/* Email Input *//*//////////////////////////////////////////////////////////*/
/*             */

.email-input-icon-group
{

	margin-bottom: 8px;

	min-width: 350px;
	max-width: 350px;

}



@media only screen and (max-width: 500px)
{

	.email-input-icon-group
	{


		min-width: 300px;
		max-width: 300px;

	}


	}

}




.send-password-email-button
{

	max-width: 350px;

}





/*             */
/* Email Input *//*//////////////////////////////////////////////////////////*/
/*             */

.reset-password-email-confirmation
{

	display: none;

	opacity: 0;

	padding: 10px 15px;

	font-size: 19px;
	color: #e10707;
	text-align: center;

	background-color: white;

	box-shadow: 0 0 1px 1px rgba(0,0,0,0.5);

	border-radius: 12px;

	transition: opacity 0.2s linear 0.1s;

}
