.bloque-login{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  max-width: 500px;
  margin: 0 auto 40px;
  padding: 42px 35px 38px;
}

.bloque-progress{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  max-width: 600px;
  margin: 0 auto 40px;
  padding: 42px 35px 38px;
}

.bloque-cliente{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  max-width: 700px;
  margin: 0 auto 40px;
  padding: 42px 35px 38px;
}

.bloque-preview{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  max-width: 1200px;
  margin: 0 auto 40px;
  padding: 42px 35px 38px;
}

.bloque-downloads{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  max-width: 450px;
  margin: 0 auto 40px;
  padding: 42px 35px 38px;
}

#legend, #legend-two{
  position: relative;
  width: 100%;
  display: block;
  font-size: 30px;
  font-variant: small-caps;
  padding: .5em;
  text-align: center;
  /*background-color: #424646;*/
  color: black;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

#legend-tree{
  position: relative;
  width: 100%;
  display: block;
  font-size: 20px;
  font-variant: small-caps;
  text-align: left;
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
}

.animacion-input {
    transition: width 0.4s ease-in-out 0s;
    outline: 0px;
}

.animacion-input:focus{
  border-color: -moz-use-text-color -moz-use-text-color #999;
  border-color: -webkit-use-text-color -webkit-use-text-color #999;
  width: 80%;
}

.login-input {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    -webkit-border-bottom-colors: none;
    -webkit-border-left-colors: none;
    -webkit-border-right-colors: none;
    -webkit-border-top-colors: none;
    /*border-color: -moz-use-text-color -moz-use-text-color #43B086;*/
    /*border-color: -webkit-use-text-color -webkit-use-text-color #43B086;*/
    border-image: none;
    border-style: none none solid;
    border-width: medium medium 2px;
    display: block;
    padding-top: 25px;
    padding-bottom: 20px;
    width: 100%;
    font-size: 20px;
}

.client-input{
      -moz-border-bottom-colors: none;
      -moz-border-left-colors: none;
      -moz-border-right-colors: none;
      -moz-border-top-colors: none;
      -webkit-border-bottom-colors: none;
      -webkit-border-left-colors: none;
      -webkit-border-right-colors: none;
      -webkit-border-top-colors: none;
      border-color: -moz-use-text-color -moz-use-text-color #43B086;
      border-color: -webkit-use-text-color -webkit-use-text-color #43B086;
      border-image: none;
      border-style: none none solid;
      border-width: medium medium 2px;
      display: block;
      padding-top: 10px;
      padding-bottom: 15px;
      width: 100%;
      font-size: 18px;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

input{
  position: relative;
  width: 2em;
  margin: 0 auto;
  font: inherit;
  font-size: 15px;
}

input:disabled{
  background-color: inherit;
}

label{
  position: relative;
  font-size: 12px;
  font-variant: small-caps;
}

progress{
  width: 100%;
  height: 18px;
}

.boton-login{
  position: relative;
  width: 100%;
  margin-top: 2em;
  border: medium none;
  color: #fff;
  cursor: pointer;
  display: block;
  overflow: hidden;
  padding: 16px 16px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  font-size: 25px;
  border-radius: 5px;
  opacity: 0.8;
}

.boton-login:hover{
    /*background-color: #43B086;*/
    box-shadow: 10px 10px 25px #999;
    color: white;
}

.animation-boton{
    transition: background-color 0.3s ease 0s, color 0.15s ease 0s, box-shadow 0.3s ease 0s, opacity 0.3s ease 0s;
}

.bloque-progress > label{
  font-size: 25px;
}

#progressBar {
    width: 100%;
    height: 22px;
    border: 1px solid #111;
    background-color: #999;
}
#progressBar div {
    height: 100%;
    color: #fff;
    text-align: right;
    line-height: 22px; /* same as #progressBar height if we want text middle aligned */
    width: 0;
    /*background-color: #43B086;*/
    box-shadow: 10px 10px 35px #999;
}
