@font-face {
  font-family: 'oswald';
  src: url("../fonts/oswald/oswald-regular-webfont.eot");
  src: url("../fonts/oswald/oswald-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/oswald/oswald-regular-webfont.woff") format("woff"), url("../fonts/oswald/oswald-regular-webfont.woff2") format("woff2"), url("../fonts/oswald/oswald-regular-webfont.ttf") format("truetype"), url("../fonts/oswald/oswald-regular-webfont.svg#webfont") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'roboto';
  src: url("../fonts/roboto/Roboto-Regular-webfont.eot");
  src: url("../fonts/roboto/Roboto-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/Roboto-Regular-webfont.woff") format("woff"), url("../fonts/roboto/Roboto-Regular-webfont.woff2") format("woff2"), url("../fonts/roboto/Roboto-Regular-webfont.ttf") format("truetype"), url("../fonts/roboto/Roboto-Regular-webfont.svg#webfont") format("svg");
  font-weight: normal;
  font-style: normal; }

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*:focus {
  outline: none; }

body {
  min-height: 100vh;
  background-size: cover;
  background-color: transparent; }
  @media (min-width: 1024px) {
    body {
      background: url(../img/login-fondo.jpeg) center center no-repeat; } }
  body::before {
    content: "";
    width: 100%;
    min-height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.2; }
    @media (min-width: 1024px) {
      body::before {
        background: #319cd4; } }

.l-contenedor-gral {
  width: 300px;
  min-width: 300px;
  max-width: 320px;
  border: 1px solid #01B8BE;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.24);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.24);
  background: white; }
  @media (min-width: 1024px) {
    .l-contenedor-gral {
      width: 320px; } }
  .l-contenedor-gral .l-titulo-form {
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    background-color: #01B8BE;
    height: 40px;
    line-height: 40px;
    font-family: 'oswald'; }
  .l-contenedor-gral .l-img-logo {
    border: 2px solid #01B8BE;
    width: 120px;
    height: 120px;
    border-radius: 100%;
    position: relative;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
    background: rgba(255, 255, 255, 0.5); }
    .l-contenedor-gral .l-img-logo img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 85%;
      height: auto;
      -o-object-fit: cover;
      object-fit: cover; }
  .l-contenedor-gral form {
    margin: 0;
    padding: 0 25px 0 25px; }
    .l-contenedor-gral form select {
      width: 100%;
      height: 40px;
      font-family: 'roboto',sans-serif;
      margin-bottom: 10px;
      padding: 10px;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      outline: none;
      border: 1px solid #01B8BE;
      background: white;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      color: #319CD4;
      font-size: 0.9em;
      display: inline-block; }
      .l-contenedor-gral form select option[value="0"][disabled] {
        display: none; }
    .l-contenedor-gral form input {
      width: 100%;
      height: 40px;
      border: 1px solid #01B8BE;
      padding: 10px;
      color: #319CD4;
      font-size: 16px;
      font-family: 'roboto';
      margin-bottom: 10px;
      background: white;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      display: inline-block;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      outline: none; }
      .l-contenedor-gral form input::-webkit-input-placeholder {
        color: rgba(1, 184, 190, 0.8);
        font-size: 0.8em; }
      .l-contenedor-gral form input:-ms-input-placeholder {
        color: rgba(1, 184, 190, 0.8);
        font-size: 0.8em; }
      .l-contenedor-gral form input::-ms-input-placeholder {
        color: rgba(1, 184, 190, 0.8);
        font-size: 0.8em; }
      .l-contenedor-gral form input::placeholder {
        color: rgba(1, 184, 190, 0.8);
        font-size: 0.8em; }
      .l-contenedor-gral form input:hover {
        border: 1px solid #EF3B3A; }
      .l-contenedor-gral form input[type="submit"] {
        background: #01B8BE;
        color: #fff;
        font-family: 'oswald';
        cursor: pointer;
        border: none; }
        .l-contenedor-gral form input[type="submit"]:hover {
          background: #313238; }
  .l-contenedor-gral .l-cont-info {
    text-align: center; }
    .l-contenedor-gral .l-cont-info p {
      margin-bottom: 10px;
      color: #fff;
      font-family: 'oswald';
      cursor: pointer; }
      .l-contenedor-gral .l-cont-info p a {
        color: #01B8BE;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        text-decoration: none;
        font-size: 16px; }
        .l-contenedor-gral .l-cont-info p a:hover {
          color: #212229;
          text-decoration: underline; }
  .l-contenedor-gral .l-info-version {
    text-align: right;
    padding: 0 25px 0 25px;
    margin-bottom: 10px;
    font-family: 'oswald';
    color: #01B8BE;
    font-size: 12px; }
  .l-contenedor-gral .l-msgbox-error {
    padding: 10px;
    font-family: 'oswald';
    border-left: 4px solid red; }
  .l-contenedor-gral .l-cont-img-emp {
    text-align: center;
    display: none; }
  .l-contenedor-gral .msgbox_registro {
    color: #313238;
    padding: 0 25px 0 25px;
    font-family: 'oswald';
    font-size: 16px;
    text-align: center;
    padding: 10px; }
