﻿.tfa-frame {
	background-color: var(--mdc-theme-secondary);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 24px 24px 24px 24px;
	width: 352px;
}

.tfa-panel {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	background: var(--mdc-theme-background);
	border-radius: 8px;
	padding: 36px 12px 24px;
	margin: 12px 0px;
	width: 330px;
}

.tfa-header-text {
	position: static;
	left: 12px;
	top: 0px;
	text-align: center;
	color: var(--mdc-theme-text-secondary-on-background);
	flex: none;
	order: 0;
	align-self: stretch;
	flex-grow: 0;
}

.tfa-header-title {
	text-align: left;
	--mdc-typography-subtitle1-font-weight: 700;
	--mdc-typography-subtitle2-font-weight: 700;
	margin: 0px 0px 0px;
	color: var(--mdc-theme-text-secondary-on-background);
}

.tfa-text-left-align {
	text-align: left;
	width: 304px;
	color: var(--mdc-theme-text-secondary-on-background);
}

.tfa-text-center-align {
	text-align: center;
	width: 304px;
	color: var(--mdc-theme-text-secondary-on-background);
}

.tfa-divider-container {
	padding: 0px;
	width: 304px;
}

.tfa-header-main-container {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	left: 0px;
	top: 24px;
	flex: none;
	order: 0;
	align-self: stretch;
	flex-grow: 0;
	margin: 0px 0px;
}

.tfa-accept-div {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 0px;
	position: static;
	width: 304px;
	left: 0px;
	top: 48px;
	flex: none;
	order: 1;
	flex-grow: 0;
}

.tfa-btn-style {
	display: flex;
	align-items: center;
	padding: 10px 16px;
	position: static;
	width: 304px;
	left: 0px;
	top: 0%;
	bottom: 50%;
	background: var(--mdc-theme-primary);
	border-radius: 4px;
	flex-direction: row;
	justify-content: center
}

.tfa-body {
	padding: 0px 12px 0px 12px
}

.tfa-verify-button-style {
	display: flex;
	align-items: center;
	padding: 10px 16px;
	position: static;
	width: 100%;
	left: 0px;
	top: 0%;
	bottom: 50%;
	background: var(--mdc-theme-primary);
	border-radius: 4px;
	flex-direction: row;
	justify-content: center
}

.tfa-verify-button-label {
	position: static;
	height: 16px;
	left: 129px;
	right: 129px;
	top: calc(50% - 8px);
	color: var(--mdc-theme-text-secondary-on-dark);
	flex: none;
	order: 0;
	flex-grow: 0;
	margin: 0px 0px;
	display: flex;
	align-items: center;
}

.tfa-back-button-style {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 16px;
	position: static;
	width: 100%;
	left: 24px;
	top: 78.4%;
	bottom: 14.4%;
	border: 1px solid;
	box-sizing: border-box;
	border-radius: 4px;
	flex: none;
	order: 2;
	align-self: stretch;
	flex-grow: 0;
	flex-direction: row;
}

.tfa-back-button-label {
	position: static;
	height: 16px;
	left: 74.5px;
	right: 74.5px;
	top: calc(50% - 8px);
	color: var(--mdc-theme-text-secondary-on-background);
	flex: none;
	order: 0;
	flex-grow: 0;
	margin: 0px 0px;
	display: flex;
	align-items: center;
	font-size: 0.750rem;
}

.tfa-buttons-div {
	position: static;
	width: 100%;
	height: 50px;
	top: 0%;
	bottom: 20.75%;
	flex: none;
	order: 0;
	align-self: stretch;
	flex-grow: 0;
	margin: 0px 0px;
}

.tfa-code-container {
	align-items: center;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: start;
	height: 100px;
}

#tfa_form_code_validation {
	padding-top: 9px;
}

/** CSS for input field for code verification */
.tfa-input-verification {
	padding: 8px;
	width: 35px;
	height: 45px;
	border: 1px solid #ccc;
	border-radius: 5px;
	margin: 10px 5px 20px 0px;
	text-align: center;
	font-size: 23px;
	font-weight: 400;
	display: flex;
}

	.tfa-input-verification:hover {
		border-color: #000;
	}