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

.row{
justify-content: center;
    align-items: center;
	overflow: hidden;
	
}
.lomat{
	background: rgba(0, 135, 83, 0.2);
	/*padding: 50px 50px 0;*/
	
}
.forms{
	display: grid;
	place-items:center;
	
}
form{
	width: 500px;
}
form a {
	font-size: 12px;
	margin-top: -10px;
	color:hsla(93,68%,14%,1.00);text-decoration: underline;
}
.forms p{
	width: 470px;
	position: relative;
	right: 17px;
}
.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;;
}
.notes{

	color: #131321;
	margin: 0;
	padding: 120px;
}
.notes h4{
	font-size: 28px;
	text-align: left;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: bold;
	align-items: center;
	position: absolute;
  top: 96px;
  left: 100px;
	width: 370px;
	line-height: 39px;letter-spacing: 0px;
	
}
.notes p{
	text-align: left;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	width: 370px;
	line-height: 26px;letter-spacing: 0px;
	position: absolute;
  top: 176px;
  left: 100px;
}
.notes img{
 width: 310px;
  height: 369.13px;
  overflow: hidden;
	position: relative;
	top: 96px;
	padding: 20px;
}