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