
html {
	height: 100%;
}


body {
    text-align: center;
    background-image: url('../img/corner.png');
    background-repeat: no-repeat;
    background-position: 0% 100%;
    height: 100%;
    background-color: #FFF;
}

body:after {
	color: #B2B2B2;
	content: "Empowering the world through interaction";
	display: block;
	position: absolute;
	left: 310px;
	bottom: 2%;
	font-size: 1.2em;
}

h1 {
	position: relative;
	top: 100px;
	color: #00A79D;
}

p {
	color: #FF0000;
}

#loginForm {
	height: 250px;
    width: 350px;
    border-radius: 50%;
    border: 5px solid #195954;
    margin: 50px auto;
    padding-top: 55px;
 	display: block;
 	color: #00A79D;
    font-size: 1.125em;
    padding-top: 25px;
}

#loginForm table {
	width: 100%;
	margin: 90px 0 auto;
	height: 30%;
}

#loginForm input[type="Submit"] {
    background-color: #195954;
    border: 0;
    border-radius: 50%;
    color: #FFF;
    height: 100px;
    font-size: 24px;
    margin-top: 30px;
    padding-right: 6px;
    width: 100px;
    box-shadow: 0 0 0 5px white;
}
