body {
    padding-top: 60px;
    padding-bottom: 40px;
    font-family: 'Source Sans Pro', sans-serif;
}

h1, h2, h3, h4 {
    font-weight: 600;
}

/* Buttons */

.btn {
    text-shadow: none;
}

.btn-primary {
    background: #ff7712;
}
.btn-primary:hover,
.btn-primary:focus {
    background-color: #ff910f;
}

.btn-secondary {
    background: #fff;
    color: #555;
}
.btn-secondary:hover,
.btn-secondary:focus {
    background-color: #ddd;
    color: #555;
}

/* Utilities */
.u-bottom20 {margin-bottom: 20px;}
.u-text-center {text-align: center !important;}

/* Site */
.site-header {
    text-align: center;
    padding: 10px 0 20px;
}

.input-prepend .add-on.add-on--tall {
    padding-top: 30px;
    height: 54px;
}

.input-append, .input-prepend {
    margin-bottom: 10px;
}

.pw-input {
    min-width: 430px;
    height: 80px;
}

.subheading {
    font-size: 1.5em;
    font-weight: 300;
    line-height: 1.5;
}

.hero-unit {
    padding: 15px 60px;
}
.hero-unit p {
    line-height: 1.3;
}

/* Footer */
.site-footer {
    margin-top: 40px;
}
.footer-logo {
    max-height: 50px;
}

/* Container */
.container--sm {
    width: 680px;
}
small{
    font-size: 70%;
}
@media (max-width: 767px) {

    .container--sm {
        width: auto;
    }

    .pw-input {
        min-width: inherit;
    }

    .hero-unit {
        padding: 20px;
    }
}

@media (max-width: 979px) and (min-width: 768px) {
    .container--sm {
        width: 680px;
    }
    .main-form {
        padding-left: 45px;
    }
}

@media (min-width: 1200px) {
    .container--sm {
        width: 680px;
    }
    .main-form {
        padding-left: 45px;
    }
}