

/* ==========================================================================
   Author's custom styles
   ========================================================================== */


body {
    padding-top: 50px;
    padding-bottom: 20px;
    background-color: #ecf0f5;
    font-family: -apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol,noto color emoji;
}
.outer-wrapper {
    display: table;
    width: 100%;
    height: 100%;
}

.inner-wrapper {
    display:table-cell;
    vertical-align:middle;
    padding:15px;
}
.login-btn { position:fixed; top:15px; right:15px; }
.top-buffer {
    margin-top:5px;
}
.top-header {
    transition: margin-left .25s,margin-right .25s,width .25s,flex .25s;
    transition: margin-left .25s,margin-right .25s,width .25s,flex .25s,-ms-flex .25s;
    flex: 0 0 55px;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 55px;
    padding: 0;
    margin: 0;
    background-color: #fff;
    border-bottom: 1px solid #c8ced3;
}
.top-header a {
    color: #c12e2a;
}
.card {
    border-radius: 3px;
    background: #ffffff;
    border-top: 3px solid #d2d6de;
    margin-bottom: 20px;
    width: 100%;
    padding-top: 18px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}
.card-title {
    margin-bottom: .75rem;
    margin-bottom: 10px;
    font-family: "Uni Sans Regular", sans-serif;
    color: #ce2327;
    text-transform: uppercase;
    font-size: 21px;
    text-decoration: none;
    line-height: 1;
    display: block;
    background: url("../img/underneath.svg") no-repeat left bottom;
    padding-bottom: 31px;
    margin-top: 24px;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}
.navbar-nav > li > a {
    color: #666 !important;
}
.navbar-toggle {
    border: 1px solid #0809081a !important;
    border-radius: 0px !important;
}
.navbar-toggle .icon-bar {
    background-color: #b10f0f !important;
}
.green{
    color: #449d44;
}

.red{
    color: #c9302c;
}
@media only screen and (max-width: 600px) {
    .nav {
        background-color: #fafafa !important

    }
}














