@charset "UTF-8";
/* CSS Document */

html,body {
	padding: 0px !important;
	margin: 0px !important;
	height:100% !important;
	width: 100% !important;
}

body {
	margin-top: 50px;
	margin-bottom: 50px;
	background: none;
}

.full-bg {
  background: url(https://emailchecker.1clicksuite.com/images/deadpool.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.navbar.navbar-default {
    height: 80px;
    background: rgba(255,255,255,0.5);
}

.col-centered{
	float: none;
	margin: 0 auto;
	margin-top: 50px;
	background: rgba(255,255,255,0.8);
	padding: 20px;
	border: 1px solid white;
	border-radius: 4px;
}

.redirect {
	font-size: 10px;
	font-style: oblique;
	text-align: right;
}

.row {
	margin: 0px !important;
}