/**
 * @package WordPress
 * @subpackage SVDE Login
 */
body, html {
	height: auto;
	position: relative;
}
.svde_zetcom-login-button {
	text-align: center;
	display:none;
}
.svde_zetcom-login-button .btn {
	background-color: #3789a4;
	color: #fff;
	padding: 5px 20px;
	font-weight: bold;
	border-radius: 5px;
	text-decoration: none;
}
.svde_zetcom-login-button a.btn:active,
.svde_zetcom-login-button a.btn:hover,
.svde_zetcom-login-button a.btn:focus {
	color: #fff;
	text-decoration: none;
	border: none;
}