﻿html {
    height: 100%;
}

body {
    background-color: #000;
    font-size: 0.875rem;
    font-weight: 400;
    color: #212121;
}

.background {
    position: absolute;
    background-image: url('/shibboleth-ds/assets/images/signin-back-4096x2730.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 0.8;
}

@media only screen and (max-width: 1280px) {
    .page {
        background-image: url('/shibboleth-ds/assets/images/signin-back-1280x853.jpg');
    }
}

@media only screen and (max-width: 1920px) {
    .page {
        background-image: url('/shibboleth-ds/assets/images/signin-back-1920x1280.jpg');
    }
}

@media only screen and (max-width: 2560px) {
    .page {
        background-image: url('/shibboleth-ds/assets/images/signin-back-2560x1706.jpg');
    }
}

h1 {
    font-size: 1.25rem;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 0.5em;
}

.h-100 {
    height: 100%;
}

.w-100 {
    width: 100%;
}

.mb-5 {
    margin-bottom: 5em;
}

.row {
    margin-bottom: 0;
}

.valign-wrapper {
    flex-direction: column;
    justify-content: space-around;
}

.content {
    width: 70%;
    max-width: 550px;
    display: flex;
    flex-direction: column;
}

@media only screen and (max-width: 1024px) {
    .content {
        width: 100%;
    }
}

.card {
    padding: 2.5em;
    margin: auto;
}

.card {
    width: 100%;
}

    .card .card-content p {
        margin-bottom: 5em;
    }

.select-wrapper input.select-dropdown,
.select-wrapper input.select-dropdown:focus {
    border-bottom: 2px #216673 solid;
}

.select-wrapper ul.dropdown-content.select-dropdown li span {
    color: #212121;
}

.combine-btn {
    background-color: #216673;
    color: #fff;
    padding: 1em;
    margin-bottom: 1em;
    width: 100%;
    border-radius: 50px;
    border: 0;
    cursor: pointer;
}

    .combine-btn:hover,
    .combine-btn:focus {
        background-color: #1a515c;
    }

    .combine-btn:active {
        background-color: #133d45;
    }

    .combine-btn:last-child {
        margin-bottom: 0;
    }
    .combine-btn:disabled {
        background-color: #133d45;
        cursor: default;
        opacity: 0.44;
    }

.combine-logo {
    position: relative;
    margin: auto;
    width: 50%;
    max-width: 500px;
}

    .combine-logo img {
        filter: invert(100%);
    }

.combine-logo-small-screen {
    position: relative;
    width: 150px;
}
