body{
	padding: 14px;
	background-color: black;
}

img{
	max-width: 100%;
	padding-top: 20px;
	padding-bottom: 20px
}

hr{
	max-width: 97%;
}

.main-container{
	padding: 25px;
	background-color: white;
	border-radius: 5px;
	box-shadow: 1px 1px 4px;
}

.required_field{
	color: #ff0000;
}

.note{
	font-size: 14px;
}

.index-button{
    padding-top: 6px;
    padding-bottom: 6px;
}

.index-button a{
    text-decoration: none;
}

#required-note{
	padding-top: 2px;
	padding-bottom: 2px;
}

#terms{
	padding-top: 6px;
	padding-bottom: 12px;
}

.information{
    color: grey;
    font-size: 13px;
}

.information:hover{
    color: grey;
    text-decoration: none;
}

footer{
    font-size: 14px;
    padding-top: 10px;
    color: white;
}