* {
	margin: 0;
	padding: 0;
	font-family: sans-serif;
}
.hero {
	height: 100%;
	width: 100%;
	background: linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.4)), url(feaimg.png) no-repeat center center fixed; 
	background-position: center;
	background-size: cover;
	position: absolute;
}
.form-box {
	width: 380px;
	height: 650px;
	position: relative;
	margin: 6% auto;
	background: #FFF;
	padding: 5px;
	overflow: hidden;
}
.button-box {
	width: 220px;
	margin: 35px 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, #ffeb3b, #ffad06);
	border-radius: 30px;
	transition: .5s;
}
.soical-icons {
	margin: 30px auto;
	text-align: center;
}
.soical-icons .fa {
	font-size: 40px;
	/*background: linear-gradient(to right, #ff105f, #ffad06);*/
	color: #ef741d;
	margin: 0 12px;
	cursor: pointer;
}
.input-group {
	top: 270px;
	position: absolute;
	width: 280px;
	transition: .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;
}
.check-box {
	margin: 30px 10px 30px 0;
}
.submit-btn {
	width: 100%;
	margin-top:25px;
	padding: 10px 30px;
	cursor: pointer;
	display: block;
	background: linear-gradient(to right, #ffeb3b, #ffad06);
	border-radius: 30px;
}
span {
	color: #777;
	font-size: 12px;
	bottom: 68px;
	position: absolute;
	
}
#login {
	left: 50px;
}
#register {
	left: 500px;
}