html {
    background-image: url(https://rims-test.trc.om/shibboleth-ds/images/background-01.png);
}

.up-top {
    background-position: center center;
    background-size: contain;
    background-position: center;
    background-image: url(https://rims.trc.gov.om/shibboleth-ds/images/pattern_header.png);
}


body {
    background: transparent;
    font-family: 'trc-arabic';
}


#idpSelect select {
    width: 100%;
    margin-bottom: 10px;
}

.IdPSelectTextDiv {
    display: none;
}

.IdPSelectDropDownToggle {
    display: none;
}

#idpSelectListButton {
    margin-top: 10px;
    width: 100%;

}

.card {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 25px;
    border: none;

}

@font-face {
    font-family: "trc-arabli";
    src: url("assets/fonts/arabic.otf");
}

;

@font-face {
    font-family: "trc-english";
    src: url("assets/fonts/english.ttf");
}

;

#pki-card {
    font-family: Arial, sans-serif;
    line-height: 1.5;
    color: #333;
    margin: 20px auto;
    padding: 15px;
    border-radius: 8px;
    background-color: #f9f9f9;

}

#pki-card button {
    width: 100%;
}

#pki-phone {
    padding: 5px;
    padding-bottom: 20px;
    box-shadow: aliceblue;
    border-radius: 25px;

}

#idp-all {
    font-family: Arial, sans-serif;
    line-height: 1.5;
    color: #333;
    margin: 20px auto;
    padding: 15px;
    border-radius: 8px;
    background-color: #f9f9f9;
}

.container {
    align-items: center;
    align-content: center;
}



#trc-logo {
    height: 100px;
    width: 100px;
}

#ejaad-logo {
    height: 120px;
    width: 170px;
    float: right;
}



@media only screen and (max-width: 1000px) {
    .col-md-4 {
        margin-bottom: 20px;
    }
}