@font-face {
	font-family:"julius";
	src: url("Julius Regular.ttf");
  }

  
 

body{
	margin:0;
	/* min-height:100vh; */
	background-image:url(imagenes/iesh/7.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	background-attachment:fixed;
	
}

body:before {
	content:"";
    width:100%;
	/* min-height:100vh; */
    height:100%;


position:absolute;
top:0;
left:0;
background-color:rgba(17, 73, 146, 0.6);
backdrop-filter: blur(10px);
opacity:0.9;
z-index:-1;
}

	
.div_usuarios{
    display:flex;
    flex-wrap: wrap;
    justify-content:space-around;
    vertical-align: middle;
     align-items: center;
}

.div_usuarios{
    width: 200px;
}
	
.sesion{
top:0;
bottom: 0;
left: 0;
right: 0;
margin: auto;

margin-top:100px;
	}

.logo_iesh{
    max-width: 300px;
    

}

.somoselfuturo{
	font-family: "julius",'Raleway', sans-serif; 
	letter-spacing: 3px;
	font-style: italic;
	font-weight: 600;
}

@media only screen and (max-width:767px) {
	body:before {
		content:"";
		width:100%;
		
		height:100%;
	
	
	position:absolute;
	top:0;
	left:0;
	background-color:rgba(4, 34, 73, 0.6);
	backdrop-filter: blur(10px);
	opacity:0.9;
	z-index:-1;
	}

	div .border-left{
		border: 0px solid  !important;
	}

	.col-md-5{
		margin-bottom: 50px;

	}

	
	
	}

