body{
	background-color: lightgrey;
	text-align: center;
	margin: 80px;
	background-image: url('https://theawarenesscentre.com/wp-content/uploads/2017/05/write-yourself-768x511.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.logo{
	height: 100%;
	width: 100%;
	font-size: 25px;
	font-family: 'Great Vibes', cursive;
	color: rgb(2, 41, 2);
	font-size: 40px;
	letter-spacing: 1px;
	cursor: pointer;
}

h3{
	float: left;
}

.signup-box, .connect-box, .login-box{
	width: 33%;
	height: 400px;
	margin: auto;
	background-color: rgba(255, 147, 150, 0.8);
	border-radius: 10px;
	padding: 30px;
	border-color: black;
}

.connect-box, .login-box{
	height:300px;
}

form{
	width: 300px;
	margin-left: 20px;
	height: 300px;
}

form input{
	width: 100%;
	margin: 10px;
	padding: 10px;
	border-color: black;
	background-color: lightgrey;
	text-align: center;
	border-radius: 30px;
}

::placeholder{
	color: black;
}
.button, .create{
	width: 107%;
	height: 35px;
	padding: 10px;
	margin: 10px;
	border: none;
	border-radius: 30px;
	background-color: orange;
	cursor: pointer;
	text-decoration: none;
	color: black;
}

.login-box{
	height: 400px;
}
ul{
	list-style: none;
	display: inline-block;
	padding: 5px 25px;
	color:black;
	text-decoration: none;
	font-weight: bold;
	text-transform: capitalize;
}
ul:hover{
	color: royalblue;
	transition: .4s;
}

span{
	color:saddlebrown;
}