﻿body {
    margin-top: 65px;
    background-color: #e5e5e5;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.625;
    color: #203A43;
}

h1, h2, h3, h4, h5, h6 {
    color: #333333;
    font-weight: 700;
    margin: 0;
    line-height: 1.2;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 15px;
}

h6 {
    font-size: 13px;
}

blockquote {
    margin: 0;
}

strong {
    font-weight: 700;
}

label {
    font-weight: 400;
}

.btn-primary {
    color: #fff;
    background-color: #eda302;
    border-color: #eda302;
}

    .btn-primary:hover {
        background-color: #f8b837;
        border-color: #f8b837;
    }

    .btn-primary:focus, .btn-primary.focus {
        color: #fff;
        background-color: #f8b837;
        border-color: #f8b837;
        outline: 0;
        box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
    }

.btn-center {
    display: block;
    text-align: center;
    margin: 0 auto;
}

.login-image-container {
    min-width: 310px;
    text-align: center;
    /*margin-left:-150px;*/
}

/*.background-pic1 {
    width: 60%;
}*/

.powered-by {
    text-align: center;
}

.powered-by-img {
    max-width: 20%;
}


.login-wrap {
    margin-left: 100px;
}

.login-content {
    background: #fff;
    padding: 30px 30px 20px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 10px;
    position: relative;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1320px;
    }
}

.container > footer {
    /*background-image: linear-gradient(to right top,#0f2027, #203a43, #2c5364 ) !important;*/
    padding: 30px 30px 20px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    position: relative;
    margin: 25px 0;
}

.footer {
    color: #fff;
    text-align: center;
}

.navbar-inverse {
    background-color: #203a43;
    border-color: #080808;
}

.navbar-header {
    position: relative;
    top: -4px;
}

.navbar-brand > .icon-banner {
    position: relative;
    top: -2px;
    display: inline;
}

.icon {
    position: relative;
    top: -10px;
}

.logged-out iframe {
    display: none;
    width: 0;
    height: 0;
}

.page-consent .client-logo {
    float: left;
}

    .page-consent .client-logo img {
        width: 80px;
        height: 80px;
    }

.page-consent .consent-buttons {
    margin-top: 25px;
}

.page-consent .consent-form .consent-scopecheck {
    display: inline-block;
    margin-right: 5px;
}

.page-consent .consent-form .consent-description {
    margin-left: 25px;
}

    .page-consent .consent-form .consent-description label {
        font-weight: normal;
    }

.page-consent .consent-form .consent-remember {
    padding-left: 16px;
}

.grants .page-header {
    margin-bottom: 10px;
}

.grants .grant {
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid lightgray;
}

    .grants .grant img {
        width: 100px;
        height: 100px;
    }

    .grants .grant .clientname {
        font-size: 140%;
        font-weight: bold;
    }

    .grants .grant .granttype {
        font-size: 120%;
        font-weight: bold;
    }

    .grants .grant .created {
        font-size: 120%;
        font-weight: bold;
    }

    .grants .grant .expires {
        font-size: 120%;
        font-weight: bold;
    }

    .grants .grant li {
        list-style-type: none;
        display: inline;
    }

        .grants .grant li:after {
            content: ', ';
        }

        .grants .grant li:last-child:after {
            content: '';
        }
