/*
******************************
	Fennecore 2017
******************************
*/

#fnc-recovery
{
	padding-top: 100px;
	margin: 0 auto 0 auto;
    max-width: 800px;
	position: relative;
	text-align: center;
}

#fnc-recovery .recovery-box
{
	max-width: 800px;
}

#fnc-recovery .captcha
{
	height: 90px;
	background:#CFCFCF;
	display: none;
}

#fnc-recovery .captcha .render
{
	width: 200px;
	float: left;
}

#fnc-recovery .captcha .value
{
	padding: 5px;
	width: 130px;
	float: right;
}

#fnc-recovery span.error:not(:empty)
{
	padding: 5px;
}

#fnc-recovery .error-account:not(:empty)
{
	width: calc(100% - 21px);
	
	background: #FFB2B3;
	border: 1px solid #600001;
	padding: 10px;
}

#fnc-recovery .recovery-box .message-done:not(:empty)
{
	padding: 10px;
	background: #89FF88;
	color: #025601;
}

#fnc-recovery .recovery-box .message-warning:not(:empty)
{
	padding: 10px;
	background: #FFF850;
	color: #5C5C00;
}

#fnc-recovery .recovery-box .message-fatal:not(:empty)
{
	padding: 10px;
	background: #FF686B;
	color: #5F0001;
}

@media screen and (max-width: 799px) 
{
	#fnc-recovery
	{
		padding-top: 120px;
	}

	#fnc-recovery .recovery-box
	{
		max-width: 100%;
	}
	
}


