/* Buttons */
#EUMPage .btn-primary {
    border-color: #0863d0;
    background-color: #0863d0;
}

    #EUMPage .btn-primary:hover,
    #EUMPage .btn-primary:focus,
    #EUMPage .btn-primary:active {
        background-color: white;
        outline: none;
        color: #0863d0;
    }

/* Utilities */
#EUMPage .alert {
    margin: 20px 0;
}

#EUMPage {
    position: relative;
}

    #EUMPage .overlay {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: rgba(255,255,255,0.8);
        z-index: 1;
        min-height: 25vh;
    }

        #EUMPage .overlay.loading::after {
            content: " ";
            white-space: pre;
            background-image: url(../img/loading.gif);
            background-position: center;
            background-repeat: no-repeat;
            background-color: #eee;
            position: absolute;
            left: 50%;
            top: 50%;
            width: 32px;
            height: 32px;
            padding: 30px 40px;
            border-radius: 6px;
            margin-left: -20px;
            margin-top: -15px;
            box-shadow: 0 0 4px rgba(0,0,0,0.2);
        }

    /* Set Password */
    #EUMPage #rules li {
        margin: 2px 0;
    }

        #EUMPage #rules li.list-group-item-success:before,
        #EUMPage #rules li.list-group-item-danger:before {
            display: inline-block;
            margin-right: 7px;
        }

        #EUMPage #rules li.list-group-item-success:before {
            content: "\2714 ";
        }

        #EUMPage #rules li.list-group-item-danger:before {
            content: "\2716 ";
        }

    /* Forms */
    /* To hide placeholder text on input focus */
    #EUMPage input:focus::-webkit-input-placeholder {
        color: transparent;
    }

    #EUMPage input:focus:-moz-placeholder {
        color: transparent;
    }
    /* FF 4-18 */
    #EUMPage input:focus::-moz-placeholder {
        color: transparent;
    }
    /* FF 19+ */
    #EUMPage input:focus:-ms-input-placeholder {
        color: transparent;
    }
    /* IE 10+ */
    #EUMPage .g-recaptcha {
        display: inline-block;
        margin-top: 20px;
    }

    #EUMPage label.required:before,
    #EUMPage label.required:after {
        content: "*";
        color: #bb0000;
        font-weight: bold;
        font-size: 16px;
        vertical-align: middle;
        display: none;
    }

    #EUMPage label.required:before {
        margin-right: .5rem;
    }

    #EUMPage label.required:after {
        margin-left: .5rem;
    }
@media (max-width: 767px) {
    #EUMPage label.required:after {
        display: inline-block;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    #EUMPage label.required:before {
        display: inline-block;
    }
}

@media (min-width: 992px) {
    #EUMPage label.required:after {
        display: inline-block;
    }
}

#EUMPage .error {
    color: #bb0000;
}

#EUMPage label.error {
    display: block;
    margin-top: 5px;
    font-weight: 400;
}

#EUMPage .eum-form-bottom {
    margin-top: 20px;
    text-align: right;
}

#EUMPage .btn-default[disabled],
#EUMPage .btn-default[disabled]:focus,
#EUMPage .btn-default[disabled]:hover {
    background-color: #f4f4f4;
    border-color: transparent;
    text-shadow: 1px 1px 0 #fff;
    color: #888;
}

/*Public group cards*/
#EUMPage .publicCards:hover {
    background-color: #f4f4f4;
}
/*Home page cards*/
#EUMPage .featureCards:hover {
    background-color: #ffffff !important;
}

#EUMPage .linkinfo {
    text-decoration : none;
    color:black;
}

/*For the EUM header*/
@media (max-width: 950px) {
    .logo #EUMlogo{
        width: 344px;
        height: 49px;
    }

}
@media (max-width: 450px) {
    .logo #EUMlogo {
        width: 322px;
        height: 45px;

    }
    .container {
        padding-right: 25px;
        padding-left: 25px;
    }
    h1 {
        font-size: 2.3rem
    }
    #EUMPage #demoIntro {
        text-align: center;
    }

}
@media (max-width: 370px) {
    .logo #EUMlogo {
        width: 244px;
        height: 36px;
    }
}

