@charset "utf-8";
/* CSS Document */

body {
    background: #ddd url(../images/bg1.png);
    padding-top: 120px;
}

h1 {
    color: #f73b3b;
	font-family: 'Lobster', cursive;
	margin-top:50px;
}

p {
    font-size: 16px;
    line-height: 25px;
    margin-top: 0;
	color:#737373;
}

#logo {
    background-color: #a20e98;
    border-radius: 65px;
    -moz-border-radius: 65px;
    -webkit-border-radius: 65px;
    color: #fff;
    font-family: 'Lobster', cursive;
    font-size: 25px;
    height: 130px;
    line-height: 130px;
    margin: 50px auto 0 auto;
    text-align: center;
    width: 130px;
}

input.input-large {
    padding: 9px 14px;
}

div.gradient {
    background: url(../images/bg.png) no-repeat top center;
    min-height: 770px;
}

div.content {
    text-align: center;
    margin-top: 1.5em;
}

a.sb.gplus,
.sb a.gplus {
	background-image: url(../images/social-buttons/gplus.png);
}



/* Logo styles */
#logo {
    background-color: #a20e98;
    color: white;
}

/* Heading styles */
h1 {
    color: #a20e98;
}

