body{
	margin: 0;
	padding: 0;
	background:  rgba(0,0,255,0.3);
 	background-image: url("/workzone/f11.jpg") ;
 	background-repeat: no-repeat ;
	background-size:cover;
	background-position: cover;
	font-family: candara;
	

}

.login-box{
	width: 320px;
	height: 
	background-color: opacity  #F2F3F4;
	top: 50%;
	left:50%;
	position: absolute;
	transform: translate(-50%,-50%);
	box-sizing: border-box;
	padding: 70px 30px;
	background: rgba(255,255,255,0.04);
  	box-shadow: -1px 4px 28px 0px rgba(0,0,0,0.75);
}

.inicio
{
	width: 100px;
	height: 100px;
	border-radius: 50%;
	position: absolute;
	top: -50px;
	left: calc(50% - 50px);
}
h1{
	margin: 0;
	color: #EFF7F6;
	text-decoration: overline;
	/*
	background: rgba(0,0,0,0.3);*/
	padding: 0 0 20px;
	text-align: center;
	font-size: 22px;
}

.login-box p{
	margin: 0;
	color: white;
	padding: 0;
	font-weight: bold;
}

.login-box input{
	width: 100%;
	margin-bottom: 20px;
}

.login-box input[type="text"], input[type="password"],  input[type="email"]
{
	border: none;
	border-bottom: 1px solid #fff;
	background: transparent;;
	outline: none;
	height: 40px;
	color: black;
	font-size: 16px;
	font-family: candara;
}
.login-box input[type="submit"]
{
	border: none;
	outline: none;
	height: 40px;
	background: #3498db;
	color: white;
	font-size: 18px;
	border-radius: 20px;
	font-family: candara;

}
 header{
 	width: 100%;
 	background: #26a69a;
 	font-family: candara;

 }








