﻿* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  padding: 0;
  margin: 0;
}

#notfound, #unauthorized {
    position: relative;
    height: 100vh;
    background: url(/Content/images/gridBg.png) repeat scroll left top rgba(0, 0, 0, 0);
}

    #notfound .notfound, #unauthorized .unauthorized {
        position: absolute;
        left: 50%;
        top: 50%;
        background: url(/Content/images/loginbox_bg.png) top left repeat-x;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

.notfound, .unauthorized {
    max-width: 767px;
    width: 100%;
    line-height: 1.4;
    padding: 110px 40px;
    text-align: center;
    background: #fff;
}

    .notfound .notfound-404, .unauthorized .unauthorized-401 {
        position: relative;
        height: 180px;
    }

        .notfound .notfound-404 h1, .unauthorized .unauthorized-401 h1 {
            font-family: 'Roboto', sans-serif;
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            font-size: 165px;
            font-weight: 700;
            margin: 0px;
            color: #fff;
            text-transform: uppercase;
        }

            .notfound .notfound-404 h1 > span, .unauthorized .unauthorized-401 h1 > span {
                color: #ff962f;
            }

    .notfound h2, .unauthorized h2 {
        font-family: 'Roboto', sans-serif;
        font-size: 22px;
        font-weight: 400;
        /*text-transform: uppercase;*/
        color: #fff;
        margin-top: 0px;
        margin-bottom: 25px;
    }

    .notfound .notfound-search, .unauthorized .unauthorized-search {
        position: relative;
        max-width: 320px;
        width: 100%;
        margin: auto;
    }

        .notfound .notfound-search > input, .unauthorized .unauthorized-search > input {
            font-family: 'Roboto', sans-serif;
            width: 100%;
            height: 50px;
            padding: 3px 65px 3px 30px;
            color: #151515;
            font-size: 16px;
            background: transparent;
            border: 2px solid #c5c5c5;
            border-radius: 40px;
            -webkit-transition: 0.2s all;
            transition: 0.2s all;
        }

.notfound .notfound-search>input:focus {
  border-color: #00b7ff;
}

.notfound .notfound-search>button {
  position: absolute;
  right: 15px;
  top: 5px;
  width: 40px;
  height: 40px;
  text-align: center;
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
}

.notfound .notfound-search>button>span {
  width: 15px;
  height: 15px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  margin-left: -3px;
}

.notfound .notfound-search>button>span:after {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  left: 0px;
  top: 0px;
  border-radius: 50%;
  border: 4px solid #c5c5c5;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.notfound-search>button>span:before {
  position: absolute;
  content: '';
  width: 4px;
  height: 10px;
  left: 7px;
  top: 17px;
  border-radius: 2px;
  background: #c5c5c5;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.notfound .notfound-search>button:hover>span:after {
  border-color: #00b7ff;
}

.notfound .notfound-search>button:hover>span:before {
  background-color: #00b7ff;
}

@media only screen and (max-width: 767px) {
    .notfound h2, .unauthorized h2 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 480px) {
    .notfound .notfound-404 h1, .unauthorized .unauthorized-401 h1 {
        font-size: 141px;
    }
}

.btn {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #333333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);*/
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #e6e6e6;
    /*filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);*/
    border: 1px solid #bbbbbb;
    *border: 0;
    border-bottom-color: #a2a2a2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    *margin-left: .3em;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}

.btn-large {
    padding: 11px 19px;
    font-size: 17.5px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.btn-primary {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.25);
    background-color: #e7d785;
    background-image: -moz-linear-gradient(top, #fe973f, #c49c38);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fe973f), to(#c49c38));
    background-image: -webkit-linear-gradient(top, #fe973f, #c49c38);
    background-image: -o-linear-gradient(top, #fe973f, #c49c38);
    background-image: linear-gradient(to bottom, #fe973f, #c49c38);
    background-repeat: repeat-x;
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffffeb8', endColorstr='#ffc49c38', GradientType=0);*/
    border-color: #c49c38 #c49c38 #896d27;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #c49c38;
    /*filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);*/
}

/* Unauthorized start */

#unauthorized {
    overflow: hidden;
}

div#unauthorized .unauthorizedTxt {
    float: left;
    width: 49%;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    font-size: 2.1vw;
    font-family: arial;
    z-index: 1;
    position: absolute;
    top: 32%;
}

div#unauthorized .unauthorizedTxt span {
    display: block;
}

.unauthorizedTxt a.btn.btn-large {
    background: #ff962f;
    color: #fff;
    padding: 8px 18px;
    text-decoration: none;
    border: none;
    transition: 0.4s;
    font-size: 1.2vw;
}

.unauthorizedTxt a.btn.btn-large:hover {
    background: #7d328a;
}

.unauthorizedImg {
    width: 49%;
    float: right;
    text-align: center;
    position: relative;
    height: 100%;
}

.unauthorizedImg img {
    width: 80%;
    position: absolute;
    top: 18%;
    right: 10%;
}

.unauthorizedCircle {
    background: rgba(0,0,0,0.2);
    width: 72%;
    height: 132%;
    position: absolute;
    top: -21%;
    left: -21%;
    z-index: 0;
    border-radius: 50%;
}

@media only screen and (max-width: 800px) {

div#unauthorized .unauthorizedTxt {
    float: none;
    width: 100%;
    font-size: 40px;
    top: 20%;
}

.unauthorizedImg {
    width: 100%;
    float: none;
}

.unauthorizedImg img {
    top: unset;
    bottom: 1%;
}

.unauthorizedTxt a.btn.btn-large {
    font-size: 50px;
}

}

/* Unauthorized end */