.index-form {
	border: 3px solid #f1f1f1;
}

.form-container {
	padding: 20px;
}

.input-group .form-control { margin: 0px;}

.mfaDigit {
	width:40px;
	font-size: 2.5em;
	text-align: center;
	border-radius: 0;
	border: 2pt solid silver;
}

.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
	padding-top: 60px;
}

.modal-content {
	background-color: #fefefe;
	margin: 130px auto; /* 15% from the top and centered */
	border: 1px solid #888;
	width: 40%; /* Could be more or less, depending on screen size */
}

.psw {
	float: right;
}

.wide-button {
	padding: 14px 20px;
	margin: 8px 0;
	border: none;
	cursor: pointer;
	width: 100%;
}