.error-container {
    /*background-color: #123530;*/
    background-color: #fefefe;
    height: 99%;
    position: absolute;
    width: 99%;
}
.error-container md-card {
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: transparent; }
.error-container md-card p {
    font-size: 17px;
    text-align: center;
    line-height: 30px;
    font-weight: bold;
    color: #98A8B5; }
.error-container md-card .clinetE_title {
    font-size: 80px;
    text-align: left;
    font-weight: 900;
    margin: 40px 0; }
.error-container md-card .client_error img {
    width: 100px;
    height: 100px;
    vertical-align: middle; }
.error-container md-card .error_img {
    color: #fff;
    height: 220px;
    font-weight: 900;
    font-size: 238px;
    margin-top: 20%; }
.error-container md-card .error_img img {
    width: 200px;
    height: 200px;
    margin-left: 13px; }
.error-container md-card .error500_font {
    font-weight: 400; }
.error-container md-card .error500_font img {
    width: 180px;
    height: 180px;
    margin: 0 13px; }

.body {
    background-color: #fafafa; }

md-toolbar.md-toolbar-tools.codeEnjoy-toolbar {
    background-color: #2D3033; }

.modifiedContainer {
    width: 100%;
    height: auto;
    background-color: #fafafa;
    overflow: hidden; }

.bg-learn {
    width: 100%;
    height: 300px;
    background-color: #CACACA;
    position: relative;
    overflow: hidden;
    max-width: 1920px; }

.bg-learn h3 {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 25px;
    text-align: center;
    margin-top: 20px; }

.bg-wrap {
    width: 100%;
    height: auto;
    max-width: 1920px; }

.error-container md-card .error_img .error-txt {
    color: #6C757D;
    font-weight:900;
    font-size:238px;
}
.error-login-btn-wrap{margin-top:27px;display:flex;justify-content:center;align-items:center;width:100%;height:auto;overflow:hidden;}
.error-login-btn-wrap button{cursor:pointer;display:flex;justify-content:center;align-items:center;width:222px;height:58px;border-radius:8px;border:0;background:#00B5F9;overflow:hidden;font-size:18px;color:#fff;}