﻿body {
    background-image: url("../img/bg.jpg");
    background-position: center;
    background-repeat:repeat;
    background-size: cover;
    /*background-color: #5c97bd;*/
}

.text-danger {
    color: #dc3545 !important;
}

.outer-box {
    height: 100vh;
    display: flex;
    align-items: center;
}

.inner-box {
    max-width: 450px;
    min-width: 450px;
    margin: 0 auto;
    vertical-align: middle;
}

.error-box {
    padding: 3px;
    font-size: 0.8em;
    width: 100%;
    text-align: center;
    background-color: #F25A5A;
    color: #FFF;
    margin-bottom: 10px;
}

/*.card-default {
    min-width: 450px;
    max-width: 450px;
}*/

fieldset {
    border: 0;
    padding: 0;
}

.logo {
    display:block;
    width: 100%;
    text-align: center;
}

    .logo > img {
        width: 150px;
    }

.logout-btn {
    position:absolute;
    top: 10px;
    right: 10px;
}

.username {
    position: absolute;
    top: 15px;
    left: 15px;
}

.mt-10 {
    margin-top: 10px;
}
.mb-10 {
    margin-top: 10px;
}
.ml-10 {
    margin-top: 10px;
}
.mr-10 {
    margin-top: 10px;
}

.float-right {
    float:right;
}
.float-left {
    float:left;
}

.w-100 {
    width: 100%;
}

.hr {
    border: 0px;
    border-bottom: 1px solid #EBEBEB;
}

.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: '';
        }



@media (max-width: 768px) {
    .outer-box {
        display: block;
    }

    .inner-box {
        max-width: 600px;
        width: 100%;
        vertical-align: top;
        padding: 10px;
    }
}

@media (max-height: 800px) {
    .outer-box {
        display: block;
    }

    .inner-box {
        vertical-align: top;
        padding: 10px;
    }
}