/**
 * Style
 * 
 * @author Mario Sakamoto <mskamot@gmail.com>
 * @license MIT http://www.opensource.org/licenses/MIT
 * @see https://wtag.com.br/divmon
 * @since 2014-07-26
 */

/*
 * Reset
 */
html, body, div, span,
table, tbody, tr, th, td,
form, label, input, textarea, select, option, checkbox, button,
ul, li,
h1, h2, h3, h4, h5, h6, p,
img,
a { }

body { }

table { }

	tr { }

		th { }

		td { }

form { }

	label { }

	input { }
	
	textarea { }

	select { }
	
		option { }
		
	checkbox { }

	button { }
	
ul { }

	li { }
	
h1 { }

h2 { }

h3 { }

h4 { }

h5 { }

h6 { }

p { }

img { }

a { }

span { }

/**
 * Id
 */
#gz-custom-message {
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -230px 0 0 -500px;
	padding: 0 20px;
	text-align: center;
	z-index: 7;
	display: none;
	width: 1000px;
	height: 460px;
	background: #fff;
	box-shadow: 0px 0px 30px #555;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 30px #555;
	-moz-box-shadow: 0px 0px 30px #555;
}

#gz-custom-mapas {
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -150px 0 0 -225px;
	padding: 0 20px;
	text-align: center;
	z-index: 7;
	display: none;
	width: 450px;
	height: 300px;
	background: #fff;
	box-shadow: 0px 0px 30px #555;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 30px #555;
	-moz-box-shadow: 0px 0px 30px #555;
}

/*
 * Class
 */
.login-bg {
	position: fixed;
	width: 100%;
	height: 100%;
	background: url("../img/bg.jpg") no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	z-index: 0;
}

.span-top-right {
	margin-top: -65px; 
	margin-left: 20px;
}