html,
body {
    height: 100%;
    overflow-x: hidden;
}

html {
    background-image: url(../img/EUM-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

body {
    background: none;
}

iframe {
    border: 0;
}

.justify-content-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
}

header {
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.4);
}

a {
    color: #098CBD;
}

.card {
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.4);
}

.card-body ul:first-child {
    margin: 0;
    padding: 0;
    list-style: none;
}

header {
    background-color: #FFF;
    border-bottom: 1px solid #DDD;
    padding: 0.75rem 0;
}

    header .logo img {
        max-width: 75%;
    }

@media (min-width: 576px) {
    header .logo img {
        max-width: 50%;
    }
}

main {
    padding: 3rem 0;
    position: relative;
    z-index: 1;
}

main.login-main {
    padding: 0;
    height: 100%;
}

@media (min-width: 576px) {
    main {
        height: calc(100vh - 7.1rem);
        overflow: auto;
    }
}

@media (min-width: 1400px) {
    main > div:not(.container):not(#EUMPage):not(.login-page-container):not(.no-max-width) {
        max-width: 25% !important;
    }
}

.btn-eum {
    background-color: #0863d0;
    border: none;
}

    .btn-eum:hover {
        background-color: #A32976;
        border: none;
    }

.muted {
    opacity: 0.5;
}

.login-icons i {
    font-size: 2rem;
    line-height: 2rem;
    vertical-align: middle;
    color: #0863d0;
}

.login-icons .btn-provider {
    background-color: #FFF;
    box-shadow: 0 1px 0.25rem rgba(0, 0, 0, 0.1);
    border-color: #EEE;
    color: inherit;
}

    .login-icons .btn-provider:hover {
        background-color: #0863d0;
        color: #FFF;
    }

        .login-icons .btn-provider:hover i {
            color: #FFF;
        }

.login-icons .hr {
    height: 1px;
    text-align: center;
    margin: 1.5rem 0;
    line-height: 0;
    background-image: linear-gradient(to right, #999 33%, rgba(255,255,255,0) 0%);
    background-position: bottom;
    background-size: 4px 1px;
    background-repeat: repeat-x;
}

    .login-icons .hr span {
        background-color: #fff;
        padding: 0 1.5rem;
    }

.fa-facebook-square {
    color: #3C589B;
}

.fa-twitter {
    color: #26C2FD;
}

.fa-google {
    color: #E23A31;
}

.fa-user-tie {
    color: #999;
}

#EmailLogin1.hr {
    border-top: 1px dotted #DDD;
    padding-top: 1rem;
}

.bottom-links a {
    color: #FFF;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}

footer {
    width: 100%;
    color: #FFF;
    font-size: 0.75rem;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
    bottom: 0;
    padding: .5rem 0;
}

@media (min-height:700px) and (min-width: 600px) {
    footer {
        position: fixed;
    }
}

footer a {
    color: #FFF;
    text-decoration: underline;
}

/* Boostrap */
/*
body.has-focus .form-control:required:invalid:not(.novalidate),
body.has-focus .form-control:focus:invalid:not(.novalidate),
.form-control.error {
    border-color: #dd0000;
    background-image: url(../img/x-symbol.svg);
    background-position: calc(100% - .75rem) center;
    background-repeat: no-repeat;
    -moz-box-shadow: none;
    background-size: .7rem;
    box-shadow: none;
}

body.has-focus .form-control:required:valid:not(.novalidate),
body.has-focus .form-control:focus:valid:not(.novalidate),
.form-control.valid {
    border-color: #ced4da;
    background-image: url(../img/check-symbol.svg);
    background-position: calc(100% - .75rem) center;
    background-repeat: no-repeat;
    -moz-box-shadow: none;
    background-size: .7rem;
    box-shadow: none;
}

.input-group .form-control.error,
.input-group .form-control.valid {
    background-image: none;
}
    */
.form-control::placeholder,
.selectize-input ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #999;
    opacity: 1;
    /* Firefox */
}

.form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #999;
}

.form-control::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #999;
}

.btn-primary.disabled,
.btn-primary:disabled {
    background-color: #999;
    border-color: #999;
}

.input-group.overlap > .form-control {
    position: relative;
    -ms-flex: none;
    flex: none;
    width: inherit;
    padding-right: 2.4rem;
}

.input-group.overlap .input-group-append {
    position: absolute;
    right: 0;
    z-index: 3;
}

    .input-group.overlap .input-group-append .btn {
        background-color: transparent;
        color: #888;
    }

        .input-group.overlap .input-group-append .btn:focus {
            box-shadow: none;
        }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url('../img/icon-check.svg');
}

label.error {
    color: #CC0000;
    margin-top: 0.35rem;
    font-size: 0.9rem;
    display: block;
    width: 100%;
}

#PwMsg {
    display: block;
    line-height: normal;
}

#SetPassword .progress {
    height: 0.25rem;
}

.bg-light {
    background-color: #F9F9F9 !important;
}

/* Loading */
#EUMPage {
    position: relative;
}

    #EUMPage > .overlay {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: rgba(255, 255, 255, 0.9);
        z-index: 999;
    }

        #EUMPage > .overlay.loading::after {
            content: " ";
            white-space: pre;
            background-image: url(../img/loading.gif);
            background-position: center;
            background-repeat: no-repeat;
            position: absolute;
            left: calc(50% - 16px);
            top: calc(50% - 16px);
            width: 32px;
            height: 32px;
        }

/* Selectize */
.form-control.selectize-control {
    text-align: left;
}

.selectize-input {
    line-height: 1.5rem !important;
    height: calc(2.25rem + 2px);
    border-color: #CED4DA;
}

.selectize-control.single .selectize-input:after {
    right: 0.75rem !important;
}
