﻿.content-wrap {
    padding: 60px 0 80px 0;
}

#page-title {
    display: none;
}

.header-line {
    background-color: #E13029;
    width: 45px;
    height: 3px;
}

.error-page h1 {
    padding: 0;
    margin: 10px 0 5px;
    color: #424242;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 44px;
    font-family: "Montserrat",sans-serif;
}

.error-page h2 {
    font-weight: 700;
    font-size: 24px;
    color: #424242;
    font-family: "Montserrat",sans-serif !important;
}

.error-page .message {
    min-height: 300px;
    margin-top: 90px;
    text-align: center
}

    .error-page .message img {
        height: 90px;
    }

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn-installation3:hover {
    color: #FFFFFF;
}

.btn-installation3 {
    background: #E13029;
    border-radius: 42.5px;
    box-shadow: 0 5px 14px 0 rgb(0 0 0 / 16%);
    font-size: 16px;
    padding: 8px 24px;
    color: #FFFFFF;
    letter-spacing: 0.09px;
    text-align: center;
    margin-top: 15px;
    position: relative;
    left: 15px;
    top: 20px;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

/*--------------------------------------------------------------
                       Media queries
--------------------------------------------------------------*/

@media only screen and (max-width: 768px) {
}

@media (max-width:460px) {
}

@media (max-width:414px) {
}
