body { background-color: #fcfcfc; font-family: 'Open Sans', sans-serif; font-size: 16px}
.container { max-width: 1400px; margin: 0 auto }

#nav-primary { height: 54px; margin: 0 !important }
#nav-primary a:link, #nav-primary a:visited { color: #333 !important }
#nav-primary a:hover, #nav-primary a:active { color: #bcd631 !important }

.navbar-default { background-color: rgba(248, 248, 248, 0.8); border-radius: 0; border: 1px solid rgba(248, 248, 248, 0.56); border-bottom: 4px solid #bcd631 }
.signup-input { font-size: 1.2em !important; height: 42px; line-height: 42px; box-sizing: border-box; }
input[type="password"].signup-input { line-height: normal }

a:link, a:visited { text-decoration: none; color: #f47f20;}
a:hover, a:active { color: #bcd631;}

.footer { background-color: #555; color: #fefefe; height: 40px; padding: 10px; font-size: 0.8em; margin-top: 25px; border-top: 1px solid #fefefe; text-align: center }
.footer a { text-decoration: none; border-bottom: 1px dashed #eee }
.footer a:link { color: #fefefe }
.footer a:visited { color: #fefefe }
.footer a:hover { color: #ff7e00 }
.footer a:active { color: #bcd631 }

.form-group { padding: 5px 2px }
#info-safe { color: #fefefe; float: right }
#button-signup { height: 55px; line-height: 55px; background-color: #bcd631; border: none; color: #fefefe; font-size: 1.4em; padding: 0; width: 100% }

.fa-2x { font-size: 1.4em }

#main { margin-top: 1em }
#main h1 { font-size: 2.5em; font-weight: 700; text-align: center }
#signup-errors { display: none }