﻿.header {
	background-image: url(../images/pagebanner.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	height: 180px;
	text-shadow: 1px 1px black;
}

	.header h1 {
		background-image: url('../images/whiteline-small.png');
		background-repeat: no-repeat;
		background-position: bottom center;
		padding-bottom: 0.5em;
	}

.existing {
    color: white;
    padding: 20px;
    border-radius: 3px;
}
    .existing h2 {
        font-size: 1.5em;
        padding-bottom: 0.4em;
        background-image: url('../images/whiteline-small.png');
        background-repeat: no-repeat;
        background-position: bottom left;
    }

.new h2 {
    font-size: 1.5em;
    padding-bottom: 0.4em;
    background-image: url('../images/blueline-small.png');
    background-repeat: no-repeat;
    background-position: bottom left;
}
.create-account {
    padding-left: 30px;
    padding-right: 30px;
}
.signup {
    font-size: 1.5em;
    font-weight: bold;
}

.validation-summary ul {
    list-style-type: none;
    margin-bottom: 0;
}