.fullscreen-bg {
    position: fixed;
    background-color: white;
    background: url('../media/image/BG.png') center center / cover no-repeat;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
}

#logo
{
	margin-top: 14.5%;
	margin-left: 2.5%;
	max-height: 200px;
	max-width: 200px;
}

div[class*="round"]
{
    background-color: #F7F3BA;
    height: 210px;
    width: 210px;
    border-radius: 50%;
    box-shadow: 2px 0px 10px 8px rgba(120,120,120,0.4);
    margin: 0 auto;
}

form
{
	margin-top: 5%;
	padding-top: 20px;
	background-color: #F7F3BA;
	box-shadow: 2px 2px 10px 8px rgba(120,120,120,0.4);
	border-radius: 10px;
}

#content
{
	margin-top: 10%;
}