.TextField {
  width: 100%;
  height: 50px;
  position: relative;
  overflow: hidden;
}
.TextField * {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.TextField-input {
  width: 100%;
  height: 100%;
  font-size: 1rem;
  font-family: 'Lato', sans-serif;
  color: #595f6e;
  padding-top: 20px;
  border: none;
  outline: none;
}
.TextField-input:focus + .TextField-label .TextField-content,
.TextField-input:required:valid + .TextField-label .TextField-content {
  -webkit-transform: translateY(-160%);
  -moz-transform: translateY(-160%);
  -o-transform: translateY(-160%);
  -ms-transform: translateY(-160%);
  transform: translateY(-160%);
  font-size: 0.8rem;
  font-weight: 700;
}
.TextField-input:focus:valid + .TextField-label .TextField-content,
.TextField-input:required:valid + .TextField-label .TextField-content {
  color: #95ca3e;
}
.TextField-input:focus:invalid + .TextField-label .TextField-content {
  color: #f00;
}
.TextField-input:focus + .TextField-label::after,
.TextField-input:valid + .TextField-label::after {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.TextField-input:required:valid + .TextField-label::after {
  border-bottom: 3px solid #95ca3e;
}
.TextField-input:focus:invalid + .TextField-label::after {
  border-bottom: 3px solid #f00;
}
.TextField-label {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border-bottom: 1px solid #273b47;
}
.TextField-label::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 100%;
  width: 100%;
  -webkit-transition: -webkit-transform 0.3s ease;
  -moz-transition: -moz-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  -ms-transition: -ms-transform 0.3s ease;
  transition: transform 0.3s ease;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
.TextField-content {
  position: absolute;
  bottom: 5px;
  left: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: 'Lato', sans-serif;
  color: #273b47;
}
.TextField-extend + .TextField-label .TextField-content {
  -webkit-transform: translateY(-160%);
  -moz-transform: translateY(-160%);
  -o-transform: translateY(-160%);
  -ms-transform: translateY(-160%);
  transform: translateY(-160%);
  font-size: 0.8rem;
  font-weight: 700;
}
.TextField-invalid + .TextField-label::after,
.TextField-extend:invalid + .TextField-label::after {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  border-bottom: 3px solid #f00;
}
.TextField-invalid + .TextField-label .TextField-content,
.TextField-extend:invalid + .TextField-label .TextField-content {
  color: #f00;
}
.LoginDash {
  -webkit-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
  width: 91%;
  height: 19rem;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  background-color: #fff;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-top: 4px solid #95ca3e;
  -webkit-box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -2px rgba(0,0,0,0.05);
  box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -2px rgba(0,0,0,0.05);
}
.LoginDash * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.LoginDash-title {
  font-family: 'cooper_hewittmedium';
}
.LoginDash-subtitle {
  margin-left: 0.5rem;
  color: rgba(39,59,71,0.7);
}
.LoginDash-welcome {
  display: none;
}
.LoginDash-card {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: distribute;
  -moz-box-pack: distribute;
  -o-box-pack: distribute;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  padding: 1.5rem;
}
.LoginDash-card-header {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: baseline;
  -moz-box-align: baseline;
  -o-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
}
.LoginDash-card-footer {
  padding-top: 1rem;
}
.LoginDash-divide {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  height: 5rem;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: distribute;
  -moz-box-pack: distribute;
  -o-box-pack: distribute;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.LoginDash input.LoginDash-submit,
.LoginDash button.LoginDash-submit {
  -webkit-box-shadow: 0 7px 4px -5px #58902d;
  box-shadow: 0 7px 4px -5px #58902d;
  height: 3rem;
  font-size: 1.3rem;
  width: 100%;
}
.LoginDash-terms,
.LoginDash-forgot {
  font-size: 0.8rem;
}
.LoginDash-forgot {
  padding-top: 1rem;
}
.LoginDash-terms {
  text-align: center;
  margin-top: 1rem;
}
.LoginDash-clip {
  display: none;
}
@media only screen and (min-width: 48em) {
  .LoginDash {
    background-image: url(https://static.platzi.com/static/css/b2b-login.cf9d655d9bc8b794e0744d25c25b6720.jpg);
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -2px rgba(0,0,0,0.05), 0 -4px 6px -2px rgba(0,0,0,0.05), 0 -10px 15px -3px rgba(0,0,0,0.1);
    box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -2px rgba(0,0,0,0.05), 0 -4px 6px -2px rgba(0,0,0,0.05), 0 -10px 15px -3px rgba(0,0,0,0.1);
    border-top: none;
    width: 90%;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .LoginDash-card,
  .LoginDash-welcome {
    position: relative;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-ordinal-group: 0;
    -moz-box-ordinal-group: 0;
    -o-box-ordinal-group: 0;
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
  }
  .LoginDash-card {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -o-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .LoginDash-divide {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .LoginDash input.LoginDash-submit,
  .LoginDash button.LoginDash-submit {
    font-size: 1rem;
    width: 40%;
  }
  .LoginDash input.LoginDash-submit:hover,
  .LoginDash button.LoginDash-submit:hover {
    -webkit-box-shadow: 0 9px 4px -5px #58902d;
    box-shadow: 0 9px 4px -5px #58902d;
  }
  .LoginDash-clip {
    height: 100%;
    width: 101%;
    display: block;
    position: absolute;
  }
  .LoginDash-clip-path {
    fill: #fff;
  }
}
@media only screen and (min-width: 64em) {
  .LoginDash {
    max-width: 48em;
  }
}
.LoginContainer {
  width: 100vw;
  height: 100vh;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.LoginContainer .PlatziLogo {
  width: 70%;
  position: absolute;
  bottom: 0;
  margin: 0 auto;
  display: block;
  left: calc(50% - 10%);
  -webkit-animation: moveLogo 0.3s ease-in 1.1s forwards;
  -moz-animation: moveLogo 0.3s ease-in 1.1s forwards;
  -o-animation: moveLogo 0.3s ease-in 1.1s forwards;
  -ms-animation: moveLogo 0.3s ease-in 1.1s forwards;
  animation: moveLogo 0.3s ease-in 1.1s forwards;
}
@media only screen and (min-width: 48em) {
  .LoginContainer .PlatziLogo {
    left: 40%;
    width: 40%;
  }
}
@media only screen and (min-width: 64em) {
  .LoginContainer .PlatziLogo {
    left: 47%;
    width: 20%;
  }
}
.LoginContainer .PlatziLogo-logo {
  fill: none;
  stroke: #95ca3e;
  stroke-dasharray: 355;
  -webkit-animation: fillLogo 1.2s ease-in forwards;
  -moz-animation: fillLogo 1.2s ease-in forwards;
  -o-animation: fillLogo 1.2s ease-in forwards;
  -ms-animation: fillLogo 1.2s ease-in forwards;
  animation: fillLogo 1.2s ease-in forwards;
}
.LoginContainer .PlatziLogo-p,
.LoginContainer .PlatziLogo-l,
.LoginContainer .PlatziLogo-a,
.LoginContainer .PlatziLogo-t,
.LoginContainer .PlatziLogo-z,
.LoginContainer .PlatziLogo-i {
  -webkit-transform: translate(-100%, 100px);
  -moz-transform: translate(-100%, 100px);
  -o-transform: translate(-100%, 100px);
  -ms-transform: translate(-100%, 100px);
  transform: translate(-100%, 100px);
  -webkit-animation: moveItem 0.1s ease 1s forwards;
  -moz-animation: moveItem 0.1s ease 1s forwards;
  -o-animation: moveItem 0.1s ease 1s forwards;
  -ms-animation: moveItem 0.1s ease 1s forwards;
  animation: moveItem 0.1s ease 1s forwards;
}
.LoginContainer .PlatziLogo-p {
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  -ms-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.LoginContainer .PlatziLogo-l {
  -webkit-animation-delay: 1.7s;
  -moz-animation-delay: 1.7s;
  -o-animation-delay: 1.7s;
  -ms-animation-delay: 1.7s;
  animation-delay: 1.7s;
}
.LoginContainer .PlatziLogo-a {
  -webkit-animation-delay: 1.9s;
  -moz-animation-delay: 1.9s;
  -o-animation-delay: 1.9s;
  -ms-animation-delay: 1.9s;
  animation-delay: 1.9s;
}
.LoginContainer .PlatziLogo-t {
  -webkit-animation-delay: 2.1s;
  -moz-animation-delay: 2.1s;
  -o-animation-delay: 2.1s;
  -ms-animation-delay: 2.1s;
  animation-delay: 2.1s;
}
.LoginContainer .PlatziLogo-z {
  -webkit-animation-delay: 2.3s;
  -moz-animation-delay: 2.3s;
  -o-animation-delay: 2.3s;
  -ms-animation-delay: 2.3s;
  animation-delay: 2.3s;
}
.LoginContainer .PlatziLogo-i {
  -webkit-animation-delay: 2.5s;
  -moz-animation-delay: 2.5s;
  -o-animation-delay: 2.5s;
  -ms-animation-delay: 2.5s;
  animation-delay: 2.5s;
}
@-moz-keyframes fillLogo {
  from {
    fill: transparent;
    stroke-dashoffset: 355;
  }
  90% {
    fill: transparent;
    stroke-dashoffset: 0;
  }
  to {
    fill: #95ca3e;
  }
}
@-webkit-keyframes fillLogo {
  from {
    fill: transparent;
    stroke-dashoffset: 355;
  }
  90% {
    fill: transparent;
    stroke-dashoffset: 0;
  }
  to {
    fill: #95ca3e;
  }
}
@-o-keyframes fillLogo {
  from {
    fill: transparent;
    stroke-dashoffset: 355;
  }
  90% {
    fill: transparent;
    stroke-dashoffset: 0;
  }
  to {
    fill: #95ca3e;
  }
}
@keyframes fillLogo {
  from {
    fill: transparent;
    stroke-dashoffset: 355;
  }
  90% {
    fill: transparent;
    stroke-dashoffset: 0;
  }
  to {
    fill: #95ca3e;
  }
}
@-moz-keyframes moveLogo {
  to {
    -webkit-transform: translateX(-37%);
    -moz-transform: translateX(-37%);
    -o-transform: translateX(-37%);
    -ms-transform: translateX(-37%);
    transform: translateX(-37%);
  }
}
@-webkit-keyframes moveLogo {
  to {
    -webkit-transform: translateX(-37%);
    -moz-transform: translateX(-37%);
    -o-transform: translateX(-37%);
    -ms-transform: translateX(-37%);
    transform: translateX(-37%);
  }
}
@-o-keyframes moveLogo {
  to {
    -webkit-transform: translateX(-37%);
    -moz-transform: translateX(-37%);
    -o-transform: translateX(-37%);
    -ms-transform: translateX(-37%);
    transform: translateX(-37%);
  }
}
@keyframes moveLogo {
  to {
    -webkit-transform: translateX(-37%);
    -moz-transform: translateX(-37%);
    -o-transform: translateX(-37%);
    -ms-transform: translateX(-37%);
    transform: translateX(-37%);
  }
}
@-moz-keyframes moveItem {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-filter: alpha(opacity=0);
    -moz-filter: alpha(opacity=0);
    -ms-filter: alpha(opacity=0);
    -o-filter: alpha(opacity=0);
    filter: alpha(opacity=0);
    -webkit-transform: translate(-100%, 18px);
    -moz-transform: translate(-100%, 18px);
    -o-transform: translate(-100%, 18px);
    -ms-transform: translate(-100%, 18px);
    transform: translate(-100%, 18px);
  }
  40% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-filter: alpha(opacity=0);
    -moz-filter: alpha(opacity=0);
    -ms-filter: alpha(opacity=0);
    -o-filter: alpha(opacity=0);
    filter: alpha(opacity=0);
  }
  to {
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -o-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
  }
}
@-webkit-keyframes moveItem {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-filter: alpha(opacity=0);
    -moz-filter: alpha(opacity=0);
    -ms-filter: alpha(opacity=0);
    -o-filter: alpha(opacity=0);
    filter: alpha(opacity=0);
    -webkit-transform: translate(-100%, 18px);
    -moz-transform: translate(-100%, 18px);
    -o-transform: translate(-100%, 18px);
    -ms-transform: translate(-100%, 18px);
    transform: translate(-100%, 18px);
  }
  40% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-filter: alpha(opacity=0);
    -moz-filter: alpha(opacity=0);
    -ms-filter: alpha(opacity=0);
    -o-filter: alpha(opacity=0);
    filter: alpha(opacity=0);
  }
  to {
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -o-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
  }
}
@-o-keyframes moveItem {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-filter: alpha(opacity=0);
    -moz-filter: alpha(opacity=0);
    -ms-filter: alpha(opacity=0);
    -o-filter: alpha(opacity=0);
    filter: alpha(opacity=0);
    -webkit-transform: translate(-100%, 18px);
    -moz-transform: translate(-100%, 18px);
    -o-transform: translate(-100%, 18px);
    -ms-transform: translate(-100%, 18px);
    transform: translate(-100%, 18px);
  }
  40% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-filter: alpha(opacity=0);
    -moz-filter: alpha(opacity=0);
    -ms-filter: alpha(opacity=0);
    -o-filter: alpha(opacity=0);
    filter: alpha(opacity=0);
  }
  to {
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -o-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
  }
}
@keyframes moveItem {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-filter: alpha(opacity=0);
    -moz-filter: alpha(opacity=0);
    -ms-filter: alpha(opacity=0);
    -o-filter: alpha(opacity=0);
    filter: alpha(opacity=0);
    -webkit-transform: translate(-100%, 18px);
    -moz-transform: translate(-100%, 18px);
    -o-transform: translate(-100%, 18px);
    -ms-transform: translate(-100%, 18px);
    transform: translate(-100%, 18px);
  }
  40% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-filter: alpha(opacity=0);
    -moz-filter: alpha(opacity=0);
    -ms-filter: alpha(opacity=0);
    -o-filter: alpha(opacity=0);
    filter: alpha(opacity=0);
  }
  to {
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -o-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
  }
}
.PlatziLogo {
  fill: none;
}
.PlatziLogo-logo {
  fill: #8fc344;
}
.PlatziLogo-text {
  fill: #232426;
}
