@font-face {
  font-family: 'Bahnschrift Regular';
  font-style: normal;
  font-weight: normal;
  src: local('Bahnschrift Regular'), url('fonts/BAHNSCHRIFT.woff') format('woff');
}


html,
body {
  height: 100%;
}

body {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 80px;
  /*background-color: #fff;*/
  background-color:  #081425;
  /*background-image: url(../images/fondologin.jpg);*/
  
  opacity: 0.82;
  background-size: cover;
  /*font-family: 'Montserrat', sans-serif !important;*/
  /*font-family: 'Roboto', sans-serif !important;*/
  
  font-size: 16px;
  font-family: 'Bahnschrift', 'Open Sans', sans-serif;
  font-weight: 400;
}


/* Asegura que el form esté por encima */
.form-signin{
  position: relative;
  z-index: 1;
}

.txt-mini{
  font-size: 12px;
}
.input-group{
  margin-bottom:10px;
}
.bg-primary-gradient:hover {
  background: linear-gradient(30deg, rgba(0,125,255,1) 0%, rgba(40,49,178,1) 80%);
  color: #fff;
  border: 0 !important;
}
.bg-primary-gradient {
  background: linear-gradient(30deg, rgb(5 201 221) 0%, rgba(40,49,178,1) 100%);
  color: #fff;
  border: 0 !important;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.cursor-pointer{
  cursor: pointer;
}
.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  /*margin-bottom: 10px;*/
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.logo-vertical-login{
  max-width:300px;
}
/* Base común */
.cloud{
  position: fixed;
  pointer-events: none;
  z-index: -1;
}

/* Nube izquierda: grande */
.cloud-left{
  fill: #203c63;
  left: 50px;
  width: 300px;
  height: 75px;
}

/* Nube derecha: más pequeña */
.cloud-right{
  fill: #33517b;
  right: 125px;
  width: 225px;
  height: 55px;
  top: 140px; /* la bajas un poco para que no queden simétricas */
}