@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(http://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFVZ0b.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0;padding:0;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
.underline{	padding-bottom:5px;	border-bottom: 1px solid #eee; margin:0 0 20px 0;}/* Add 5px bottom padding and a underline */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/
/*--login form start here--*/ 
body {
   font-family: 'Open Sans', sans-serif;
   font-size: 100%;
}
/* Loader */
.bg-load div#preloader { position: fixed; left: 0; top: 0; z-index: 999999; width: 100%; height: 100%; overflow: visible; background: #fff url(../images/loading.gif) no-repeat center center; }
.contenedor {
   background:url(../images/bg.jpg) no-repeat center center;
    height: 100vh; /* =h */
}
.not-found {
    background: inherit;
    width: 60%; /* =cw */
    height: 40%; /* =ch */
    border-radius: 10px;
    box-shadow: 0 3px 55px rgba(0,0,0,.4);
    position: absolute;
    top: 50%; /* =ct */
    left: 50%; /* =cl */
    transform: translate(-50%,-50%);
}
.not-found .blur {
    background: inherit;
    width: 100%; /* =cw */
    height: 100%; /* =ch */
    border-radius: 10px;
    position: absolute;
    top: 50%; /* =ct */
    left: 50%; /* =cl */
    transform: translate(-50%,-50%);
    -webkit-filter: blur(20px);
    filter: blur(20px);    
    z-index: -1;
}
.notfound-top {
  text-align: center;   
  height: 100%;
  background: rgba(255,255,255,1);
  border-radius: 10px;
}
.notfound-top img {
  text-align: center;
  padding-top: 30px;
}
.notfound-top h1 {
    margin-top: 20px;
    font-size: 2em;
    color: #000000;

}
.notfound-top h2 {
    font-size: 3em;
    margin: 30px 0;
    color: #000000;
}
footer {
    position: absolute;
    margin: auto;
    width: 100%;
    bottom: 5px;
    z-index: 999;
}
.content {
  float: right;
  width:50%;
  padding-left: 3em;
  border-left: 2px solid #000000;
}
.content h3 {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8em;
  color:#656262;
  margin: 20px 0px;
}

.copyright {
  padding: 5em 0em 3em 0em;
  text-align: center;
}
.copyright p {
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  line-height: 1.7em;
  /*-- w3layouts --*/
}
.copyright p a{
  font-size: 15px;
  font-weight: 400;
  color: #fff;
}
.copyright p a:hover{
	color:#000000;
	 transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}
/*--meadia quiries start here--*/
@media(max-width:1440px){
.copyright {
  padding: 1em;
}
}

@media(max-width:1024px){
.notfound-top img {
  width: 55%;
}    
.content input[type="submit"] {
    width: 20%;
}
.copyright {
    padding: 1em;
}
.content h3 {
    margin: 10px 0px;
}
.notfound-top h1 {
    font-size: 2em;
}
}
@media(max-width:768px){
.notfound-top h1 {
    font-size: 1.8em;
}
.content {
    width: 52%;
    padding-left: 2em;
}

.content h3 {
    font-size: 13px;
}
.copyright {
    padding: 1em;
}
}
@media(max-width:667px){
.notfound-top h1 {
    font-size: 1em;
    padding-top: 0.5em;
}	
.notfound-top img {
    width: 80%;
}    
}
@media(max-width:640px){
.notfound-top img {
    width: 80%;
}    
.content {
    width: 100%;
    float: none;
    margin: 0 auto;
    padding-left: 0em;
    text-align: center;
    border-left: none;
}
.notfound-top h1 {
    padding-top: 0em;
}

.copyright {
    padding: 1em;
}

}

@media(max-width:480px){
.notfound-top h1 {
    font-size: 1em;
}
.content img {
    width: 20%;
}
.copyright p {
    font-size: 13px;
}
.copyright {
    padding:1em;
}
}
.copyright {
    padding: 1em;
}
}
@media(max-width:384px){

.copyright {
    padding: 1em;
}
}
@media(max-width:320px){
.notfound-top h1 {
    font-size: 0.9em;
}
.content input[type="submit"] {
    width: 28%;
}
.content h3 {
    margin: 10px 0px;
    font-size: 12px;
}
.content input[type="text"] {
    width: 55%;
}
.copyright p a {
    font-size: 13px;
}
}