@font-face {font-family: "Nova-Bold";
    src: url("../webfonts/Nova-Bold.otf") format("truetype"); /* chrome firefox opera Safari, Android, iOS 4.2+*/
}

body{
	font-family: FontAwesome,"Nova-Bold";
	background-image: url(../img/banner2.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-color: #464646;
}

.container_form{
	margin-top: 70px;
}

.form-control{
	border-radius: 15px;
}

.margen{
	padding-top: 10px;
	margin-bottom: 10px;
}

.form-control{
  border: 1px solid #1a5396;
  background-color: #f5f6f9;
  border-radius: 20px;
}

.form-control:focus{
  border: 2px solid #1a5396;
  background-color: #f5f6f9;
}

.btn{
  border-radius: 20px;
}

.btn-primary{
  background: #1a5396;
}

.btn-primary:hover{
  background: #174982;
}

.btn-primary:focus{
  background: #174982;
}

.icon_blue_bt{
  color: #fff;
  background: #1a5396;
  border-radius: 20px;
  width: 18px;
  height: 18px;
  padding-top: 1px;
  padding-left: 1px;
  float: right;
}

/*contenido del form loader, table, etc...*/

  .loader {
      position: fixed;
      left: 0px;
      top: 0px;
      width: 100%;
      height: 100%;
      z-index: 9999;
      background: url(../img/pageLoader.gif) 50% 50% no-repeat rgb(249 249 249 / 57%);
      opacity: .8;
  }

  .stoploader{
    /*  clase abierta para agregar alguna diseño al detener el loader */
  }

.loaderPermiso {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../img/permisoVentana.png) 50% 50% no-repeat rgb(249 249 249 / 57%);
    opacity: .8;  
  }
