h1, h2, h3, h4, h5, h6 {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
}

p, div {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
}

strong {
    font-weight: 600;
}

label {
    font-weight: 600;
}

a {
    color: #0077cc;
}

body {
    padding-top: 60px;
}

@media (max-width: 980px) {
    body {
        padding-top: 10px;
    }
}
.v3-clearfix:after {
    clear: both;
    content: "";
    display: block;
}

.glyphicons {
    position: relative;
    top: 1px;
    vertical-align: inherit;
}

.panel-carousel {
    border: none;
}

.panel-auth {
    border-color: #616265;
}

.panel-auth > .panel-heading {
    background-color: #616265;
    color: #e0e0e0;
    position: relative;
}

.panel-auth > .panel-heading > img {
    position: absolute;
    right: 15px;
    top: 2px;
}

.panel-auth > .panel-heading > img.sendloop-birdie-logo {
    height: 35px;
    width: 35px;
}

.panel-auth > .panel-heading > img.sendloop-agency-logo {
    height: 35px;
    max-height: 35px;
    width: auto;
}

.try-it-now {
    float: right;
    margin: 0;
    padding: 0;
}

.panel-body.info-carousel {
    padding: 0;
}

.auth-carousel-item-bg {
    background: no-repeat center center;
    background-size: cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.auth-submit-column {
    text-align: right;
}