body{
	background:url(../images/admin-bg.jpg)  no-repeat center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
	font-family: 'Open Sans', sans-serif;
}

.admin{
	background-color:rgba(13,13,13,0.2);
	padding: 40px 80px 40px 80px;
	box-shadow: 0 0 20px #041c26;
}

.admin h1{font-weight:bold; font-size: 30px; font-family:'Palatino Linotype', 'Book Antiqua', Palatino, serif; color:#fff;}
.admin h4{margin-bottom: 6%; color: #fff;}
.dashboard{padding:30px; margin:0 2% 2% 0; border-radius:10px;}

.head {
	top:-15%;
	left: 35%;
	padding: 5px;
	z-index: 99;
	text-align: center;
}
.head img {
	border-radius:50%;
	-webkit-border-radius:50%;
	-o-border-radius:50%;
	-moz-border-radius:50%;
	border:6px solid #e4e6ef;
	height: 120px;
	width: 120px;
}

.secure{float: right; margin-top: -5%;}

.input-group-addon {
	top: -0.1px;
}

