*{
	margin: 0;
	padding: 0;
	font-family: 'Montserrat',sans-serif;
}
.hero{
	height: 125%;
	width: 100%;
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("https://github.com/Desiarmstrong/Capstone-Webpages/blob/master/login-background.png?raw=true");
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	position: absolute;
}
.form-box{
	width: 400px;
	height: 400px;
	position: relative;
	margin: 8% auto;
	background: white;
	padding: 5px;
	border-radius: 5px;
	overflow: hidden;
}
.form-box-2{
	position: relative;
	background: white;
	margin: 8% auto;
	padding: 20px;
	width: 400px;	
	height: 600px;
	border-radius: 5px;
	overflow: hidden;
}
.form-box-3{
	position: relative;
	background: white;
	margin: 8% auto;
	padding: 20px;
	width: 400px;	
	height: 500px;
	border-radius: 5px;
	overflow: hidden;
}
.initials{
	width: 150px;
	margin: 30px auto 25px;
}
.button-box{
	width: 220px;
	margin: 30px auto;
	position: relative;
	box-shadow: 0 0 20px 9px #ff61241f;
	border-radius: 30px;
}
.toggle-btn{
	padding: 10px 30px;
	cursor: pointer;
	background: transparent;
	border: 0;
	outline: none;
	position: relative;
}
#btn{
	top: 0;
	left: 0;
	position: absolute;
	width: 110px;
	height: 100%;
	background: linear-gradient(to right, #77B300, #FF8033);
	border-radius: 30px;
	transition: 0.5s;
}
.input-group{
	top: 190px;
	position: absolute;
	width: 250px;
	transition: 0.5s;
}
.input-field{
	width: 100%;
	padding: 10px 0;
	margin: 5px 0;
	border-left: 0;
	border-top: 0;
	border-right: 0;
	border-bottom: 1px solid #999;
	outline: none;
	background: transparent;
}
.submit-btn{
	width: 85%;
	padding: 10px 30px;
	cursor: pointer;
	display: block;
	margin: 35px 25px;
	background: linear-gradient(to right, #77B300, #FF8033);
	border: 0;
	outline: none;
	border-radius: 30px;
}
span{
	color: #fff;
	font-size: 12px;
	bottom: 68px;
	position: absolute;
}
#signup{
	left: 50px;
}
#login{
	left: 450px;
}
.righteous { 
	font-family: Righteous;
	text-align: center;
}
.constructionp { 
	text-align: center;
}
