/* $Id$ */
/************ Begin 404 Page Error ************/
body {
  font-family: "Open Sans";
}
@font-face {
  font-family: "Open Sans";
  font-weight: 600;
  font-style: normal;
  src: url("https://webfonts.zohostatic.com/opensanssemibold/font.woff") format("woff");
}

@font-face {
  font-family: "Open Sans";
  font-weight: 300;
  font-style: normal;
  src: url("https://webfonts.zohostatic.com/opensanslight/font.woff") format("woff");
}

@font-face {
  font-family: "Open Sans";
  font-weight: 700;
  font-style: normal;
  src: url("https://webfonts.zohostatic.com/opensansbold/font.woff") format("woff");
}

@font-face {
  font-family: "Open Sans";
  font-weight: 400;
  font-style: normal;
  src: url("https://webfonts.zohostatic.com/opensans/font.woff") format("woff");
}
  
*{
  margin: 0;
  padding: 0;
}

.container-404 {
  text-align: center;
  width: 100%;
  margin-top: 80px;
}

.container-404 .bg-404 {
  /* font-size: 300px; */
 /* font-family: 'proxima_nova_light'; */
 /* color:rgba(236, 236, 236, 0.4); */
 text-align: center;
 margin: 70px 0 40px 0px;
 /* top: 350px; */
 /* line-height: 0; */
 /* position: absolute; */
 /* left: 0; */
 /* right: 0; */
}

.container-404 .bg-404 svg {
  height: 183px;
  width: 569px;
}

.container-404 .content-404 {
  /* top: 230px; */
 text-align: center;
 /* position: absolute; */
}

.content-404 h2 {
  font-size: 30px;
  line-height: 33px;
  font-weight: 400;
  margin: 0px 0px 25px 0px;
}

.content-404 h4 {
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  margin: 0px 0px 30px 0px;
}

.content-404 p {
  margin: 0 0 10px 0;
  color: #000;
  font-weight: 400;
  font-size: 14px;
}

.content-404 p a {
  color: #5780ce;
}

.brand-logo{
	height: 75px;
}
/************ End 404 Page Error ************/