body, html {
    height: 100%;
}
body {
    font-family: "Poppins", sans-serif;
}
.maintenance {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
}

@media(min-width:992px){
    .yellow-br {
        position: fixed;
        right: 0;
        height: 100%;
        z-index: -1;
        background: #FFF9D2;
        max-width: 30.5%;
        width: 100%;
        top: 0;
    }
    .maintenance {
        min-height: 100%;
        height: 100%;
    }
}

.maintenance .maintenance-logo {
    max-width: 204px;
}

.maintenance .left-content {
    max-width: 448px;
}

.maintenance h1 {
    font-size: 60px;
    font-weight: 700;
    line-height: 60px;
    color: #A87C4F;
}

.maintenance p {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: #828282;
    margin-bottom: 0;
}

.maintenance .label {
    background: #A87C4F;
    padding: 14px 24px;
    position: relative;
}
.maintenance .label:after {
    content: '';
    width: 3000px;
    top: 0;
    height: 100%;
    background: #A87C4F;
    position: absolute;
    right: 100%;
}

.maintenance .label p,
.maintenance .label a {
    color: #FFFFFF;
}

.maintenance .label a {
    text-decoration: none;
    font-size: 28px;
    font-weight: 700;
    line-height: 42px;
}

.maintenance .label img {
    width: 23px;
    height: 23px;
    margin-right: 4px;
}

.maintenance .copyright {
    margin-top: 30px;
    font-size: 14px;
}

.maintenance .right-content img {
    width: 100%;
/*    height: 692px;*/
}


@media (max-width:991px){
    .maintenance {
        overflow: auto;
        max-width: 100%;
        height: auto !important;
    }

    .maintenance .label a {
        font-size: 26px;
    }

    .maintenance .label p{
        font-size: 16px;
    }
    .maintenance h1 {
        font-size: 40px;
        line-height: 40px;
    }
    .maintenance p {
        font-size: 16px
    }
    .maintenance .maintenance-logo {
        max-width: 150px;
    }
}
.maintenance {
    height: 100%;
    min-height: 100vh;
}


@media (max-width:575px) {
    
}