﻿/*body {
    background: url("../../Content/images/error_bg.gif") repeat-x #85A3E0;
    margin: 0;
}

.Title {
    background: url("../../Content/images/error_title.gif") no-repeat;
    width: 225px;
    height: 320px;
}

.ErrorMsg {
    font: 16px Arial;
    text-align: center;
    line-height: 1.6em;
}

.ErrorCode {
    font: 30px Tahoma;
    color: #900;
    text-align: center;
}

#backToLoginBtn {
    margin: 1.2em;
}*/
html {
    position: relative;
    min-height: 100%;
}

body {
    font: 400 15px/20px Arial, Sans-serif;
    color: #FFF;
    text-align: center;
    margin: 0;
    margin-bottom: 45px;
    background: #1A264F;
    background: -moz-linear-gradient(top, #1A264F 0%, #060a13 100%);
    background: -webkit-linear-gradient(top, #1A264F 0%,#060a13 100%);
    background: linear-gradient(to bottom, #1A264F 0%,#060a13 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1A264F', endColorstr='#060a13',GradientType=0 );
}

img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.um-wrap {
    width: 60%;
    margin: 0 auto;
    padding-top: 2em;
    padding-bottom: 2em;
}

.pd-tb-4p {
    padding: 5% 0 3%;
}

.um-hdr {
    color: #121B37;
    background: #F8D573;
    padding: .4em;
    font-size: 2.4em;
    text-transform: uppercase;
    display: inline-block;
    font-weight: bold;
    margin: 0 auto;
}

.um-desc {
    font-size: 17px;
    margin-top: 3em;
    margin-bottom: 3em;
}

    .um-desc p {
        line-height: 1.3;
        margin-bottom: 2em;
        margin-top: 0;
    }

.um-spt {
    display: inline-block;
    padding: .6em 3em;
    border: 1px solid #F8D573;
    text-decoration: none;
    color: #F8D573;
}

    .um-spt:hover, .um-spt:focus {
        background: #F8D573;
        color: #121B37;
    }

.um-ftr {
    font-size: 80%;
    color: #A4A4A5;
    height: 45px;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
}

@media screen and (min-width: 320px) and (max-width: 429px) {
    .um-wrap {
        width: 90%;
    }

    .um-hdr {
        font-size: 1.4em;
    }
}

@media screen and (min-width: 430px) and (max-width: 667px) {
    .um-hdr {
        font-size: 1.8em;
    }
}

@media screen and (min-width: 429px) and (max-width: 1024px) {
    .um-wrap {
        width: 80%;
    }
}

@media screen and (min-width: 1200px) {
    .um-wrap {
        width: 40%;
    }
}