﻿@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700&display=swap');

html {
    font-size: inherit;
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    background-color: #F0F0F0;
    color: #707070;
    font-family: 'Roboto', sans-serif;
    font-size: 0.8em;
    height: 100%;
    min-height: 100%;
    width: 100%;
}

footer {
    bottom: 0;
    color: white;
    left: 0;
    position: fixed;
    width: 100%;
}

/* Wrapping element */

/* Set some basic padding to keep content from hitting the edges */

.body-content {
    height: 100%;
    padding: 0;
    width: 100%;
}

/* Carousel */

.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* buttons and links extension to use brackets: [ click me ] */

.btn-bracketed::before {
    content: "[";
    display: inline-block;
    padding-right: 0.5em;
}

.btn-bracketed::after {
    content: "]";
    display: inline-block;
    padding-left: 0.5em;
}

/* Make .svg files in the carousel display properly in older browsers */

.carousel-inner .item img[src$=".svg"] { width: 100%; }

/* Hide/rearrange for smaller screens */

@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption { display: none }
}

.page-consent .client-logo { float: left; }

.page-consent .client-logo img {
    height: 80px;
    width: 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; }

.external-login-container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.external-login-message {
    margin: auto;
}

.external-login-message .icon {
    padding: 8px 10px;
}

.external-login-message .message {
    flex: 1;
}

.external-login-message .message img {
    width: 70%;
}

.unlock-popup-msg {
    display: flex;
}
