/**
* # 404 page stylesheet
* Graphics by Laura Wright
* Design by Laura Wright (https://github.com/oVirt/ovirt-site/issues/1968)
* Coded by Sandro Bonazzola
*/

body.error {
    background-image: url(/images/404/404_bg.svg);
    background-size: cover;
    background-position: center center;
    background-repeat: repeat;
    background-color: #023352;
    width: 100%;
    height: 100%;
}

.circle {
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100% ;
    border: 10px solid #0088CE;
    width: 30em;
    height: 30em;
    padding: 5em;
    text-align: center;
    margin:auto;
}


#err {
    margin-top: 10%;
    color: #fff;
    text-align: center;
}

.numErr {
    font-size: 10em;
    margin-bottom: 0em;
    font-weight: bold;
}

.textErr {
    font-size: 2.5em;
    margin-bottom: 2em;
}

.dfltNotFoundErrMsg{
    margin-top: 2em;
    font-size: 2em;
}
.goHome {
    margin-top: 1em;
    font-size: 2em;
}
