﻿/*Fuentes Nereid*/
@font-face { font-family: 'nereid'; src: url('../Fuentes/Segoe UI.woff') format('woff'), url(../Fuentes/segoeui.ttf) format('truetype'); font-style: normal; } 
@font-face { font-family: 'nereid'; src: url('../Fuentes/Segoe UI Bold.woff') format('woff'), url(../Fuentes/segoeuib.ttf) format('truetype'); font-weight: bold; font-style: bold; }
@font-face { font-family: 'nereid'; src: url('../Fuentes/Segoe UI Italic.woff') format('woff'), url(../Fuentes/segoeuii.ttf) format('truetype'); font-weight: italic; font-style: italic; }
@font-face { font-family: 'nereidLight'; src: url('../Fuentes/Segoe UI Light.woff') format('woff'), url(../Fuentes/segoeuil.ttf) format('truetype'); font-weight:lighter; font-style:normal; }
@font-face { font-family: 'nereidTitle'; src: url('../Fuentes/Segoe UI Bold.woff') format('woff'), url(../Fuentes/segoeuil.ttf) format('truetype'); font-weight: italic; font-style: italic; }

* {
   font-family: nereid;
}
form { padding:0px;margin:0px; }
h1{
    font-family: nereidLight;
    font-weight: lighter;
    margin: 0px;
    color: #ff8d00;
    font-size: 30px;
}
h1 img{ margin-right:10px; width:30px; }
h1 ~ em {margin-left:60px;}
/* ---- reset ---- */

body {
  margin: 0;
  font:normal 75% Arial, Helvetica, sans-serif;
  
  background-color: #93a7b5;
  /*background-image: url("bck1.jpg");*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
      width: 100%;
    height: 100vh;
}

canvas {
  display: block;
  vertical-align: bottom;
  mix-blend-mode: color-dodge; /* lighten initial */
  mix-blend-mode: initial;
}

#login{
    position: absolute;
    top: 10%;
    right: 10%;
    z-index: 20;    
    height: auto;
    /*border-radius: 20px;*/    
     
	/*margin-top:-170px;*/
}

.login-content 
{
    /*box-shadow: 5px 5px 10px rgba(0,0,0,0.5);*/
    border: 0px solid #ffb907;
    padding: 20px;       
    width: 300px;
    }

/* ---- particles.js container ---- */

#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  
  z-index:10;
}

/* ---- stats.js ---- */

.count-particles{
  background: #000022;
  position: absolute;
  top: 48px;
  left: 0;
  width: 80px;
  color: #13E8E9;
  font-size: .8em;
  text-align: left;
  text-indent: 4px;
  line-height: 14px;
  padding-bottom: 2px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}

.js-count-particles{
  font-size: 1.1em;
}

#stats,
.count-particles{
  -webkit-user-select: none;
}

#stats{
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}

.count-particles{
  border-radius: 0 0 3px 3px;
}
.hidden {display:none;}
.labelangular{
  display:block; width:100%;
  margin:0 0 10px 0;
  position:relative;
}
.labelangular span{position:absolute; text-transform:uppercase; font-size:12px; line-height:12px; color:#93a7b5; top:0; left:0;}
.labelangular input,.labelangular select, textarea   
{
    color:#000000;
    font-size: 16px; padding:5px; 
    background:#ffffff; margin-top:15px; border:0px; 
    border-bottom:1px solid #93a7b5; width:100%; width: calc( 100% - 10px );}
.labelangular:hover input, .labelangular:hover select{ background-color:#E0F2F7;outline:none; }
.labelangular input:focus, .labelangular select:focus { background-color:#E0F2F7;outline:none; }

.labelangular input:focus ~ span, .labelangular select:focus ~ span{color:#ff8d00;}
.labelangular input::-ms-clear { display: none; }

.labelangularinline{}
.labelangularinline input, .labelangularinline select{ margin-top:0px; width:auto;}
.labelangularinline span{ position:relative; }

.labelangular input.error { border:1px solid red; }

.btn{
	border: none;
    color: #fff;
    cursor: pointer;
    white-space: nowrap;
    text-transform: uppercase;
    font-weight: 600;
    background: #ff6600;
    font-size: 1em;
    padding: 10px 20px;
    /*border-radius: 12px;*/
    margin-right: 5px;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    box-shadow: none;
    vertical-align: baseline;
    float: right;
}
.btn:hover{ background:#222; outline:none;}
.btn:focus{ background:#222; outline:none;}
.btn:disabled,
.btn[disabled]{
  cursor: not-allowed;
  background-color: #cccccc;
  color: #666666;
}

.login-logo { padding: 10px 0 0px; margin:0 auto; }
.login-logo img{ border:0; margin: 0 auto; width:40%; }

#background-video {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

.rojo { color: Red; }
.verde { color: Green; }