@font-face {
    font-family: 'iconfont';
    src: url('/static/stylesheet/miss/fonts/iconfont.eot?20190517');
    src: url('/static/stylesheet/miss/fonts/iconfont.eot?#iefix?20190517') format('embedded-opentype'),
    url('/static/stylesheet/miss/fonts/iconfont.woff?20190517') format('woff'),
    url('/static/stylesheet/miss/fonts/iconfont.ttf?20190517') format('truetype'),
    url('/static/stylesheet/miss/fonts/iconfont.svg#iconfont?20190517') format('svg');
}


.error-panel, .message-panel {
    padding: 135px 0 135px 0;
    text-align: center;
    font-size: 16px;
    zoom: 1;
    color: #666;
}
.error-panel {
    background-color: #fff;
    box-shadow: 0 3px 15px rgba(50,50,50,.04);
    border-radius: 6px;
}
.error-panel h2 .iconfont {
    font-size: 200px;
    line-height: 1;
}
.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.btn-sm {
    font-size: 14px;
    padding: 5px 15px;
}

.btn {
    display: inline-block;
    padding: 9px 25px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    vertical-align: middle;
    cursor: pointer;
    color: #4c5161;
    border: 1px solid transparent;
    background-color: transparent;
    border-radius: 100px;
    transition: .3s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.error-panel p .btn {
    margin: 10px;
    font-size: 14px;
    height: 35px;
    line-height: 33px;
    padding: 0 25px;
    border-width: 1px;
    border-radius: 50px;
}

.btn-default {
    color: #666;
    border-color: #eee;
    background-color: #fafafa;
    box-shadow: 1px 3px 13px rgba(200,200,200,.2);
}
.error-panel h2 {
    color: #ccc;
}

@media screen and (max-width: 750px){
    .error-panel, .message-panel {
        padding: 1.5rem 0 2rem 0;
    }
}