html{
	height: 100%;
}

html {
	background-image: url("/static/contribute/images/login_background.png");
	background-position: center;
	background-repeat:no-repeat;
	background-size: cover;
}

section {
        height: 100%;
        color: #ffffff;
        text-decoration: none;
        font-size : 30pt;
        font-family: 'Source Sans Pro', sans-serif;
        position: fixed;
        top: 30%;
        left: 50%;
        margin-left: -350px;
        text-align: center;
}
