
h1{
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
h3
{
	font-size: 12px;
}

.requested-text
{
	padding: 20px;
}
.nav{
	background-color: #2b6c8d;
	padding: 10px;
	height: 65px;
	text-align: center;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
}

.nav img{
	margin: auto;
}

.my-content
{
	padding-top: 65px;
	padding-bottom: 129px;
}

.main-container
{
	width: 90%;
	margin: auto;
	text-align: center;
}
.form-container
{
	border: 1px solid lightgray;
	border-radius: 15px;
	padding: 30px;
	overflow: hidden;
}

.border{
	margin-top: 15px;
}

.new-users
{
	margin-top: 15px
}

.create
{
	margin-bottom:10px;
}
.login
{
	margin-bottom:15px; 
	margin-top: 15px;
}

.footer-img
{
	max-width: 30px;
}

  @media (min-width: 768px) {
  	h1{
		font-size: 32px;

	}
	h3
	{
		font-size: 16px;
	}
  	.main-container
	{
		width: 350px;
	}

	.border{
		margin-top: 30px;
	}

	.new-users
	{
		margin-top: 30px
	}

	.create
	{
		margin-bottom:25px;
	}

	.footer-img
	{
		max-width: inherit;
	}

}