* {
	margin: 0;
	padding: 0;
}
.form-box {
	width: 350px;
	box-shadow: 0 0 10px 0 #000;
	margin: 100px auto;
	background: #F5F5DC;
	padding: 50px 20px;
}
body {
	background-image: url(../images/laptop-lady.jpg);
	background-position: center;
	background-size: cover;
        background-repeat: no-repeat; 
}
.input {
	width: 100%;
	height: 40px;
	border-radius: 30px;
	outline: none;
	border: 1px solid #999;
	padding: 0px 5px;
}
.input-group {
	margin: 20px auto;
	position: relative;
}
label {
	position: absolute;
	top: -8px;
	left: 20px;
	background: #F5F5DC;
	padding: 0 5px;
}
.btn {
	padding: 10px 20px;
	background-color: #800020;
	color: #fff;
	cursor: pointer;
	border: none;
	font-size: 14px;
	border-radius: 30px;
	margin-top: 10px;
}
.btn:hover {
	background-color: #a121a6;
	color: #fff;
}
textarea {
	width: 90%;
	height: 100px;
	margin-left: 10px;
}
h2 {
	text-align: center;
	width: 200px;
	box-shadow:0 0 10px 0 #000;
	margin: 0 auto;
	height: 40px;
	padding-top: 16px;
	border-radius: 30px;
	margin-top: -75px;
	background-color: #fff;
}
p {
	text-align: center;
	margin: 30px auto;
}
.social img {
	width: 40px;
	margin-left: 6px;
	cursor: pointer;
}
.social {
	text-align: center;
	transition: all .5s ease;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
}
.social img:hover {
	transform: scale(0.8);
}
.upper {
	height: 100px;
	weight: 100%;
	background-color: #000;
	color: #fff;
}
.upper-log {
	margin-top: 20px;
	margin-left: 10px;
}
.anchor {
	display: flex;
	text-decoration: none;
	float: right;
}
.anchor a {
	color: #fff;
	margin-top: -32px;
	margin-right: 5px;
	padding: 5px 10px;
	text-decoration: none;
	border: 2px solid #fff;
	font-size: 20px;
}
.anchor a:hover {
	
	background-color: #2ebf55;
	text-decoration: underline;
	underline-color: red;
	color: #705942;
}
