* {
  outline: none;
  outline-offset: 0;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: none;
  border: none;
  color: #272727;
}
body {
  overflow-x: hidden;
  font-size: 15px;
  background-color: #f2f2f2;
  padding: 0px;
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
  font-weight: normal;
}
a:focus {
  outline: none;
  outline-offset: 0;
}
a:focus,
a:hover {
  color: initial;
  text-decoration: none;
}
a,
a:visited,
a:active {
  color: #272727;
}
.btn,
.btn:active,
.btn:focus,
.btn:visited {
  outline: none;
}
img {
  max-width: 100%;
  height: auto;
}
h1,
h2 {
  font-weight: 700;
}
@media (max-width: 991px) {
  h1 {
    font-size: 22px;
  }
  h2 {
    font-size: 19px;
  }
  h3 {
    font-size: 17px;
  }
}
button:active > *,
button:focus > * {
  position: relative;
  top: 0;
  left: 0;
}
a {
  text-decoration: none;
}
ul,
ol {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
}
/* DatePicker format */
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #00aeef;
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-color: #00aeef;
  background-image: none;
  color: #fff;
  text-shadow: none;
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #00aeef;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: #00aeef;
  background-image: none;
  color: #fff;
  text-shadow: none;
}
.wrapper {
  display: table;
  width: 100%;
  background-color: #272727;
  height: 100vh;
}
.wrapper .container {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#d9d9d9', GradientType=1);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-image: url('../images/logo_background.svg'), linear-gradient(45deg, #efefef 0%, #d9d9d9 100%);
  box-shadow: -7px 0px 25px rgba(0, 0, 0, 0.6);
  vertical-align: middle;
}
.red-corner {
  background-image: url('../images/red_corner.svg');
  width: 195px;
  height: 195px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.black-corner {
  background-image: url('../images/black_corner.svg');
  width: 127px;
  height: 127px;
  position: absolute;
  left: 0;
  top: 0;
}
.red-corner,
.black-corner{
  display: none;
}
.left-column,
.right-column {
  display: table-cell;
  position: relative;
  height: 100vh;
}
a.btn {
  padding: 14px;
}
.btn {
  width: 100%;
  max-width: 300px;
  border-radius: 3px;
  height: 50px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
}
.btn.btn-red {
  background-color: #00aeef;
  color: white;
  font-weight: 600;
  margin-top: 40px;
  transition: all .3s;
}
.btn.btn-red:hover {
  /*border: 1px solid #00aeef;
  background: #f2f2f2;
  color: #00aeef;
  background: #fff;*/
  opacity: .7;
}
.btn.btn-red-border {
  border: 1px solid #00aeef;
  background-color: transparent;
  color: white;
}
.btn.btn-red-border:hover {
  background-color: #00aeef;
  color: #272727;
}
.left-column {
  width: 350px;
  background-color: transparent;
  vertical-align: middle;
  padding: 0px 40px;
}
.left-column h1,
.left-column h2,
.left-column h3 {
  margin: 0px;
  padding-bottom: 15px;
}
.left-column h1 {
  color: #f2f2f2;
  font-size: 21px;
  font-weight: 600;
}
.left-column h2 {
  color: #808080;
  font-size: 18px;
  font-weight: 200;
}
.left-column h3 {
  color: #808080;
  font-size: 14px;
  font-weight: 200;
}
.left-column .black-corner {
  background-image: url('../images/black_corner.svg');
  width: 127px;
  height: 127px;
  position: absolute;
  left: 0;
  top: 0;
}
.left-column .top-wrapper,
.left-column .bottom-wrapper {
  height: 50vh;
}
.left-column .top-wrapper {
  padding-top: 80%;
}
.left-column .bottom-wrapper {
  padding-top: 50%;
}
.left-column #mini-logo {
  position: absolute;
  right: 30px;
  top: 40px;
  width: 30px;
}
.right-column {
  /*background: rgba(239,239,239,1);
    background: -moz-linear-gradient(45deg, rgba(239,239,239,1) 0%, rgba(217,217,217,1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(239,239,239,1)), color-stop(100%, rgba(217,217,217,1)));
    background: -webkit-linear-gradient(45deg, rgba(239,239,239,1) 0%, rgba(217,217,217,1) 100%);
    background: -o-linear-gradient(45deg, rgba(239,239,239,1) 0%, rgba(217,217,217,1) 100%);
    background: -ms-linear-gradient(45deg, rgba(239,239,239,1) 0%, rgba(217,217,217,1) 100%);
    background: linear-gradient(45deg, rgba(239,239,239,1) 0%, rgba(217,217,217,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#d9d9d9', GradientType=1);*/
  background-position: left bottom;
  background-repeat: no-repeat;
  background-image: url('../images/logo_background.svg'), linear-gradient(45deg, #efefef 0%, #d9d9d9 100%);
  box-shadow: -7px 0px 25px rgba(0, 0, 0, 0.6);
  vertical-align: middle;
  min-height: 550px;
  border-radius: 0px 0px 0px 100px;
  -moz-border-radius: 0px 0px 0px 100px;
  -webkit-border-radius: 0px 0px 0px 100px;
  /* Customize the label (the container) */
  border-radius: 0;

  background: #fff;
}
.right-column .login-wrapper {
  vertical-align: middle;
  margin: auto;
  width: 400px;
  text-align: center;
  padding: 30px;
}
.right-column .login-wrapper .errors {
  padding: 5px;
  background-color: #cb1d1d;
  border: none;
}
.right-column .login-wrapper .errors span {
  font-weight: 400;
  font-size: 14px;
  color:#fff;
}
.right-column .login-wrapper > div {
  display: table;
  padding: 20px 0px;
  width: 300px;
  margin: auto;
}
.right-column .login-wrapper > div > label,
.right-column .login-wrapper > div > a {
  display: table-cell;
  width: 50%;
}
.right-column .login-wrapper a {
  font-size: 14px;
  text-align: right;
}
.right-column .login-wrapper a:hover {
  color: #00aeef;
}
/*.right-column .login-wrapper input{
  background: none;
  border:1px solid #fff;
  color:#fff;
}
.right-column .login-wrapper input::placeholder{
  color:rgba(255,255,255,.8);
}*/
.right-column .checkbox {
  display: block;
  position: relative;
  cursor: pointer;
  text-align: left;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
}
.right-column .checkbox .text-info {
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  color: #fff;
  vertical-align: middle;
}
.right-column .checkbox + a{
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  position: relative;
  top:3px;
}
.right-column .checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.right-column .checkbox input:checked ~ .checkmark:after {
  display: block;
}
.right-column .checkbox .checkmark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 16px;
  width: 16px;
  margin-right: 5px;
  background-color: transparent;
  border: 1px solid #fff;
  /* Style the checkmark/indicator */
}
.right-column .checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 5px;
  top: -4px;
  width: 8px;
  height: 15px;
  border: solid #00aeef;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.right-column .footer {
  color: #fff;
  position: absolute;
  padding: 24px;
  bottom: 0;
  text-align: center;
  width:100%;
}
.right-column .footer ul li {
  display: inline;
}
.right-column .footer ul li a {
  color: #808080;
  font-weight:bold;
  margin:4px 8px;
}
.right-column .footer ul li a:hover {
  color: #f2f2f2;
}
.right-column .footer span {
  font-size: 12px;
  color: #f2f2f2;
  font-weight: 400px;
}
#logo {
  max-width: 240px;
  margin-bottom: 140px; margin-bottom: 80px; 
}
input {
  margin: 10px auto;
  font-size: 15px;
  display: block;
  background-color: rgba(39, 39, 39, 0.15);
  width: 300px;
  border-radius: 3px;
  padding: 15px;
  height: 50px;
}
@media (max-width: 991px) {
  .left-column {
    width: 275px;
    padding: 0px 20px;
  }
  .left-column h1 {
    font-size: 18px;
  }
  .left-column h2 {
    font-size: 15px;
  }
  .left-column h3 {
    font-size: 12px;
  }
  .right-column {
    border-radius: 0px;
  }
  .red-corner {
    width: 150px;
    height: 150px;
  }
}
@media (max-height: 767px) {
  .left-column,
  .right-column {
    height: 550px;
  }
  .left-column .top-wrapper {
    padding-top: 50%;
  }
  .left-column .bottom-wrapper {
    padding-top: 20%;
  }
  .right-column #logo {
    margin-top: 0px;
    margin-bottom: 80px;
  }
  .btn.btn-red {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .left-column {
    display: none;
  }
  .right-column {
    border-radius: 0px;
  }
  .red-corner {
    width: 75px;
    height: 75px;
  }
}
@media (max-width: 550px) {
  .right-column #logo {
    /*width: 250px;*/
    margin-bottom: 65px;
  }
  .right-column .login-wrapper {
    width: 100%;
    padding: 10px;
  }
}
.container {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100vh;
}
.signature-wrapper {
  margin: auto;
  width: 450px;
  text-align: center;
}
.signature-wrapper #logo {
  margin-bottom: 80px;
}
.signature-wrapper span {
  display: block;
}
.signature-wrapper input {
  width: 100%;
}
.signature-wrapper .signature-pad {
  background-color: white;
  width: 100%;
  height: 270px;
  border-radius: 5px;
  margin: 10px 0px 20px;
}
.signature-wrapper .signature-container {
  position: relative;
}
.signature-wrapper #clear {
  position: absolute;
  top: 10px;
  right: 0;
  width: 40px;
  height: 40px;
  background-image: url('../images/clear_signature.svg');
}
.signature-wrapper .btn.btn-red-border-2 {
  width: 100%;
  max-width: initial;
  border: 1px solid #00aeef;
  background-color: #f2f2f2;
}
.signature-wrapper .btn.btn-red-border-2:hover {
  color: #f2f2f2;
  background-color: #00aeef;
}
@media (max-width: 550px) {
  .black-corner {
    display: none;
  }
  .signature-wrapper {
    width: 100%;
  }
}
@media (max-height: 700px) {
  .red-corner {
    display: none;
  }
  .signature-wrapper {
    width: 100%;
  }
  .signature-wrapper #logo {
    width: 150px;
    margin-bottom: 40px;
  }
  .signature-wrapper .signature-pad {
    height: 200px;
  }
}

.black-corner,
.red-corner{
  display: none;
}

.logoutMessage span {
    color: #ffffff;
}
/*MODAL CONTRASEÑA*/
#passModal{
  text-align: center;
}
#passModal .modal-content .modal-body h1 {
    font-size: 18px;
    font-weight: 600;
}
#passModal  .btn {
    width: 100%;
    border-radius: 3px;
    height: 50px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    padding: 14px 0px;
    max-width: 100%;
    background-color:#272727;
    border-color:#272727;
    color:#fff;
}
#passModal .modal-dialog {
    max-width: 400px;
}
#passModal .modal-content {
    padding:24px;
}
#passModal .modal-header,
#passModal .modal-footer{
   border:none;
}
#passModal h1{
  margin:0;
  margin-top:-20px;
}