﻿/** STYLING FOR EVERYTHING OUTSIDE OF THE LOGGED IN SECTION, CREATE ACCOUN, LOGIN ETC*/
html
{
    background: #F5F5F5;
}

body
{
    background: transparent;
}

.text-muted
{
    color: #656565;
}

h2, h3, .white-paragraph
{
    color: White;
}

.panel
{
    border: transparent !important;
}

.panel-heading
{
    background: #2869A4;
    color: white !important;
    font-weight: normal;
    border-radius: 0px;
}

.btn-info
{
   background-color: #962067 !important;
}

.btn-info:hover
{
   background-color: #72184e !important;
}

.btn-info:focus
{
    background: #0c5595; 
}
