body {
  background-color: #131313;
  color: #333;
  font-family: 'Conv_DINPro-Light';
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }

:focus { outline:none; }

.legal {
  background: url(../images/barra.svg) center center no-repeat;
  background-color: rgba(69, 70, 70, 0.8);
  background-size:cover;
  width: 30px;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
}
.wrapper-validacion {
  background-color: rgba(0,0,0, 0.95);
  height: 100vh;
  margin: 0 auto;
  overflow: auto;
  text-align: center;
  width: 100%;
}
  /**
    * 600 x 960 */
  @media only screen and (min-width : 34em) {
    /*  your code */
    .wrapper-validacion {
      height: auto;
      width: 500px;
    }
  }
.wrapper-validacion .logo-sq {
  height: auto;
  margin: 0 auto;
  padding: 15px;
  padding-bottom: 0;
  width: 230px;
}
.wrapper-validacion .logo-sq img {
  height: auto;
  width: 100%;
}
.wrapper-validacion .wrapper-form {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin: 0 20px 40px;
  margin-left: 50px;
  padding: 80px 0 30px;
  padding-top: 0;
}
  /**
    * 600 x 960 */
  @media only screen and (min-width : 34em) {
    /*  your code */
    .wrapper-validacion .wrapper-form {
      margin: 0 30px 40px;
    }
  }
.wrapper-validacion .wrapper-form .btn-primary {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 1px solid #fff;
  color: #fff;
  height: 50px;
  line-height: 50px;
  margin-top: 15px;
  text-align: center;
  width: 100%;
}
.wrapper-validacion .wrapper-form input {
  border: 0;
  color: #777;
  height: 40px;
  font-weight: bold;
  float: left;
  line-height: 40px;
  text-align: center;
  width: 30%;
}
.wrapper-validacion .wrapper-form input.col-sm-3 {
  margin-left: 1%;
}
.wrapper-validacion .wrapper-form input.col-sm-6 {
  float: right;
  width: 38%
}
.wrapper-validacion .wrapper-form h3 {
  color: #fff;
  font-weight: bold;
}
.wrapper-validacion .wrapper-form .block-msg {
  background-color: #A0503C;
  color: #fff;
  font-weight: bold;
  margin-top: 15px;
  padding: 10px 15px;
  text-align: center;
}

[role="button"],
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
    -webkit-box-sizing: content-box;
       -moz-box-sizing: content-box;
            box-sizing: content-box;
}

/* Reset `button` and button-style `input` default styles */
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
    background: none;
    border: 0;
    color: inherit;
    /* cursor: default; */
    font: inherit;
    line-height: normal;
    overflow: visible;
    padding: 0;
    -webkit-appearance: button; /* for input */
    -webkit-user-select: none; /* for button */
       -moz-user-select: none;
        -ms-user-select: none;
}
input::-moz-focus-inner,
button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/* Make `a` like a button */
[role="button"] {
    color: inherit;
    cursor: default;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    white-space: pre;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
}
