@import url('https://fonts.googleapis.com/css?family=Fira+Sans+Condensed&display=swap');

* {
  box-sizing: border-box;
}

html, 
body {
  margin: 12px 0;
  width: 100%;
  height: 100%;
  background: #ddd;
  overflow-x: hidden;
  font-family: 'Fira Sans Condensed', sans-serif;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
span {
	color: #000;
}
span span:hover:before {
	content: attr(data-content);
	color: #ff3200;
}

.container > header > span {
	display: block;
	position: relative;
	z-index: 200;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5em;
	padding: 0 0 0.6em 0.1em;
}

.container > header > span span:after {
	width: 30px;
	height: 30px;
	font-size: 50%;
	font-size: 75%;
	position: relative;
}

.container > header > span span:hover:before {
	content: attr(data-content);
	text-transform: none;
	text-indent: 0;
	letter-spacing: 0;
	font-weight: 300;
	font-size: 110%;
	padding: 0.8em 1em;
	line-height: 1.2;
	text-align: left;
	left: auto;
	margin-left: 4px;
	position: absolute;
	color: #fff;
	background: #ff3200;
}
.container > header nav {
	float: right;
	text-align: center;
}

.container > header nav a {
	display: inline-block;
	position: relative;
	text-align: left;
	width: 2.5em;
	height: 2.5em;
	background: #fff;
	border-radius: 50%;
	margin: 0 0.1em;
	border: 4px solid #ff3200;
}

.container > header nav a > span {
	display: none;
}














input {
  font-family: 'Fira Sans Condensed', sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 0;
  border-bottom: 1px solid #888;
  text-align: left;
  font-size: 20px;
  color: #000;
  background: transparent;
  border-radius: 4px;
  width: 60%;
  height: 40px;
  display: block;
}

input[type="text"],
input[type="password"] {
 width: 60%;
  height: 40px;
}
button,
input:focus {
  outline: 0;
  width: 60%;
  border-bottom: 2px solid #ff3200;
}
::-webkit-input-placeholder { 
  font-size: 18px;
  font-weight: 300;
  letter-spacing: -0.00933333em;
}

label {
  opacity: 1;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
  color: #aaa;
  font-weight: 300;
  font-size: 13px;
  letter-spacing: -0.00933333em;
  transition: all 0.2s ease-out;
}

h1 {
    margin: 0 0 10px 0;
  color: #000;
  font-size: 28px;
  font-weight: bold;
  text-transform: uppercase;
  transition: all 770ms cubic-bezier(0.51, 0.04, 0.12, 0.99);
  text-align: Left;
}
h2 {
  color: #ff3200;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  margin: 0;
}
h3 {
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.05em;
  font-weight: 400;
  padding-bottom: 14px;
}
h6 {
  color: #333;
  font-size: 18px;
  font-weight: 400;
  padding-bottom: 6px;
  text-align: left;
  width: 75%;
  margin: 0;
  text-align: justify;
}
p {
  color: #333;
  font-weight: 300;
  font-size: 18px;
  line-height: 20px;
  font-family: 'Fira Sans Condensed', sans-serif;
  text-align: justify;
  margin: 0;
  width: 100%;
}
a {
  color: #333;
  font-weight: 300;
  font-size: 18px;
  font-family: 'Fira Sans Condensed', sans-serif;
  text-align: justify;
  margin: 0;
  text-decoration: none;
}
a:hover {
  color: #ff3200;
  font-weight: 300;
  font-size: 18px;
  font-family: 'Fira Sans Condensed', sans-serif;
  text-align: justify;
  margin: 0;
  text-decoration: none;
}
#margen {
  margin: 0 20% 0 20%;
}
form {
  overflow-x: hidden;
  width: 100%;
  background: #fff;
  font-weight: 300;
  font-size: 18px;
  font-family: 'Fira Sans Condensed', sans-serif;
  text-align: justify;
  padding: 50px;
  border-radius: 8px;
  box-shadow: 0 0 12px black;
  z-index: 9;
}
textarea {
  color: #555;
  background: transparent;
  font-weight: 300;
  font-size: 18px;
  font-family: 'Fira Sans Condensed', sans-serif;
  text-align: justify;
  margin: 0;
  width: 90%;
  height: 200px;
  outline: none;
}

select {
  color: #000;
  background: #ccc;
  font-weight: 300;
  font-size: 16px;
  font-family: 'Fira Sans Condensed', sans-serif;
  text-align: left;
  margin: 10px 0 0 0;
  width: 60%;
  height: 32px;
  border-radius: 6px;
  outline: none;
  border: none;
}
select:focus {
  color: #fff;
  background: #777;
  font-weight: 300;
  font-size: 16px;
  outline: none;
  border: none;
}
.checkbox-container {
  display: flex;
  margin-top: 25px;
}

.text-checkbox {
  color: #888; 
  font-size: 14px;
  letter-spacing: -0.00933333em;
  font-weight: 300;
  margin-left: 15px;
}







.boton {
  color: #fff;
  background: #ff3200;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: bold;
  padding: 6px 25px;
  border-radius: 4px;
  text-align: center;
  text-decoration: none;
}
.boton:hover {
  color: #fff;
  background: #000;
  box-shadow: 0px 2px 10px #000;
  cursor: pointer;
}






.cenefa {
    content: "Autenticard";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 42px;
	font-size: 22px;
	line-height: 24px;
	margin: 0;
	padding: 10px 0 0 20px;
	text-align: left;
	font-weight: 500;
	color: #fff;
	letter-spacing: 3px;
	background: #ff3200;
	z-index: 201;
	box-shadow: 0 0 12px #333;
}
.right {
    content: "Autenticard";
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
	font-size: 13px;
	line-height: 16px;
	margin: 0;
	padding: 10px 20px 0 0px;
	text-align: right;
	font-weight: 300;
	color: #fff;
	letter-spacing: 0;
	z-index: 202;
}







::-webkit-scrollbar {
	width: 10px;
	background: #ff3200;
}
::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.8);
	border-radius: 10px;
	background-color: #444444;
}	
::-webkit-scrollbar-track:hover {
    background-color: #777;
    cursor: pointer;
}

::-webkit-scrollbar-thumb {
	border-radius: 6px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.6);
	background-color: #ff3200;
}
::-webkit-scrollbar-thumb:hover {
    background-color: #ff3200; 
    cursor: pointer;
}