/* first part css - for positioning */
/* *{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,caption,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;vertical-align:baseline;background:transparent}article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block}html{font-size:16px;line-height:24px;width:100%;height:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;overflow-y:scroll;overflow-x:hidden}img{vertical-align:middle;max-width:100%;height:auto;border:0;-ms-interpolation-mode:bicubic}body{min-height:100%;-webkit-font-smoothing:subpixel-antialiased}.clearfix{clear:both;zoom:1}.clearfix:before,.clearfix:after{content:&quot;\0020&quot;;display:block;height:0;visibility:hidden}.clearfix:after{clear:both}
*/
/* second part css - for wrapper and text*/
  div.background.error-page-wrapper, .background.error-page-wrapper.preview {
    font-family: 'Source Sans Pro', sans-serif;
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover;
    position:relative;
    top: 10px;
  }

  .background.error-page-wrapper .content-container {
    border-radius: 6px;
    /*text-align: center;*/
    box-shadow: 0 0 15px rgba(0,0,0,.6);
    padding:24px 30px 20px;
    /*background-color: #fff;*/
    width:100%;
    max-width:625px;
    position:absolute;
    left:47%;
    margin-left:-262px;
  }

  .background.error-page-wrapper .content-container.in {
    left:0px;
    opacity:1;
  }

  .background.error-page-wrapper .head-line-primary {
    transition:color .2s linear;
    /*font-size:48px;*/
    font-size:96px;
    line-height:60px;
    letter-spacing: -1px;
    margin-bottom: 5px;
    margin-top: 10px;
    color:#ccc;
  }
  .background.error-page-wrapper .head-line-secondary {
    transition:color .2s linear;
    font-size:36px;
    line-height:60px;
    letter-spacing: -1px;
    margin-bottom: 5px;
    margin-top: 10px;
    color:#ccc;
  }
  .background.error-page-wrapper .head-image-container {
    background-color: #fff;
    width: 250px;
    height: auto;
    padding: 10px;
  }
  .background.error-page-wrapper .head-image-container img.img-responsive {
    width: 230px;
    height: auto;
  }
  .background.error-page-wrapper .subheader {
    transition:color .2s linear;
    /*font-size:36px;
    line-height:46px;
    color:#333;*/
    font-size:26px;
    line-height:36px;
    color:#000 !important;
  }
  .background.error-page-wrapper .hr {
    height:1px;
    background-color: #ddd;
    width:60%;
    max-width:250px;
    /*margin:35px auto;*/
    margin:15px auto;
  }
  .background.error-page-wrapper .context {
    transition:color .2s linear;
    font-size:18px;
    line-height:27px;
    color:#bbb;
  }
  .background.error-page-wrapper .context p {
    margin:0;
    color: #000;
  }
  .background.error-page-wrapper .text-container {
    background-color: #fff;
    margin-bottom: 0px;
  }
  .background.error-page-wrapper .context p:nth-child(n+2) {
    margin-top:16px;
  }
  .background.error-page-wrapper .context a.send-email {
    font-weight: bold;
    text-decoration: none;
  }
  .background.error-page-wrapper .context a.send-email:hover {
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
  }
  .background.error-page-wrapper .buttons-container {
    margin-top: 35px;
    overflow: hidden;
  }
  .background.error-page-wrapper .buttons-container a.button {
    transition:text-indent .2s ease-out, color .2s linear, background-color .2s linear;
    text-indent: 0px;
    font-size:14px;
    text-transform: uppercase;
    text-decoration: none;
    color:#fff;
    background-color:#2ecc71;
    border-radius: 99px;
    padding:12px 0 13px;
    text-align: center;
    display:inline-block;
    overflow: hidden;
    position: relative;
    width:45%;
    line-height: 1 !important;
    height: 40px;
  }

  .background.error-page-wrapper .buttons-container .fa {
    transition:left .2s ease-out;
    position: absolute;
    left:-50px;
  }

  .background.error-page-wrapper .buttons-container a:hover {
    text-indent: 15px;
  }

  .background.error-page-wrapper .buttons-container a:nth-child(1) {
    float:left;
  }

  .background.error-page-wrapper .buttons-container a:nth-child(2) {
    float:right;
  }

  .background.error-page-wrapper .buttons-container .fa-home {
    font-size:18px;
    /*top:15px;*/
    top: 9px;
  }

  .background.error-page-wrapper .buttons-container a:hover .fa-home {
    left:10px;
  }

  .background.error-page-wrapper .buttons-container .fa-chevron-circle-left {
    font-size:16px;
    /*top:17px;*/
    top: 11px;
  }

  .background.error-page-wrapper .buttons-container a:hover .fa-chevron-circle-left {
    left:5px;
  }

  .background.error-page-wrapper .buttons-container .fa-power-off {
    font-size:16px;
    top:17px;
  }

  .background.error-page-wrapper .buttons-container a:hover .fa-power-off {
    left:9px;
  }


  .background.error-page-wrapper .buttons-container.single-button {
    text-align: center;
  }

  .background.error-page-wrapper .buttons-container.single-button a  {
    float:none !important;
  }

  #loading {
    display: none;
    position: absolute;
    top: 45%;
    left: 2%;
    text-align: center;
    padding: 20px;
    background-color: #fff;
    border-color: #ccc;
    color: #000;
    box-shadow: 0 0 5px rgba(0,0,0,.4);
    z-index: 999;
  }

  div#loading p {
    font-size: 18px !important;
    font-weight: bold;
    color: #000;
    margin-top: 20px;
  }

  @media screen and (max-width: 555px) {
    .background.error-page-wrapper {
      padding:30px 5%;
    }
    .background.error-page-wrapper .content-container {
      padding:37px;
      position: static;
      left: 0;
      margin-left:0;
    }
    .background.error-page-wrapper .head-line-primary,
    .background.error-page-wrapper .head-line-secondary {
      font-size:36px;
    }
    .background.error-page-wrapper .subheader {
      font-size:27px;
      line-height: 37px;
    }
    .background.error-page-wrapper .hr {
      margin:30px auto;
      width:215px;
    }
    .background.error-page-wrapper .buttons-container .fa {
      display:none;
    }
    .background.error-page-wrapper .buttons-container a:hover {
      text-indent: 0px;
    }
    .background.error-page-wrapper .head-image-container .img-responsive {
      width: 100px;
      height: auto;
    }
  }

  @media screen and (max-width: 450px) {
    .background.error-page-wrapper {
      padding:30px;
    }
    .background.error-page-wrapper .head-line-primary,
    .background.error-page-wrapper .head-line-secondary {
      font-size:32px;
    }
    .background.error-page-wrapper .hr {
      margin:25px auto;
      width:180px;
    }
    .background.error-page-wrapper .context {
      font-size:15px;
      line-height:22px;
    }

    .background.error-page-wrapper .context p:nth-child(n+2) {
      margin-top:10px;
    }
    .background.error-page-wrapper .buttons-container {
      margin-top:29px;
    }
    .background.error-page-wrapper .buttons-container a {
      float:none !important;
      width:65%;
      margin:0 auto;
      font-size:13px;
      padding:9px 0;
    }

    .background.error-page-wrapper .buttons-container a:nth-child(2) {
      margin-top:12px;
    }
    .background.error-page-wrapper .head-image-container .img-responsive {
      width: 50px;
      height: auto;
    }
  }

/* third part css - all about color*/
    .primary-text-color {
      color: rgba(170, 170, 170, 1) !important;
    }

    .secondary-text-color {
      /*color: rgba(69, 69, 69, 1) !important;*/
      color: rgba(170, 170, 170, 1) !important;
    }

    .sign-text-color {
      color: #FFBA00 !important;
    }

    .sign-frame-color {
      color: #343C3F;
    }

    .pane {
      background-color: #FFFFFF !important;
    }

    .border-button {
      color: rgba(45, 159, 204, 1) !important;
      border-color: rgba(45, 159, 204, 1) !important;
    }
    .background.error-page-wrapper .buttons-container .button {
      background-color: rgba(45, 159, 204, 1) !important;
      color: #FFFFFF !important;
      border: none;
      font-family: 'Source Sans Pro', sans-serif;
    }

    .shadow {
      box-shadow: 0 0 1px rgba(170, 170, 170, 1);
    }

/*form*/
.form-group.required .control-label:after {
  color: #f00;
  content: "*";
}
.form-group .text.required:before {
  color: #f00;
  content: "*";
}