* {
  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', 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: #dd052b;
}
.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: #dd052b;
  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: #dd052b;
}
.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: #dd052b;
  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.png'), 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;
}
.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: #dd052b;
  color: white;
  font-weight: 600;
  margin-top: 40px;
}
.btn.btn-red:hover {
  border: 1px solid #dd052b;
  background: #f2f2f2;
  color: #dd052b;
}
.btn.btn-red-border {
  border: 1px solid #dd052b;
  background-color: transparent;
  color: white;
}
.btn.btn-red-border:hover {
  background-color: #dd052b;
  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.png'), 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) */
}
.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: rgba(255, 15, 0, 0.3);
  border: 1px solid #dd052b;
}
.right-column .login-wrapper .errors span {
  font-weight: 400;
  font-size: 14px;
}
.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: #dd052b;
}
.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: 200;
  text-align: left;
  color: #272727;
  vertical-align: middle;
}
.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 #272727;
  /* Style the checkmark/indicator */
}
.right-column .checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 5px;
  top: -4px;
  width: 8px;
  height: 15px;
  border: solid #dd052b;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.right-column .checkbox:hover {
  /* On mouse-over, add a grey background color */
}
.right-column .checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}
.right-column .footer {
  color: #f2f2f2;
  position: absolute;
  padding: 25px 0px;
  margin-left: -320px;
  bottom: 0;
}
.right-column .footer ul li {
  display: inline;
}
.right-column .footer ul li a {
  color: #808080;
  font-weight: 200px;
  margin-right: 10px;
}
.right-column .footer ul li a:hover {
  color: #f2f2f2;
}
.right-column .footer span {
  font-size: 12px;
  color: #f2f2f2;
  font-weight: 400px;
}
#logo {
  width: 250px;
  margin-bottom: 140px;
}
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;
  }
  .right-column .footer {
    margin-left: -255px;
    width: 275px;
  }
  .right-column .footer ul li a {
    white-space: nowrap;
  }
  .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;
  }
  .right-column .footer {
    margin: auto;
    width: 100%;
    text-align: center;
  }
  .right-column .footer span {
    color: #272727;
  }
  .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 #dd052b;
  background-color: #f2f2f2;
}
.signature-wrapper .btn.btn-red-border-2:hover {
  color: #f2f2f2;
  background-color: #dd052b;
}
@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;
  }
}

/*MOFICICACIÓN ESTILO*/
.right-column{
  border-radius: 0;
  -webkit-border-radius:0;
  background: #dd052b;
  background: #333;
  padding-top: 24px;
}
.login-wrapper{
  background: #fff;
  box-shadow: 0 2px 4px rgba(0,0,0,.8), 0 2px 24px rgba(0,0,0,.3);
}
#logo {
    width: 200px;
    margin-bottom: 30px;
    margin-top: 16px;
}
.right-column .login-wrapper > div{
  padding-bottom: 0;
}
.right-column .login-wrapper > div > a{
  text-align: center;
}
.landingLink{
  text-align: center;
  color:#fff;
  margin-top: 70px;
  background: #222;
  padding: 24px;
}
.landingLink h3{
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 16px;
  margin-top: 4px;
}
.landingLink .btn{
  background: #fff;

  background: none;
  color:#fff;
  border:1px solid #dd052b;
  text-transform: none;
  font-size: 18px;
  line-height: 1
}
.landingLink .btn:hover{
  background: #dd052b;
}
.right-column .footer{
  margin:0;
  width: 100%;
  text-align: center;
  border-top:1px solid rgba(0,0,0,.35);
}
.right-column .footer ul li a {
    color: #fff;
    font-weight: 600;
    margin: 4px 8px;
    font-size: 13px;
    letter-spacing: .5px;
    color:#ddd;
}
.right-column .footer span {
    font-size: 11px;
    color:#ddd;
    font-weight: 400;
}
@media (max-height: 900px) {
  .right-column .footer{
    position: relative;
  }
}
@media (max-width: 550px){
  .right-column .login-wrapper {
      padding: 24px;
      width: 100%;
      max-width: 400px;
  }
  .login-wrapper input,
  .login-wrapper .btn,
  .right-column .login-wrapper > div{
    width: 100%;
  }
  .right-column #logo{
    width: 180px;
    margin-bottom: 30px;
  }
}