body{
	background-color: #3c4451;
	text-align: center;
	color: white;
	width: 100%;
}

.wrapper{
	width: 100%;
	margin: 0;
	padding: 12px
}


.pnnet-header{
	
	display: block;
	height: 100px;
	margin: 12px auto 52px;
}

.app-ico{
	height: 90px;
	margin: 12px auto;
	display: block
}

.card-header{
	background-color: rgba(0,0,0,0.00); 
}

.card{
	background-color: #30323f
}

.btn-pnnet{
	background: #3498dd;
	color: white
}

.btn-pnnet:hover ,.btn-pnnet:focus{
	background: #155e8f;
	outline: none;
	color: white;
	text-decoration: none
}

footer{
	border-top: 2px solid #3498dd;
	position: absolute;
	bottom: 0;
	padding: 24px;
	text-align: center;
	width: 100%
		
}

h1 {
	margin: 18% auto -15px;
}

a {
	color: #3498dd;
	text-decoration: none;
}

input[type="button"] {
	cursor: pointer;
	padding: 10px 20px;
	border-radius: 6px;
	font-size: 22px;
	color: #3498dd;
	background-color: transparent;
	border: solid 2px #3498dd;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
}

input[type="button"]:hover {

	background-color: #3498dd;
	color: white;

}