*, *:before, *:after {
  box-sizing: border-box;
}

html, body {
  height: 100%;
  width: 100%;
  overflow: hidden;
  
}

.container {
  padding: 1px 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  color: #0a5b5b;
  font-family: "Comfortaa", "Helvetica", sans-serif;
}

.login {
  max-width: 300px;
  min-height: 500px;
  margin: 30px auto;
  background-color: rgba(10,10,10,.92);
}

.login-icon-field {
  height: 250px;
  width: 100%;
  /*background-color: red;*/
}

.login-icon {
  margin: 50px 65px;
}
   img{
  img:center;
  width:160px;
  height:120px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  
}
.login-form {
  padding: 8px 20px 20px;
  height: 120px;
  width: 100%;
  /*background-color: green;*/
}



.username-row {
  position: relative;
  height: 40px;
  /*background-color: pink;*/
  border-bottom: 1px solid;
  margin-bottom: 10px;
}

.password-row {
  position: relative;
  height: 40px;
 /* background-color: grey;*/
  border-bottom: 1px solid;
}

.password-icon,
.user-icon {
  margin: 5px;
}

.password-icon .key-path,
.user-icon .user-path{
  fill: rgba(10,10,10,0);
  stroke: #fff;
  stroke-width: 3.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  stroke-dasharray: 300;
  stroke-dashoffset: 300;
  -webkit-animation: dash 3s .3s linear forwards;
  animation: dash 3s .3s linear forwards;
}

.user-icon .user-path {
  -webkit-animation: dash 3s .8s linear forwards;
  animation: dash 3s .8s linear forwards;
}

input {
  position: absolute;
  width: 195px;
  height: 30px;
  margin: 5px 0;
  background:transparent;
  border: none;
  text-color:#EFF4F4;
}
/*texto del input*/
textarea:focus, input:focus {
    color: #FDFEFE;
}
input:focus,
button:focus {
  outline: none;
}

input::-webkit-input-placeholder {
  color: rgba(246,253,253,.);
}

input::-moz-placeholder {
  color: rgba(255,255,255,.4);
}

.call-to-action {
  
  height: 20px 0;
  height:130;
  width: 100%;
  /*background-color: blue;*/
}

button {
  display: block;
  width: 240px;
  height: 40px;
  padding: 0;
  margin: 10px 30px 10px;
  font-weight: 700;
  color: #fff;
  background-color: #22c08a;
  border: none;
  border-radius: 20px;
  transition: background-color .10s ease-in-out;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
}

button:hover {
  background-color: #26d69a;
}

button:active {
  background-color: #1eaa7a;
}

p {
  display: inline-block;
  width: 200px;
  margin: 0 40px;
  font-size: .8rem;
  color: rgba(255,255,255,.4);
  /*background-color: yellow;*/
}

p a {
  color: #fff;
}

label,
p a:hover {
  -webkit-cursor: pointer;
  cursor: pointer;
}

@-webkit-keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}
h1{
    text-align:center;
	margin-top: 10px;
	font-size: 40px;
    font-weight: 110;
    line-height: 50px;
	color:#0A5B5B;
}
table{
	text-align:center;
	margin:0 auto;
	border-collapse:collapse;
}
td{
	
	/*width:300px;*/
	height:85px;
	font-size: 120%;
	color:#FEFFFF;
	padding:0px 8px 0px 8px;
} 
.icon{
	width:25px;
	height:25px;
	
} 
.line{
	display:inline-block;
	margin-left:5px;
}
.nav-black{
	color:black;
	position:absolute;
	bottom:0px;
	width:100%;
} 

table tr{
	background-color: rgba(10,10,10,.70);
	/* background-color:#191A1A; */
}
table tr td{
	border:none;
}
