body {
}

div.eidasIllustration {
    background-image: url(illustration.html);
    /*padding-right:10px;*/
    background-position: 50% 50%;
    background-size: cover;
    /*padding-bottom: 40px;*/
    display: table;
    background-repeat: no-repeat;
    position: relative;
    height: 305px;
    width: 305px;
}

div.eidasIllustration h1 {
    display: table-cell;
    vertical-align: middle;
    color: white;
    text-align: center;
    line-height: 120%;
    font-size: 1.90em;
    display: table-cell;
}

    div.eidasIllustration h1 span {
        font-size: inherit;
        /* font-style: inherit; */
        /* font-family: inherit; */
        display: inline;
        text-transform:none;
    }

.area-destaque-eidas {
    padding: 30px !important;
    margin-left: auto;
    margin-right: auto;
}

.ddCountryFlag{
    padding-right: 5px;
    vertical-align:middle;
}

.ddCountryIsoSpan {
    vertical-align: middle;
    display:inline-block;
}

.ddChosenCountry {
    padding-bottom: 5px;
}

.errorClass {
    border-width: 1px !important;
    border-style: solid !important;
    border-color: #cc0000 !important;
    background-color: #f3d8d8 !important;
    /*background-image: url(http://goo.gl/GXVcmC) !important;*/
    background-position: 50% 50% !important;
    background-repeat: repeat !important;
}

.extraCssCountryDd{
    margin-left:20px;
    margin-top:25px;
    display:grid;
    width:100%;
}