body {
    font-family: Roboto;
}

footer {
    background: #313e4e;
    border-top: 10px solid #ff6861;
    color: #93a5b6;
    font-size: 12px;
    line-height: 40px;
}

.footer-1 {
    color: #ffffff;
}

.footer-2 {
    color: #ff6861;
}

header {
    background-color: #313e4e;
    margin-bottom: 13px;
}

.login-form-buttons {
    margin-top: 5px;
}

.login-form-buttons .register-link {
    margin-top: 12px;
}

main {
    margin-bottom: 20px;
}

.navbar-default .navbar-brand {
    font-size: 38px;
    color: #fff;
    line-height: 80px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0;
}

.navbar-default .navbar-brand span {
    font-weight: 900;
    color: #ff6861;
}

.hero {
    background: url('/img/hero.jpg') no-repeat center center;
    background-size: cover;
    color: white;
    padding: 6rem 0;
}
.overlay {
    background: rgba(0, 0, 0, 0.6);
    padding: 4rem 2rem;
}
.integration-box {
    border: 1px solid #ddd;
    border-radius: 0.5rem;
    min-height: 98px;
    padding: 1.5rem;
    text-align: center;
    background-color: #f8f9fa;
}

.pricing-note {
    margin-top: -20px;
}