legend.legendStyle {
    padding-left: 5px;
    padding-right: 5px;
}

fieldset.fsStyle {
    font-family: Verdana,Arial,sans-serif;
    font-size: small;
    font-weight: normal;
    border: 2px solid #999;
    padding: 0 17px;
    margin: 10px;
}

legend.legendStyle {
    font-size: 90%;
    color: #888;
    background-color: transparent;
    font-weight: bold;
}

legend {
    width: auto;
    border-bottom: 0;
}

.hero {
    font-weight: 100;
    color: #f5c67e;
    font-size: 38px;
}

.signup-btn {
    background: #fff;
    background-image: -webkit-linear-gradient(top,#79bc64,#578843);
    background-image: -moz-linear-gradient(top,#79bc64,#578843);
    background-image: -ms-linear-gradient(top,#79bc64,#578843);
    background-image: -o-linear-gradient(top,#79bc64,#578843);
    background-image: linear-gradient(to bottom,#79bc64,#578843);
    -webkit-border-radius: 4;
    -moz-border-radius: 4;
    border-radius: 4px;
    text-shadow: 0 1px 0 #898a88;
    -webkit-box-shadow: 0 0 0 #a4e388;
    -moz-box-shadow: 0 0 0 #a4e388;
    box-shadow: 0 0 0 #a4e388;
    font-family: Arial;
    color: #fff;
    padding: 10px 20px 10px 20px;
    border: solid #3b6e22 1px;
    text-decoration: none;
}

    .signup-btn:hover {
        background: #79bc64;
        background-image: -webkit-linear-gradient(top,#79bc64,#5e7056);
        background-image: -moz-linear-gradient(top,#79bc64,#5e7056);
        background-image: -ms-linear-gradient(top,#79bc64,#5e7056);
        background-image: -o-linear-gradient(top,#79bc64,#5e7056);
        background-image: linear-gradient(to bottom,#79bc64,#5e7056);
        text-decoration: none;
    }

.navbar-default .navbar-brand {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
}

.form .form-control {
    margin-bottom: 10px;
}

@media(min-width:768px) {
    #home {
        margin-top: 50px;
    }

        #home .slogan {
            color: #0e385f;
            line-height: 29px;
            font-weight: bold;
        }
}
