html,
body,
header,
.view {
  height: 100%;
  background-color: black;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

@media (max-width: 440px) {
    html,
    body,
    header,
    _.view {
      height: 1000px;
    }
  }

  .footer-space { height: 50px;
  }

  .card {
    _background-color: rgba(126, 123, 215, 0.2);
  }
  
  .md-form label {
    _color: #ffffff;
  }
  
  .name-tag {
    color: #c7c7c7;
    font-size: larger;
    font-weight: 300;
    text-align: center;
  }

#pwd:focus{
    background-color: rgba(51, 50, 82, 0.8);
    color: white;
}

.pwd {
    margin-top: 20px;
    color: #c7c7c7;
    outline: none;
    background-color: rgba(51, 50, 82, 0.5);
    -webkit-text-security: disc;
  }
