.error-page-container{
    position:relative;
}

.error-page-container img{
    position:absolute;
}

.error-page-container .text-container {
    position: absolute;
    top:100px;
    left:543px;
    font-family: Montserrat;
    color: #4C4C4C;
}
.error-page-container .text-container .header-text {
    font-size:42px;
    font-weight:700;
    margin-bottom:1%;
}
.error-page-container .text-container .sub-text {
    font-size: 20px;
    line-height:145%;
    font-weight:500;
    width: 43%;
}

.error {
    border: 1px #ffe4e0 solid !important;
    -moz-box-shadow: 1px 1px 1px #ffffff !important;
    -webkit-box-shadow: 1px 1px 1px #ffffff !important;
    box-shadow: 1px 1px 1px #ffffff !important;
}

    .error::-webkit-input-placeholder {
        color: #f9411d;
    }

    .error::-moz-placeholder {
        color: #f9411d;
    }

    .error:-moz-placeholder {
        color: #f9411d;
    }

    .error:-ms-input-placeholder {
        color: #f9411d;
    }

input.error,
select.error {
    background-color: #ffe4e0 !important;
}

    input.error:focus,
    select.error:focus {
        border: 1px #ffafa3 solid !important;
    }

.error-container {
    /*font-family: 'Gotham HTF Book';*/
    font-weight: normal;
    margin-top: 75px;
    height: 760px;
    /*position: center;*/
}

    .error-container .span5 {
        margin-left: 0px;
    }

    .error-container .text-bold {
        font-weight: bold;
    }

.span12 {
    width: 940px;
}

.span11 {
    width: 860px;
}

.span10 {
    width: 780px;
}

.span9 {
    width: 700px;
}

.span8 {
    width: 620px;
}

.span7 {
    width: 540px;
}

.span6 {
    width: 460px;
}

.span5 {
    width: 380px;
}

.span4 {
    width: 300px;
}

.span3 {
    width: 220px;
}

.span2 {
    width: 140px;
}

.span1 {
    width: 60px;
}

.container-fluid {
    padding-right: 20px;
    padding-left: 20px;
    *zoom: 1;
}

    .container-fluid:before,
    .container-fluid:after {
        display: table;
        content: "";
        line-height: 0;
    }

.error-500-container {
    position: relative;
    margin: 30px 50px 20px 20px;
    padding-left: 50px;
    font-family: "Gotham SSm A", "Gotham SSm B", "Montserrat", sans-serif;
}

.error-container.error-500-container .error-500-messages-container .error-500-links-container .error-link {
    cursor: pointer;
}

.error-500-container > .row > .very_large_text {
    font-size: 60px !important;
}

.errorFooter {
    width: 100%;
    height: 50px;
    background: url('../Images/global/frontier-arrow.png') no-repeat;
    background-size: contain;
}

.error_wrapper {
    margin: 30px auto 20px auto !important;
}

@media screen and (max-width:767px){
    .error-page-container .text-container {
        position: absolute;
        top: 33px;
        left: 166px;
    }

    .error-page-container .text-container .header-text {
        font-size: 20px;
        margin-bottom: 5%;
    }

    .error-page-container .text-container .sub-text {
        font-size: 12px;
        width:100%;
    }
}

/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
