/*---maintenance----*/
body {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
    text-align: left;
    color: #000;
    background-color: #000;
}
.maintenance{
    background-color: #000;
    position: relative;
    min-height: 100vh;
}
.content-container{
    min-height: 100vh;
    background-image: url("../img/backgrounds/welcome-top.png"), url("../img/backgrounds/welcome-bottom.png");
    background-position: top center, bottom center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #000;
    max-width: 1440px;
    margin: 0 auto;
    padding-bottom: 85px;
    padding-top: 50px;
}
.maintenance .card{
    max-width: 898px;
    min-width: 898px;
    border-radius: 5px;
    border: solid 1px #282828;
    background-color: rgba(0, 0, 0, 0.5) !important;
    box-shadow: none;
    padding: 4px 0 0;
    margin-top: 50px;
}
.maintenance .card-header{
    border-radius: 5px 5px 0 0;
    background-color: rgba(0, 0, 0, 0.5);
}
.maintenance .card-body{
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
}
.maintenance img{
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
.maintenance .avatar-img{
    margin-bottom: 58px;
    max-width: 80px;
}
.maintenance .card-title{
    font-family: Roboto-Medium, sans-serif;
    font-size: 30px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.5px;
    text-align: center;
    color: #ffffff;
    margin-top: 37px;
    margin-bottom: 4px;
}
.maintenance .message{
    font-size: 18px;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    border-style: solid;
    border-width: 1px;
    border-image-source: linear-gradient(to right, #000000, #e9cfa1 50%, #000000);
    border-image-slice: 1;
    background-color: #000000;
    padding: 35px 0 32px;
    max-width: 521px;
    margin: 35px auto 41px;
}
.maintenance .card-description span{
    font-size: 16px;
    line-height: normal;
    letter-spacing: 0.2px;
    text-align: center;
    color: #ffffff;
}
.maintenance .btn.btn-info{
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    border-radius: 5px;
    border: solid 1px #ffffff;
    background-color: rgba(9, 9, 9, 0.5);
    width: 100%;
    height: 52px;
}
.maintenance .btn.btn-info:hover, .maintenance .btn.btn-info:focus{
    border-color: #e9cfa1;
    color: #e9cfa1;
    background-color: rgba(9, 9, 9, 0.5);
}
.maintenance #message{
    border: solid 1px #3b3b3b;
    background-color: #000000;
    color: #fff;
    font-size: 16px;
}
.maintenance.encryption .card-title {
    padding-top: 34px;
}
.maintenance #message:hover, .maintenance #message:focus{
    border: 1px solid #fff ;
}
.maintenance .footer, .error-page .footer{
    font-size: 16px;
    font-weight: normal;
    line-height: 1.88;
    letter-spacing: normal;
    text-align: center;
    color: #e9cfa1;
    position: absolute;
    bottom: 5px;
    padding: 0;
    background: transparent;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
    height: 59px;
}
.maintenance .footer p, .error-page .footer p{
    font-size: 16px;
    font-weight: normal;
    line-height: 1.88;
    letter-spacing: 0.2px;
    text-align: center;
    color: #e9cfa1;
    margin-bottom: 0;
}
.maintenance .footer p.version, .error-page .footer p.version{
    font-family: Roboto-Regular, sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    background-color: #000;
}
/*---error-pages---*/
.container-fluid{
    background-color: #000;
}
.gold-hr{
    background-image: linear-gradient(to right, #000000 1%, #e3ca9c 50%, #000000 100%);
    border: 0;
    width: 923px;
    height: 1px;
    margin: -40px 0 0 0;
}
.gold-hr.no-margin{
    margin: 0;
}
.error-nr{
    text-align: center;
}
.error-content {
    background-color: #000;
    z-index: 1;
    position: relative;
    text-align: center;
}
.logo{
    margin-top: -41px;
}
.error-title{
    font-family: Roboto-Medium, sans-serif;
    font-size: 30px;
    font-weight: 100;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    margin-top: 22px;
    margin-bottom: 8px;
}
.error-description{
    font-size: 16px;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    margin-bottom: 40px;
}
.btn.btn-back{
    border-radius: 5px;
    border: solid 1px #e9cfa1;
    background-color: #000000;
    font-family: Roboto-Medium, sans-serif;
    font-size: 18px;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #e9cfa1;
    margin-top: 50px;
    width: 200px;
    height: 52px;
    display: flex;
    align-items: center;
    margin-left: auto;
    justify-content: center;
    margin-right: auto;
    transition: all 0.3s;

}
.btn.btn-back:focus, .btn.btn-back:hover{
    color:#fff;
    border-color: #fff;
    transform: none;
}
.error-code {
    text-align: center;
}
@media(max-width: 900px) {
    .maintenance .card {
        max-width: 100%;
        min-width: 100%;
    }
    .gold-hr {
        width: 766px;
    }
}
@media(max-width: 767px){
    .maintenance .footer p, .error-page .footer p{
        font-size: 14px;
    }
    .maintenance .footer p.version, .error-page .footer p.version{
        font-size: 12px;
    }
    .maintenance .card-title {
        font-size: 25px;
    }
    .maintenance .card-description span {
        font-size: 13px;
    }
    .maintenance .message {
        font-size: 15px;
        margin: 20px auto 25px;
    }
    .avatar-img{
        max-width: 100%;
    }
    .gold-hr {
        width: 100%;
        margin: -25px 0 0 0;
    }
    .error-title {
        font-size: 25px;
    }
    .error-description {
        font-size: 14px;
        margin-bottom: 30px;
    }
    .btn.btn-back {
        font-size: 16px;
        width: 170px;
        height: 48px;
    }
}
@media(max-width: 375px){
    .gold-hr {
        margin: -17px 0 0 0;
    }
}
