.verifyne-login-button-container {
	text-align: center;
	border-style: none;
	padding: 0;
	margin-bottom: 10px;
}
.verifyne-login-button {
	max-width:100%;
	max-height:100%;
	background: #eee;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	border-style: solid;
	border-width: 1px;
	border-color: #ccc;
}
.verifyne-login-button:hover {
	background: #D5F7D7;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.verifyne-qr-container{
	border-style: none;
	padding: 0;
	margin-bottom: 10px;
}

.verifyne-center {
	text-align: center;
}

#verifyne-state-div {
	margin-bottom: 10px;
}

.verifyne-connect-button-container {
	vertical-align: middle;
	padding: 10px;
	border-style: solid;
	border-width: 1px;
	border-color: #000;
	background: #2ea2cc;
}

.verifyne-connect-button-container:hover {
	background: #D5F7D7;
}