﻿body {
    padding: 0;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    background: #673ab7;
}

main {
    flex: 1 0 auto;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 280px;
}

.title h4 {
    color: #fff;
    margin-bottom: 0;
    padding-bottom: 0;
    transition: all 0.5s;
    cursor: pointer;

}

    .title h4 a {
        color: #fff;
        text-shadow: 1px 1px 2px #000000;
        position: relative;
        transition: 0.5s;
    }

    .title h4 a:before {
        content: '»';
        position: absolute;
        opacity: 0;
        top: 2px;
        left: -20px;
        transition: 0.5s;
    }

    .title h4 a:hover {
        padding-right: 24px;
        padding-left: 8px;
    }

        .title h4 a:hover:before {
            opacity: 1;
            right: 10px;
        }

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* buttons and links extension to use brackets: [ click me ] */
.btn-bracketed::before {
    display: inline-block;
    content: "[";
    padding-right: 0.5em;
}

.btn-bracketed::after {
    display: inline-block;
    content: "]";
    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 {
        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 {
    padding-left: 16px;
}

.consent-remember {
    padding-left: 21px;
}


.paddingright5px {
    padding-right: 5px;
}

.big_checkbox {
    width: 30px !important;
    height: 30px !important;
}

.consent-title-spacing-top {
    margin-top: 10px;
}

.consent-title-spacing-bottom {
    margin-bottom: 10px;
}

.consent-middle {
    vertical-align: super;
}

.logoutiframe {
    display: none;
    width: 0;
    height: 0;
}

.validation-summary-valid {
    display: none;
}

.validation-summary-errors {
    padding: 20px;
    background: #ff000033;
    font-weight: bold !important;
    color: rgba(255, 255, 255, 0.9);
}

.text-danger {
    color: red;
    display: block;
    font-size: .8em;
}

.container {
    padding-top: 60px;
}
