@import url(//use.fontawesome.com/releases/v5.14.0/css/all.css);
.color-success {
  color: #5cb85c;
}
.color-texto {
  color: #4e4e4e;
}
/*
 * Globals
 */
h3 {
  font-family: 'PT Sans', sans-serif;
  font-size: 16px;
  font-weight: 700;
}
/* Links */
a,
a:focus,
a:hover {
  color: #99a8e4;
  text-shadow: none;
}
.logoFadeDown {
  animation: fadeInDown 0.3s 0.5s;
  -webkit-animation: fadeInDown 0.3s 0.5s;
  /* Safari and Chrome */
}
#responseContainer {
  padding: 10px 10px 10px 10px;
  border: none;
  background-color: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 8px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 8px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 8px;
}
#responseContainer h2 {
  font-size: 38px;
}
.animate-icon {
  animation: tada 0.9s 0.5s;
}
.form-control::-webkit-input-placeholder {
  color: #e2e6f7;
}
.form-control::-moz-placeholder {
  color: #e2e6f7;
}
.form-control:-ms-input-placeholder {
  color: #e2e6f7;
}
.top-buffer {
  margin-top: 20px;
}
.top-buffer2 {
  margin-top: 30px;
}
.top-buffer3 {
  margin-top: 50px;
}
.logo {
  height: 60px;
}
.alert-danger {
  /*color: #fff3e1;*/
  color: rgba(255, 255, 255, 0.9);
  text-shadow: none;
  /*background-color: #560101;*/
  /*background-color: rgba(219,151,151,.3);*/
  background: #d9312e;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #d9312e 1%, #ff6438 99%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #d9312e 1%, #ff6438 99%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #d9312e 1%, #ff6438 99%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d9312e', endColorstr='#ff6438', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  border-color: none;
  border: none;
}
.alert-info {
  /*color: #022867;*/
  color: rgba(255, 255, 255, 0.9);
  text-shadow: none;
  /*background-color: rgba(109,153,226,.3);*/
  background: #0171c6;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #0171c6 0%, #47acff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #0171c6 0%, #47acff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #0171c6 0%, #47acff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0171c6', endColorstr='#47acff', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  border: none;
}
.alert-success {
  /*color: #9feac3;*/
  color: rgba(255, 255, 255, 0.9);
  text-shadow: none;
  /*background-color: rgba(132,214,123,.3);*/
  background: #008a5a;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #008a5a 1%, #02db56 99%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #008a5a 1%, #02db56 99%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #008a5a 1%, #02db56 99%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#008a5a', endColorstr='#02db56', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  border-color: none;
  border: none;
}
.btn-default {
  border-radius: 5px;
  background-color: #1fcc84;
  font-family: 'PT Sans', sans-serif;
  color: #ffffff;
  font-size: 16px;
  border: none;
  font-weight: 400;
  padding: 15px 35px 15px 35px;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active .btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-color: #1aa96d;
  color: #ffffff;
  font-family: 'PT Sans', sans-serif;
  font-weight: 400;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #53e5a8;
  border: none;
}
.btn-xs {
  border-radius: 5px;
  background-color: #1fcc84;
  font-family: 'PT Sans', sans-serif;
  color: #ffffff;
  font-size: 14px;
  border: none;
  font-weight: 400;
  padding: 3px 8px 3px 8px;
}
/*
 * Base structure
 */
html,
body {
  height: 100%;
  /*background: url("../images/bckgd_login.jpg") #507419 50% 0 fixed;*/
  font-family: 'PT Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  background-color: #4963ce;
  color: #fff;
  text-align: center;
}
h4 {
  color: #707070;
}
p {
  color: #fff;
  font-size: 16px;
}
#registrate {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #fff;
}
.image {
  background-image: url("../img/apto2.jpg");
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  width: 50%;
  float: left;
}
/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
  position: absolute;
  display: table;
  width: 100%;
  height: 100%;
  /* For at least Firefox */
  min-height: 100%;
  z-index: 2000;
}
.site-wrapper-inner {
  display: table-cell;
  vertical-align: top;
}
.cover-container {
  margin-right: auto;
  margin-left: auto;
}
/* Padding for spacing */
.inner {
  padding: 30px;
}
.pagination-centered {
  text-align: center;
}
/*
 * Header
 */
.masthead-brand {
  margin-top: 10px;
  margin-bottom: 10px;
}
.masthead-nav > li {
  display: inline-block;
}
.masthead-nav > li + li {
  margin-left: 20px;
}
.masthead-nav > li > a {
  padding-right: 0;
  padding-left: 0;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  /* IE8 proofing */
  color: rgba(255, 255, 255, 0.75);
  border-bottom: 1px solid transparent;
}
.masthead-nav > li > a:hover,
.masthead-nav > li > a:focus {
  background-color: transparent;
  border-bottom-color: rgba(255, 255, 255, 0.25);
}
.masthead-nav > .active > a,
.masthead-nav > .active > a:hover,
.masthead-nav > .active > a:focus {
  color: #fff;
  border-bottom-color: #fff;
}
.md-input {
  position: relative;
  margin-bottom: 30px;
}
.md-input .md-form-control {
  font-size: 16px;
  padding: 15px 10px 10px 5px;
  display: block;
  border: none;
  border-bottom: 1px solid #CACACA;
  box-shadow: none;
  width: 100%;
  color: #4e4e4e;
  -webkit-appearance: none;
  outline: none;
}
.md-input label {
  color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 5px;
  top: 15px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
.md-input .bar:before {
  left: 50%;
}
.md-input .bar:after {
  right: 50%;
}
.md-input .highlight {
  position: absolute;
  height: 60%;
  width: 100px;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
}
.md-input .md-form-control:focus ~ label,
.md-input .md-form-control:valid ~ label {
  top: -15px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
  box-shadow: none;
}
.md-input .bar:before,
.md-input .bar:after {
  content: '';
  height: 2px;
  width: 0;
  bottom: 0px;
  position: absolute;
  background: #4963ce;
  border-bottom: 1px solid;
  transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
}
.md-input .md-form-control:focus ~ .bar:before,
.md-input .md-form-control:focus ~ .bar:after {
  width: 50%;
}
.login {
  padding: 40px 30px 60px 30px;
  background-color: #fff;
  margin-top: 20px;
  margin-bottom: auto;
  border-radius: 15px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
}
.psswd a {
  color: #4963ce;
}
.psswd a:hover {
  color: #99a8e4;
}
@media (min-width: 768px) {
  .masthead-brand {
    float: left;
  }
  .masthead-nav {
    float: right;
  }
}
/*
 * Cover
 */
.cover {
  padding: 0 20px;
  /*background-color: rgba(0,0,0,.25);*/
}
.cover .btn-lg {
  padding: 10px 20px;
  font-weight: bold;
}
/*
 * Footer
 */
.mastfoot {
  color: #999;
  /* IE8 proofing */
  color: rgba(255, 255, 255, 0.5);
}
/*
 * Affix and center
 */
@media (max-width: 768px) {
  body {
    box-shadow: none;
  }
  /* Start the vertical centering */
  .site-wrapper-inner {
    vertical-align: middle;
  }
  /* Handle the widths */
  .masthead,
  .mastfoot,
  .cover-container {
    width: 100%;
    /* Must be percentage or pixels for horizontal alignment */
  }
  .logo {
    position: relative;
    top: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
    float: none;
  }
  .image {
    display: none;
  }
}
@media (min-width: 768px) {
  /* Pull out the header and footer */
  .masthead {
    position: fixed;
    top: 0;
  }
  .mastfoot {
    position: fixed;
    bottom: 0;
  }
  /* Start the vertical centering */
  .site-wrapper-inner {
    vertical-align: middle;
  }
  /* Handle the widths */
  .masthead,
  .mastfoot,
  .cover-container {
    width: 100%;
    /* Must be percentage or pixels for horizontal alignment */
  }
  .logo {
    position: relative;
    top: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 992px) {
  .masthead,
  .mastfoot,
  .cover-container {
    width: 500px;
  }
}
