body{
	background:url(../images/login-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;
}

.success, .errormsgbox {
	border: 1px solid;
	margin: 0 auto;
	padding:10px 5px 10px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
	font-weight:bold;
	width:100%;
	margin-bottom:10px; 
}

.success {
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image:url(../images/success.png);
}

.errormsgbox {
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url(../images/error.png);
	
}
.top-content{
}
.admin{
	overflow: hidden;
	padding: 25px 25px 15px 25px;
	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
	background: rgba(255,255,255, 0.2);
	color: white;
	box-shadow: 0 0 20px #041c26;
}

.admin h1{font-weight:bold; font-family:'Palatino Linotype', 'Book Antiqua', Palatino, serif;}
.account a{
	color: #fff;
	text-decoration: none;
}

.signup-overlay {
	height: 100%;
	width: 100%;
	position: fixed;
	overflow-x: hidden;
	transition: 0.5s;
	top: 0px;
}

.signup {
	position: relative;
	width: 100%;
}

.signup .page-bg{
	background-image: url(../images/join-banner.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	border-right: 5px solid #fff;
	margin:0;
	padding:0;
	height:100%;
	min-height: 100%;
	min-height: 100vh;
}

.signup .page-content{
	margin: 0px 35px;
	text-align: center;
}

.signup .page-content .logo{
	margin: 10px 0px 10px 0px;
	width: 150px;
}
.signup .page-form h1{
	color: #fff;
	margin: 10px 0px 30px;
	font-weight: 500;
	line-height: 1.4em;
	font-size: 28px;
}
.file {
  visibility: hidden;
  position: absolute;
}
.dashboard{
	padding:30px; 
	margin:0 2% 2% 0; 
	border-radius:10px;
}