body {
	background: #eee;
	background-image: url('../img/cadastro.jpg');
	background-size: cover;
	overflow: hidden;
}
h2 {
	margin: 30px;
}
#loading {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: rgba(0, 0, 0, 0.5);
}
#loading img {
	position: absolute;
	width: 150px;
	height: 150px;
	top: 50%;
	left: 50%;
	margin-top: -75px;
	margin-left: -75px;
}
.main {	
	padding-top: 10%;
}
.main-div {
	border: 1px solid #ccc;
	border-radius: 30px;
	background: rgba(255,255,255,0.9);
}
.btn-cadastrar {
	width: 200px;
	margin: 30px auto 15px;
	cursor: pointer;
}
.resultado-registro {
	height: 60px;
	margin-bottom: 15px;
}

@media (max-width: 1024px) {
	body {
		overflow-y: scroll;
		background-image: url('../img/cadastro_low.jpg');
		font-size: 16pt;
	}
	input {
		font-size: 14pt !important;
	}
	.main {
		padding: 10%;
	}
}

@media (max-width: 780px) {
	@media (min-width: 681px) {
		body {
			font-size: 25pt;
		}
		h2 {
			font-size: 35pt;
		}
		input {
			font-size: 20pt !important;
		}
	  	.main {
			padding: 15%;
		}
	}
}

@media (max-width: 680px) {
  	.main {
		padding: 5% 5% 5% 7%;
	}
}