html,
body {
  height: 100%;
}

body {
  background-color: rgb(255,255,255);
  font-family: 'Open Sans', sans-serif;
}
#error-page-container {
    position: relative;
    width: 100%;
    height: 100%;
}
#section-top {
    position: relative;
    height: 60%;
    background-image: url("/static/default/img/notfound-bg-gradient.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.round-badge {
    display: inline-block;
    width: 24px;
    height: 24px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    border: solid 1px #FFFFFF;
    background-color: #49b699;
    color: #FFFFFF;
    padding-top: 1px;
    text-align: center;
}
.error-image {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    z-index: 1;
}
.error-image img {
    max-width: 100%;

}
.error-message-container {
    position: relative;
    top: 10%;
    text-align: center;
    z-index: 20;
}
.error-main {
    font-size: 40px;
    font-size: 5vw;
    color: #FFFFFF;
}
.error-detail {
    color: #000000;
}
#powered-by {
    position: relative;
    width: 100%;
    top: 30px;
    color: #999999;
    text-align: center;
    font-size: 10px;
}
#section-bottom {
    height: 40%;
    position: relative;
}
#bar-grey {
    position: relative;
    height: 50px;
    background-color: #f5f5f5;
}
#footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 30px;
    background-color: #000000;
    padding-top: 6px;
    color: #FFFFFF;
    font-size: 10px;
    text-align: center;
}
#footer img {
    height: 20px;
    position: absolute;
    right: 20px;
}
