/* CSS Document */
*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
body{
	background: url("../img/background.png");
	background-repeat: no-repeat;
	background-size: cover;
}

.row{
justify-content: center;
    align-items: center;
	overflow: hidden;
	
}
.col-md-7{
	display: grid;
	place-items: center;
	height: 100vh;
}
.forms{
	
	
}
form{
	width: 500px;
}
form a {
	font-size: 12px;
	margin-top: -10px;
	color:hsla(93,68%,14%,1.00);text-decoration: underline;
}
form .pwd{
	position: relative;
	right: 141px;
}
form .p{
	position: relative;
	right: 154px;
}
form .cp{
	position: relative;
	right: 125px;
}
.forms p{
	width: 470px;
	text-align: center;
	padding-bottom: 10px;
}
.forms-input{
	width: 383px;
	height: 49px;
	padding: 10px;
	border-radius: 7px;
	border: 0.01px solid hsla(0,0%,82%,1.00);
	background: rgba(0,0,0,0);
	outline: none;
	margin: 7px 0;
	color: hsla(0,1%,37%,1.00);
}
.forms-input1{
	width: 383px;
	height: 49px;
	padding: 10px;
	border-radius: 7px;
	border: 0.01px solid hsla(0,0%,82%,1.00);
	background: rgba(0,0,0,0);
	outline: none;
	margin-top: 7px;
	color: hsla(0,1%,37%,1.00);
}

.btn-input{
	width: 383px;
	height: 49px;
	padding: 10px;
	border-radius: 7px;
	border: 0.01px solid hsla(0,0%,82%,1.00);
	background: black;
	outline: none;
	margin: 10px 0;
	color: #fff;;
}
