.header-nav{
	background-color: #0084ff;
	padding:15px; color:white;
	font-size: medium;
}

.secure-key-container{
	position:absolute;
	left: calc(50% - 100px);
	top: calc(50% - 180px);
}

.secure-access {
	height: 195px;
	width: 230px;
	border: 2px solid #d00020;
	border-radius: 10px;
	text-align: center;
}

.secure-access-header:before{
	content: '\f023';
	font-family: fontAwesome;
	margin-right: 10px;
}

.secure-access-header {
	border-bottom: 1px solid #d00020;
	padding: 5px 10px;
	background-color: #d00020;
	color:white;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.secure-access-header.verified {
	background-color: green;
	border-color: green;
}

.secure-access-contents {
	padding: 10px;
}

.secure-access-button {
	border: 1px solid #aaaaaa;
	border-radius: 8px;
	background-color:#0084ff;
	padding: 5px;
	color:  white;
	width: 200px;
}

#key {
	width: 210px;
}
