.code-inputs {
	display: flex;
	gap: 10px;
	justify-content: center; }
.code-inputs input {
	width: 40px;
	height: 50px;
	font-size: 24px;
	text-align: center;
	border: 1px solid #ccc;
	border-radius: 5px;
	outline: none;
	transition: border-color 0.3s; }
.code-inputs input:focus {
	border-color: #007bff; }

button {
	margin-top: 20px;
	padding: 10px 20px;
	font-size: 18px;
	background: #28a745;
	color: white;
	border: none;
	border-radius: 5px;
	cursor: pointer; }
button:disabled {
	background: #ccc;
	cursor: not-allowed; }

.secure-option {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	font-size: 12px; }
.secure-option input {
	width: 24px;
	height: 24px;
	margin-bottom: 4px;
	margin-right: 6px;
	margin-left: 10px; }

.login-form {
	position: relative; }

.help-text {
	position: absolute;
	bottom: 30px;
	font-size: 0.9em; }
.help-text > img {
	height: 15px;
	margin-bottom: 4px; }

.authenticator-help-text {
	background-color: #FAF6C8;
	padding: 13px;
	border-radius: 9px;
	box-shadow: 1px 1px 5px 0 #d7d7d7;
	color: black;
	font-size: 0.9em; }
.authenticator-help-text b {
	font-weight: bolder; }
.authenticator-help-text .em-breve {
	color: #57748B; }

.authenticator-help-phone {
	font-size: 0.9em; }
.authenticator-help-phone img {
	height: 16px;
	margin-bottom: -11px; }
.authenticator-help-phone .phone {
	padding-left: 24px; }
.authenticator-help-phone .phone-desc {
	padding-left: 6px; }

.help-central {
	margin-top: 80px; }
.help-central img {
	height: 16px;
	margin-top: -3px; }
