﻿body {
    background: #ddd url(../img/bg.png);
    padding-top: 60px;
}

h1 {
    color: #f73b3b;
}

p {
    font-size: 16px;
    line-height: 25px;
    margin-top: 1.5em;
}

#logo {
    height: 300px;
    margin: 0 auto;
    text-align: center;
    width: 300px;
	padding-left: 30px;
}

input.input-large {
    padding: 9px 14px;
}

div.gradient {
    background: url(../img/gradient.png) no-repeat top center;
    min-height: 580px;
}

div.content {
    text-align: center;
    margin-top: 1.5em;
}	

div.content h1 {
    text-align: center;
    margin-top: 1.5em;
    font-size: 25px;
	font-family: 'Lobster', cursive;
}

.round {
    border-radius: 200px;
    -moz-border-radius: 200px;
    -webkit-border-radius: 200px
}


h1 {
    color: #f73b3b;
}