/*
	Default style
	Used in case there is no custom skin defined in "persistent_login.js".
*/

#ifplcontainer {
	padding: 3px;
	text-align: center;
}

#ifplcontainer label, input {
	padding: 0;
	margin: 0;
	overflow: auto;
	vertical-align: middle;
}

/*
	Global style for security hint.
*/
/*
.ifpl-hint {
	background: none repeat scroll 0 0 #fff;
	font-size: 0.9em;
	border-radius: 4px;
	color: #BB0000;
	text-align: left;
	text-shadow: none;
}
*/
/*
	Текущий файл
*/

/*
Версия до 04.05.2025

.ifpl-hint {
    background: none repeat scroll 0 0 #fff;
    font-size: 1.1em;
    border-radius: 11px;
    color: #ff5552;
    text-align: center;
    text-shadow: none;
    font-weight: 900;
}
*/
.ifpl-hint {
    background: none repeat scroll 0 0 #ffffff0d;
    font-size: 13px;
    border-radius: 30px;
    color: #ffc107;
    text-align: center;
    text-shadow: none;
    font-weight: 800;
}