﻿body {
    background-color: #f9fbfd;
    color: #738fb8;
    font-family: proxima-nova,sans-serif;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #12263f;
}

.anonymous-logo {
    max-height: 80px;
}

.btn-primary {
    background-color: #08b1f1;
    border-color: #08b1f1;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: .3px;
    padding: 1rem 1.5rem;
}

.btn-primary:hover {
    background-color: #068dc0;
    border-color: #068dc0;
}

strong {
    font-weight: 700;
}

.alt-title {
    color: #08b1f1;
    font-size: 1.2rem;
    font-weight: 900;
    text-transform: uppercase;
}