.loginForm {
  form{
    text-align: center;
  }
  input{
    width:250px;
    height:50px;
    border-top: 0px none;    
    border-left: 0px none;    
    border-right: 0px none;    
    border-bottom: 1px black;
    margin:10px;
    font-size: large;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;  
  }
  button{
    width:250px;
    height:50px;
    border: 0px none;
    background-color: #5f778c;
    color: white;
    margin:10px;
    font-size: large;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;  
  }
  h2{
    font-size: xx-large;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;  
  }
  ::placeholder {
    color: #d0d0d0;
    opacity: 1; /* Firefox */
  }
  
  ::-ms-input-placeholder { /* Edge 12 -18 */
    color: #d0d0d0;
  }
}
